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));