Browse Source

enson update

MergeProblem1
kelvin.yau 9 hours ago
parent
commit
28fe834ab0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/components/Jodetail/JobPickExecutionsecondscan.tsx

+ 2
- 1
src/components/Jodetail/JobPickExecutionsecondscan.tsx View File

@@ -695,7 +695,8 @@ const JobPickExecution: React.FC<Props> = ({ 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));


Loading…
Cancel
Save