This website works better with JavaScript.
Home
Explore
Help
Sign In
derek
/
FPSMS-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
MSI\derek
2 weeks ago
parent
5381ad80e8
commit
a955100571
1 changed files
with
6 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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")}
Write
Preview
Loading…
Cancel
Save