始发网点校验
This commit is contained in:
parent
e440ef9821
commit
9b52b5f675
@ -1823,7 +1823,6 @@ methods: {
|
||||
this.form.sendSiteName = null;
|
||||
this.form.startSiteCode = null;
|
||||
this.form.startSiteName = null;
|
||||
this.form = {...this.form};
|
||||
return;
|
||||
}
|
||||
this.form.sendSiteCode=item.siteCode;
|
||||
@ -1831,7 +1830,6 @@ methods: {
|
||||
this.form.startSiteCode=item.siteCode;
|
||||
this.form.startSiteName=item.siteName;
|
||||
//深拷贝转换
|
||||
this.form = {...this.form};
|
||||
this.initGetTotalAvailablePag(this.form.sendSiteCode);
|
||||
this.calcBillFee();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user