Merge pull request '寄件运单列表查询调整' (#6) from master-dev into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-oms-frontend/pulls/6
This commit is contained in:
wuteng 2025-12-02 17:02:58 +08:00
commit 484ca3ac47

View File

@ -1042,6 +1042,9 @@ export default {
this.queryParams.billCode=newBillCodeStr; this.queryParams.billCode=newBillCodeStr;
this.queryParams.orderSn=null; this.queryParams.orderSn=null;
} }
}else{
this.queryParams.orderSn=null;
this.queryParams.billCode=null;
} }
this.queryParams=this.addDateRange(this.queryParams, this.dateRange,"orderDate"); this.queryParams=this.addDateRange(this.queryParams, this.dateRange,"orderDate");
}, },