This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
kelvin.yau
1 month ago
parent
16be668c6f
commit
d4ecb82aa4
2 changed files
with
567 additions
and
451 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/app/api/pickOrder/actions.ts
+565
-450
src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx
+ 2
- 1
src/app/api/pickOrder/actions.ts
View File
@@ -111,8 +111,9 @@ export interface GetPickOrderLineInfo {
itemName: string;
availableQty: number| null;
requiredQty: number;
uom
Code
: string;
uom
ShortDesc
: string;
uomDesc: string;
suggestedList: any[];
pickedQty: number;
}
+ 565
- 450
src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save