Browse Source

扫描商品时-移除排除库位数据

zhaohuanhuan 2 weeks ago
parent
commit
e56f0fb119
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/inbound/putaway/task/index.vue

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

@@ -538,6 +538,7 @@ const _handlePutawayCombineProduct = (code) => {
 // 扫描条码监听
 const _handlerScan = (code) => {
   if (scanType.value == 2) {
+    excludedLocations.value = {}
     searchBarcode.value = code
     oldSearchBarcode.value = code
     lotBarcodeList.value = matchingBarcodeItem(dataMap.value, code)