运单录入、修改国家和省份不一致bug
This commit is contained in:
parent
11b3f91226
commit
5bb0cf863d
@ -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();
|
||||
|
||||
},
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user