运单录入、修改国家和省份不一致bug

This commit is contained in:
wuteng 2025-07-30 15:56:18 +08:00
parent 11b3f91226
commit 5bb0cf863d
2 changed files with 5 additions and 1 deletions

View File

@ -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();
},

View File

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