This commit is contained in:
linfso 2025-02-21 17:37:24 +08:00
parent 969a406e49
commit c24032b3a6

View File

@ -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");