From 6c6264d9acac282f653b9680c469a982107701f8 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Thu, 20 Nov 2025 09:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E7=BB=93=E5=AE=A2=E6=88=B7=E5=87=BA?= =?UTF-8?q?=E8=B4=A7=E7=BB=9F=E8=AE=A1=EF=BC=8C=E5=8E=BB=E6=8E=89=E2=80=98?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=97=B6=E9=97=B4=E5=AF=B9=E6=AF=94=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../emis/emisCustomerUser/monthlyShipmentStatQuery.vue | 7 ++----- .../monthlyShipmentStatReceiveCountryQuery.vue | 6 +----- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/views/emis/emisCustomerUser/monthlyShipmentStatQuery.vue b/src/views/emis/emisCustomerUser/monthlyShipmentStatQuery.vue index 07e3f377..8704455d 100644 --- a/src/views/emis/emisCustomerUser/monthlyShipmentStatQuery.vue +++ b/src/views/emis/emisCustomerUser/monthlyShipmentStatQuery.vue @@ -31,9 +31,6 @@ - - 查询时间对比 - @@ -335,7 +332,6 @@ export default { id:null, titleView:"", openView: false, - statType:false, // 查询参数 queryParams: { pageNum: 1, @@ -381,7 +377,8 @@ export default { let thisQueryParams = {...this.queryParams}; thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRange,"SendDate"); thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRangeCompare,"CompareDate"); - if(this.statType == true){ + console.log("====>dateTimeRangeCompare====>", this.dateTimeRangeCompare); + if(this.dateTimeRangeCompare && this.dateTimeRangeCompare.length > 0){ thisQueryParams.params.statType = 3; }else{ thisQueryParams.params.statType = 1; diff --git a/src/views/emis/emisCustomerUser/monthlyShipmentStatReceiveCountryQuery.vue b/src/views/emis/emisCustomerUser/monthlyShipmentStatReceiveCountryQuery.vue index 504459e1..75eecce1 100644 --- a/src/views/emis/emisCustomerUser/monthlyShipmentStatReceiveCountryQuery.vue +++ b/src/views/emis/emisCustomerUser/monthlyShipmentStatReceiveCountryQuery.vue @@ -31,9 +31,6 @@ - - 查询时间对比 - @@ -387,7 +384,6 @@ export default { id:null, titleView:"", openView: false, - statType:false, // 查询参数 queryParams: { pageNum: 1, @@ -433,7 +429,7 @@ export default { let thisQueryParams = {...this.queryParams}; thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRange,"SendDate"); thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRangeCompare,"CompareDate"); - if(this.statType == true){ + if(this.dateTimeRangeCompare && this.dateTimeRangeCompare.length > 0){ thisQueryParams.params.statType = 4; }else{ thisQueryParams.params.statType = 2;