Selaa lähdekoodia

Revert "宝时快上-组合商品取消数量不够组合设置为1"

This reverts commit 9209159462f3ed2c75397ce0ce282c8e3de3c6f8.
zhaohuanhuan 2 viikkoa sitten
vanhempi
commit
8585cdbd84
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      src/views/inbound/putaway/task/index.vue

+ 1 - 2
src/views/inbound/putaway/task/index.vue

@@ -415,8 +415,7 @@ const setPutawayCombine = ({ dataList }) => {
 // 组合商品取消
 const onCombineCancel = () => {
   const qtyPerSet = putawayCombineData.value?.quantity ?? 1
-  const total = barcodeQuantity(barcodeActiveList.value)
-  searchCount.value = String(total < qtyPerSet ? 1 : qtyPerSet)
+  searchCount.value = String(qtyPerSet)
 }
 // 选择单据
 const onDetailActive = (item) => {