CANCERYS\kw093 3 週之前
父節點
當前提交
afadcb85d4
共有 1 個檔案被更改,包括 0 行新增6 行删除
  1. +0
    -6
      src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx

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

@@ -189,14 +189,8 @@ const validateForm = (): boolean => {
newErrors.actualPickQty = t('Qty cannot be negative');
}
<<<<<<< HEAD
// 2. 检查 actualPickQty 不能超过可用数量或需求数量
if (ap > Math.min(req)) {
=======


if (ap > Math.min( req)) {
>>>>>>> 129d67d30ab8a0996700d8fe19644e25a5fe0471
newErrors.actualPickQty = t('Qty is not allowed to be greater than required/available qty');
}


Loading…
取消
儲存