|
|
|
@ -300,18 +300,21 @@ export default {
|
|
|
|
|
this.errResult = ''
|
|
|
|
|
// this.errVisible = false
|
|
|
|
|
// this.successVisible = true
|
|
|
|
|
//是否已经有单据
|
|
|
|
|
if (this.orderData.billNo == null) {
|
|
|
|
|
this.enterBillNoKey()
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (this.scanCode.includes("DMOENTER")) {
|
|
|
|
|
if (this.orderData.billNo == null) {
|
|
|
|
|
this.$message.error('请先选择单据')
|
|
|
|
|
}else {
|
|
|
|
|
this.confirmCheckOrder()
|
|
|
|
|
}
|
|
|
|
|
this.scanCode = ''
|
|
|
|
|
return
|
|
|
|
|
}else if (this.scanCode.includes("DMOCANCEL")) {
|
|
|
|
|
if (this.orderData.billNo == null) {
|
|
|
|
|
this.$message.error('请先选择单据')
|
|
|
|
|
}else {
|
|
|
|
|
this.cancelOrder()
|
|
|
|
|
}
|
|
|
|
|
this.scanCode = ''
|
|
|
|
|
return
|
|
|
|
|
}else if (this.scanCode.includes("DMODEL")) {
|
|
|
|
@ -321,6 +324,15 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//是否已经有单据
|
|
|
|
|
if (this.orderData.billNo == null) {
|
|
|
|
|
this.enterBillNoKey()
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.filterQuery.udiCode = this.scanCode.trim()
|
|
|
|
|
if (this.filterQuery.udiCode.includes(';')) {
|
|
|
|
|