|
|
@ -244,10 +244,10 @@ |
|
|
|
this.showErrorMessage("物料【" + itemCode + "】已经扫描") |
|
|
|
return |
|
|
|
} |
|
|
|
// if(detail.qty>result.balance.qty){ |
|
|
|
// this.showErrorMessage("物料【" + itemCode + "】库存不足") |
|
|
|
// return |
|
|
|
// } |
|
|
|
if(detail.qty>result.balance.qty){ |
|
|
|
this.showErrorMessage("物料【" + itemCode + "】库存不足") |
|
|
|
return |
|
|
|
} |
|
|
|
detail.scaned = true |
|
|
|
} |
|
|
|
this.continueScan() |
|
|
@ -477,6 +477,7 @@ |
|
|
|
}, |
|
|
|
openScanPopup() { |
|
|
|
this.$refs.scanPopup.openScanPopupForJob(this.jobContent); |
|
|
|
this.scanPopupGetFocus(); |
|
|
|
}, |
|
|
|
|
|
|
|
closeScanPopup() { |
|
|
|