From 0ee7339b2fc96161d7c7a16d83175c2cd9c23675 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Thu, 28 Aug 2025 18:00:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=82=B9=E8=B4=B9=E7=94=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=EF=BC=9A=E5=AF=84=E4=BB=B6=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=92=8C=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E4=B8=80=E8=B5=B7?= =?UTF-8?q?=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybillAjustApply/adjustPanel.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue index e58e9af6..ea6bf8b0 100644 --- a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue +++ b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue @@ -593,7 +593,7 @@ - + 寄件信息调整 @@ -1663,10 +1663,12 @@ export default { // if(this.newValue.feeItems){ // this.form.feeItems=[...this.newValue.feeItems]; // } - + console.log("====>this.oldValue==>",this.oldValue); console.log("====>this.form==>",this.form); this.billDetail=this.oldValue; + this.senderCountryCode = this.form.sender.country; + this.recieverCountryCode = this.form.reciever.country; }, getJsonData(){ if(this.form.packType&&this.form.packType.length>0){ @@ -1789,6 +1791,7 @@ export default { // this.form.receiveTown=value.town; this.form.sender.address=value.address; this.form.sender.company=value.company; + this.senderCountryCode=value.country; this.form.sender.id = value.id; // 选中的寄件人企业名称 this.selectedSenderEnterpriseName=value.enterpriseName;