From 5bb0cf863d052b4bffd60d8abf6bc74908fcf287 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Wed, 30 Jul 2025 15:56:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E5=8D=95=E5=BD=95=E5=85=A5=E3=80=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BD=E5=AE=B6=E5=92=8C=E7=9C=81=E4=BB=BD?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/waybillModify.vue | 3 ++- src/views/emis/emisWaybill/waybillRecord.vue | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/emis/emisWaybill/waybillModify.vue b/src/views/emis/emisWaybill/waybillModify.vue index d441116c..033c6b04 100644 --- a/src/views/emis/emisWaybill/waybillModify.vue +++ b/src/views/emis/emisWaybill/waybillModify.vue @@ -2009,6 +2009,7 @@ methods: { // this.form.receiveTown=value.town; this.form.sender.address=value.address; this.form.sender.company=value.company; + this.senderCountryCode=value.country; }, onChangeSelectReceiver(value){ this.form.reciever.name=value.name; @@ -2020,7 +2021,7 @@ methods: { // this.form.receiveTown=value.town; this.form.reciever.address=value.address; this.form.reciever.company=value.company; - + this.recieverCountryCode=value.country; this.handleCalcDestSite(); }, diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue index d179d2dc..eaba0a0b 100644 --- a/src/views/emis/emisWaybill/waybillRecord.vue +++ b/src/views/emis/emisWaybill/waybillRecord.vue @@ -2006,6 +2006,8 @@ methods: { // this.form.receiveTown=value.town; this.form.sender.address=value.address; this.form.sender.company=value.company; + //校验数据初始化 + this.senderCountryCode=value.country; }, onChangeSelectReceiver(value){ this.form.reciever.name=value.name; @@ -2017,6 +2019,7 @@ methods: { // this.form.receiveTown=value.town; this.form.reciever.address=value.address; this.form.reciever.company=value.company; + this.recieverCountryCode = value.country; this.handleCalcDestSite();