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();