Explorar el Código

enson update

MergeProblem1
kelvin.yau hace 7 horas
padre
commit
28fe834ab0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/components/Jodetail/JobPickExecutionsecondscan.tsx

+ 2
- 1
src/components/Jodetail/JobPickExecutionsecondscan.tsx Ver fichero

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


Cargando…
Cancelar
Guardar