浏览代码

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")}


正在加载...
取消
保存