From dde3f51e4d8f28c1d887fa21b5f34592f918cfab Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Thu, 5 Sep 2024 10:28:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A6=E5=8F=91=E5=A4=84=E6=96=B9?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/collect/DealOrder.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: "确定",