ソースを参照

组合商品-收货数不限制

zhaohuanhuan 2 日 前
コミット
74a2c119d5

+ 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 {