|
|
|
@ -1166,16 +1166,15 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
// this.loading = true;
|
|
|
|
|
|
|
|
|
|
this.warnResult = "";
|
|
|
|
|
this.errResult = "";
|
|
|
|
|
this.result = "";
|
|
|
|
|
// this.warnResult = "";
|
|
|
|
|
// this.errResult = "";
|
|
|
|
|
// this.result = "";
|
|
|
|
|
this.warnVisible = false;
|
|
|
|
|
this.errVisible = false;
|
|
|
|
|
|
|
|
|
|
this.checkSuccess = true;
|
|
|
|
|
if (this.getDMHotskeyValue(this.scanCode))
|
|
|
|
|
return
|
|
|
|
|
this.codeFormData.code = this.scanCode.trim();
|
|
|
|
|
if (this.codeFormData.code.includes(";")) {
|
|
|
|
|
const codeArray = this.codeFormData.code.split(";");
|
|
|
|
|
let params = {
|
|
|
|
@ -1184,8 +1183,6 @@ export default {
|
|
|
|
|
this.batchVailCode(params)
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let tQuery = Object.assign(
|
|
|
|
|
JSON.parse(JSON.stringify(this.orderFormData))
|
|
|
|
|
);
|
|
|
|
@ -1337,9 +1334,9 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
refreshCodesPanel() {
|
|
|
|
|
this.warnResult = "";
|
|
|
|
|
this.errResult = "";
|
|
|
|
|
this.result = "";
|
|
|
|
|
// this.warnResult = "";
|
|
|
|
|
// this.errResult = "";
|
|
|
|
|
// this.result = "";
|
|
|
|
|
this.warnVisible = false;
|
|
|
|
|
this.errVisible = false;
|
|
|
|
|
|
|
|
|
|