diff --git a/src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx b/src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx index 78ebcb1..2710883 100644 --- a/src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx +++ b/src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx @@ -1154,6 +1154,7 @@ useEffect(() => { const issueData = { ...data, type: "Do", // Delivery Order Record 类型 + pickerName: session?.user?.name || '', }; const result = await recordPickExecutionIssue(issueData);