diff --git a/src/views/collect/DealOrder.vue b/src/views/collect/DealOrder.vue index 8dae0000..fb3d570e 100644 --- a/src/views/collect/DealOrder.vue +++ b/src/views/collect/DealOrder.vue @@ -573,6 +573,7 @@ export default { this.checkSuccess = true; this.filterQuery.code = this.scanCode; let tQuery = { + viewType: "tagCode", originCode: this.originCode, code: this.filterQuery.code.trim(), }; @@ -619,7 +620,12 @@ export default { this.originCode = ""; this.filterQuery.code = "01" + response.data.nameCode; 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.$alert(response.message, "提示", { confirmButtonText: "确定",