From 76ad78f126d7fd79925175360d2ca431d64fb63f Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Tue, 17 Mar 2026 10:46:03 +0800 Subject: [PATCH] update --- src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx b/src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx index 9d99c65..4ef02b4 100644 --- a/src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx +++ b/src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx @@ -215,8 +215,8 @@ const PickExecutionForm: React.FC = ({ newErrors.actualPickQty = t("if need just edit number, please scan the lot again"); } // 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);