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
fixing it cannot build
MergeProblem1
PC-20260115JRSN\Administrator
4 days ago
parent
d65e3db136
commit
58c44b2987
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/app/api/pickOrder/actions.ts
+ 2
- 0
src/app/api/pickOrder/actions.ts
View File
@@ -208,6 +208,8 @@ export interface PickExecutionIssueData {
missQty: number;
badItemQty: number;
badPackageQty?: number;
/** Optional: frontend-only reference to stock_out_line.id for the picked lot. */
stockOutLineId?: number;
issueRemark: string;
pickerName: string;
handledBy?: number;
Write
Preview
Loading…
Cancel
Save