Переглянути джерело

enson update

MergeProblem1
kelvin.yau 1 день тому
джерело
коміт
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));


Завантаження…
Відмінити
Зберегти