运单修改bug,连续修改,缓存了上一单的判断条件
This commit is contained in:
parent
cc5be85410
commit
e649450d94
@ -1219,7 +1219,7 @@ methods: {
|
|||||||
this.initData();
|
this.initData();
|
||||||
},
|
},
|
||||||
onBillCodeChange(){
|
onBillCodeChange(){
|
||||||
if(this.form.billCode){
|
if(this.form.billCode){
|
||||||
this.form.billCode=this.form.billCode.replace(/\s+/g, '');
|
this.form.billCode=this.form.billCode.replace(/\s+/g, '');
|
||||||
checkWaybillIsExists(this.form.billCode).then(response => {
|
checkWaybillIsExists(this.form.billCode).then(response => {
|
||||||
const result = response.data;
|
const result = response.data;
|
||||||
@ -1665,7 +1665,8 @@ methods: {
|
|||||||
|
|
||||||
this.startTimer();
|
this.startTimer();
|
||||||
}
|
}
|
||||||
|
this.senderCountryCode = this.form.sender.country;
|
||||||
|
this.recieverCountryCode = this.form.reciever.country;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user