瀏覽代碼

enson update

MergeProblem1
kelvin.yau 10 小時之前
父節點
當前提交
28fe834ab0
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      src/components/Jodetail/JobPickExecutionsecondscan.tsx

+ 2
- 1
src/components/Jodetail/JobPickExecutionsecondscan.tsx 查看文件

@@ -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…
取消
儲存