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
production_process
MSI\derek
2 months ago
parent
9b7d604f1c
commit
7c1fbb5831
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/components/PoDetail/QrModal.tsx
+ 1
- 0
src/components/PoDetail/QrModal.tsx
View File
@@ -49,6 +49,7 @@ const QrModal: React.FC<Props> = ({ open, onClose, warehouse }) => {
const params = useSearchParams();
const formProps = useForm<ModalFormInput>({
defaultValues: {
status: "received"
// acceptedQty
// ...itemDetail,
},
Write
Preview
Loading…
Cancel
Save