md
This commit is contained in:
parent
6060f4f195
commit
1a0731d4f7
@ -405,7 +405,7 @@ export default {
|
|||||||
return row.id;
|
return row.id;
|
||||||
},
|
},
|
||||||
initQueryParams(){
|
initQueryParams(){
|
||||||
this.queryParams=this.addDateRange(this.queryParams, this.dateRange,"createTime");
|
this.queryParams=this.addDateRange(this.queryParams, this.dateTimeRange,"createTime");
|
||||||
// 按运单查询时的处理
|
// 按运单查询时的处理
|
||||||
if(this.queryOrderType=='1'){
|
if(this.queryOrderType=='1'){
|
||||||
this.queryParams.params.billCode=this.queryParams.queryCode;
|
this.queryParams.params.billCode=this.queryParams.queryCode;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user