Browse Source

update

master
MSI\derek 2 weeks ago
parent
commit
a955100571
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/components/PoDetail/PoDetail.tsx

+ 6
- 6
src/components/PoDetail/PoDetail.tsx View File

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


Loading…
Cancel
Save