Sfoglia il codice sorgente

update

reset-do-picking-order
CANCERYS\kw093 5 giorni fa
parent
commit
76ad78f126
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx

+ 2
- 2
src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx Vedi File

@@ -215,8 +215,8 @@ const PickExecutionForm: React.FC<PickExecutionFormProps> = ({
newErrors.actualPickQty = t("if need just edit number, please scan the lot again"); newErrors.actualPickQty = t("if need just edit number, please scan the lot again");
} }
// 5. At least one field must have a value // 5. At least one field must have a value
//if (ap === 0 && miss === 0 && totalBad === 0) {
// newErrors.actualPickQty = t("Enter pick qty or issue qty");
// if (ap === 0 && miss === 0 && totalBad === 0) {
//await handleSubmitPickQtyWithQty(selectedLot,0);
// } // }


setErrors(newErrors); setErrors(newErrors);


Caricamento…
Annulla
Salva