CANCERYS\kw093 il y a 3 semaines
Parent
révision
9bf4bb47dd
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx

+ 5
- 0
src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx Voir le fichier

@@ -189,9 +189,14 @@ 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');
}


Chargement…
Annuler
Enregistrer