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;