diff --git a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue index 68cfea87..fc27bae8 100644 --- a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue +++ b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue @@ -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");