소스 검색

组合商品-收货数不限制

zhaohuanhuan 2 일 전
부모
커밋
74a2c119d5
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/inbound/takeDelivery/components/BarcodeCombine.vue

+ 4 - 4
src/views/inbound/takeDelivery/components/BarcodeCombine.vue

@@ -64,10 +64,10 @@ const beforeClose = (action) =>
         showToast('请输入标准收货数量')
         return resolve(false)
       }
-      if (Number(count.value) > maxCount.value) {
-        showToast({ duration: 3000, message: '收货数量不能大于应收数量' })
-        return resolve(false)
-      }
+      // if (Number(count.value) > maxCount.value) {
+      //   showToast({ duration: 3000, message: '收货数量不能大于应收数量' })
+      //   return resolve(false)
+      // }
       const dataList = dataResult(matchedSkuList.value)
       emit('setCombine', { dataList, count: Number(count.value) })
     } else {