Sfoglia il codice sorgente

手持-活动单复核-波次订单全部取消提示返拣

zhaohuanhuan 6 mesi fa
parent
commit
3c674445ec
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/views/outbound/check/activity/index.vue

+ 3 - 0
src/views/outbound/check/activity/index.vue

@@ -539,6 +539,9 @@ const setBarcode = (code) => {
         isQualityCheck.value = dataList.value.some(item => item.qualityCheck === true);
       }else {
         dataList.value=[]
+        if(Object.keys(orderMap.value.cancelGroup).length>0){
+          packingRequests(0,0)
+        }
       }
       matchBarcodeList.value=[]
       scanBarcode.value=''