浏览代码

update

reset-do-picking-order
CANCERYS\kw093 4 天前
父节点
当前提交
76ad78f126
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx

+ 2
- 2
src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx 查看文件

@@ -215,8 +215,8 @@ const PickExecutionForm: React.FC<PickExecutionFormProps> = ({
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);


正在加载...
取消
保存