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
CANCERYS\kw093
2 months ago
parent
739f5e3795
commit
90721a29f0
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/FinishedGoodSearch/GoodPickExecutiondetail.tsx
+ 1
- 0
src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx
View File
@@ -1154,6 +1154,7 @@ useEffect(() => {
const issueData = {
...data,
type: "Do", // Delivery Order Record 类型
pickerName: session?.user?.name || '',
};
const result = await recordPickExecutionIssue(issueData);
Write
Preview
Loading…
Cancel
Save