寄件网点输入查询优化
This commit is contained in:
parent
526f2ff485
commit
e29c18fd14
@ -152,7 +152,7 @@
|
||||
if(key==null && val==null){
|
||||
this.defaultItems=[...this.optionItems]
|
||||
}else{
|
||||
this.onChange();
|
||||
// this.onChange();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
@ -1882,10 +1882,10 @@ methods: {
|
||||
}
|
||||
this.form.sendSiteCode=item.siteCode;
|
||||
this.form.sendSiteName=item.siteName;
|
||||
if(this.sendSiteSelectCount > 2){
|
||||
// if(this.sendSiteSelectCount > 2){
|
||||
this.form.startSiteCode = item.siteCode;
|
||||
this.form.startSiteName = item.siteName;
|
||||
}
|
||||
// }
|
||||
this.initGetTotalAvailablePag(this.form.sendSiteCode);
|
||||
// this.calcBillFee();
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user