From c24032b3a6f173737418e686e6e50d509fd5789d Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 21 Feb 2025 17:37:24 +0800 Subject: [PATCH] md --- .../emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) 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");