kelvin.yau 3 hafta önce
ebeveyn
işleme
f0655d4ed3
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. +0
    -4
      src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx

+ 0
- 4
src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx Dosyayı Görüntüle

@@ -190,11 +190,7 @@ const validateForm = (): boolean => {
}
// 2. 检查 actualPickQty 不能超过可用数量或需求数量
<<<<<<< Updated upstream
if (ap > Math.min(req)) {
=======
if (ap > Math.min( req)) {
>>>>>>> Stashed changes
newErrors.actualPickQty = t('Qty is not allowed to be greater than required/available qty');
}


Yükleniyor…
İptal
Kaydet