From 28fe834ab033dd5864d672fcd02823be6ee561a4 Mon Sep 17 00:00:00 2001 From: "kelvin.yau" Date: Sat, 7 Feb 2026 16:59:30 +0800 Subject: [PATCH] enson update --- src/components/Jodetail/JobPickExecutionsecondscan.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Jodetail/JobPickExecutionsecondscan.tsx b/src/components/Jodetail/JobPickExecutionsecondscan.tsx index 10471f1..7a4b694 100644 --- a/src/components/Jodetail/JobPickExecutionsecondscan.tsx +++ b/src/components/Jodetail/JobPickExecutionsecondscan.tsx @@ -695,7 +695,8 @@ const JobPickExecution: React.FC = ({ filterArgs, onBack }) => { currentUserId || 0, matchingLot.requiredQty || 1 ); - + console.log("updateSecondQrScanStatus result:", result); + console.log("currentUserId:", currentUserId); if (result.code === "SUCCESS") { successCount++; setProcessedQrCodes(prev => new Set(prev).add(itemKey));