Browse Source

update

master
CANCERYS\kw093 2 months ago
parent
commit
90721a29f0
1 changed files with 1 additions and 0 deletions
  1. +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);


Loading…
Cancel
Save