소스 검색

fix

master
kelvin.yau 3 주 전
부모
커밋
f0655d4ed3
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx

+ 0
- 4
src/components/FinishedGoodSearch/GoodPickExecutionForm.tsx 파일 보기

@@ -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');
}


불러오는 중...
취소
저장