From 90721a29f000ea6e175f05cab71a37898a7cc766 Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Sun, 12 Oct 2025 23:22:13 +0800 Subject: [PATCH] update --- src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx | 1 + 1 file changed, 1 insertion(+) 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);