寄件网点输入查询优化

This commit is contained in:
wuteng 2025-08-19 15:04:57 +08:00
parent 526f2ff485
commit e29c18fd14
2 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@
if(key==null && val==null){
this.defaultItems=[...this.optionItems]
}else{
this.onChange();
// this.onChange();
}
});
},

View File

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