From e649450d940e47809c878e6da6cd05bbac3886b4 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 22 Jul 2025 14:41:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E5=8D=95=E4=BF=AE=E6=94=B9bug,?= =?UTF-8?q?=E8=BF=9E=E7=BB=AD=E4=BF=AE=E6=94=B9,=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E4=BA=86=E4=B8=8A=E4=B8=80=E5=8D=95=E7=9A=84=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/waybillModify.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisWaybill/waybillModify.vue b/src/views/emis/emisWaybill/waybillModify.vue index 64092780..d441116c 100644 --- a/src/views/emis/emisWaybill/waybillModify.vue +++ b/src/views/emis/emisWaybill/waybillModify.vue @@ -1219,7 +1219,7 @@ methods: { this.initData(); }, onBillCodeChange(){ - if(this.form.billCode){ + if(this.form.billCode){ this.form.billCode=this.form.billCode.replace(/\s+/g, ''); checkWaybillIsExists(this.form.billCode).then(response => { const result = response.data; @@ -1665,7 +1665,8 @@ methods: { this.startTimer(); } - + this.senderCountryCode = this.form.sender.country; + this.recieverCountryCode = this.form.reciever.country; }); } else{