md
This commit is contained in:
parent
969a406e49
commit
c24032b3a6
@ -452,6 +452,16 @@ export default {
|
||||
},
|
||||
|
||||
initQueryParams(){
|
||||
|
||||
if(this.queryOrderType=='1'){
|
||||
this.queryParams.params.billCode=this.queryParams.queryKey;
|
||||
this.queryParams.batchNo=null;
|
||||
}else{
|
||||
this.queryParams.batchNo=this.queryParams.queryKey;
|
||||
this.queryParams.params.billCode=null;
|
||||
}
|
||||
|
||||
|
||||
if(this.queryETDType=='2'){
|
||||
this.removeDateRange(this.queryParams,"createTime");
|
||||
this.queryParams=this.addDateRange(this.queryParams, this.dateTimeRange,"etd");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user