瀏覽代碼

update

master
MSI\derek 2 週之前
父節點
當前提交
a955100571
共有 1 個檔案被更改,包括 6 行新增6 行删除
  1. +6
    -6
      src/components/PoDetail/PoDetail.tsx

+ 6
- 6
src/components/PoDetail/PoDetail.tsx 查看文件

@@ -609,12 +609,12 @@ const PoDetail: React.FC<Props> = ({ po, qc, warehouse }) => {
type="text"
variant="outlined"
fullWidth
InputProps={{
inputProps: {
min: 0,
step: 1
}
}}
// InputProps={{
// inputProps: {
// min: 0,
// step: 1
// }
// }}
/>
<TextField
label={t("dnDate")}


Loading…
取消
儲存