|
@ -348,7 +348,12 @@ |
|
|
this.$refs.scanPopup.closeScanPopup(); |
|
|
this.$refs.scanPopup.closeScanPopup(); |
|
|
this.openJobDetail(item, item.packingNumber); |
|
|
this.openJobDetail(item, item.packingNumber); |
|
|
}, |
|
|
}, |
|
|
getScanResult(result) { |
|
|
getScanResult(result) { |
|
|
|
|
|
|
|
|
|
|
|
if(result.scanMessage.indexOf('ASN')>-1){ |
|
|
|
|
|
this.showMessage('请扫描箱标签') |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
try { |
|
|
try { |
|
|
let filters = [] |
|
|
let filters = [] |
|
|