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