|
|
@ -573,6 +573,7 @@ export default {
|
|
|
|
this.checkSuccess = true;
|
|
|
|
this.checkSuccess = true;
|
|
|
|
this.filterQuery.code = this.scanCode;
|
|
|
|
this.filterQuery.code = this.scanCode;
|
|
|
|
let tQuery = {
|
|
|
|
let tQuery = {
|
|
|
|
|
|
|
|
viewType: "tagCode",
|
|
|
|
originCode: this.originCode,
|
|
|
|
originCode: this.originCode,
|
|
|
|
code: this.filterQuery.code.trim(),
|
|
|
|
code: this.filterQuery.code.trim(),
|
|
|
|
};
|
|
|
|
};
|
|
|
@ -619,7 +620,12 @@ export default {
|
|
|
|
this.originCode = "";
|
|
|
|
this.originCode = "";
|
|
|
|
this.filterQuery.code = "01" + response.data.nameCode;
|
|
|
|
this.filterQuery.code = "01" + response.data.nameCode;
|
|
|
|
this.originCode = this.filterQuery.code;
|
|
|
|
this.originCode = this.filterQuery.code;
|
|
|
|
} else {
|
|
|
|
}else if (response.code == 601) {
|
|
|
|
|
|
|
|
this.formData.billNo = response.data.billNo
|
|
|
|
|
|
|
|
this.getBillNo(this.formData.billNo)
|
|
|
|
|
|
|
|
this.startDeal();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}else {
|
|
|
|
this.scanCode = ""
|
|
|
|
this.scanCode = ""
|
|
|
|
this.$alert(response.message, "提示", {
|
|
|
|
this.$alert(response.message, "提示", {
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
confirmButtonText: "确定",
|
|
|
|