From dad731408c995304d6e16d4c6d1ef60d95454725 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Wed, 3 Dec 2025 13:12:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=BC=8F=E7=BB=84=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=5F=E6=96=B0=EF=BC=8C=E6=94=BE=E5=87=BA?= =?UTF-8?q?=E4=BB=8E=E6=9C=AA=E7=BB=84=E6=89=B9=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisTmsSiteBatchMiss/indexV2.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisTmsSiteBatchMiss/indexV2.vue b/src/views/emis/emisTmsSiteBatchMiss/indexV2.vue index 9e16909e..98ff283c 100644 --- a/src/views/emis/emisTmsSiteBatchMiss/indexV2.vue +++ b/src/views/emis/emisTmsSiteBatchMiss/indexV2.vue @@ -46,8 +46,8 @@ - + + @@ -673,22 +673,31 @@ export default { }, /** 导出按钮操作 */ handleExport() { - const loadingInstance = this.$loading({ - text: '正在导出...' - }) + let qExportParam=this.initQueryParams(); + qExportParam.pageNum=1; + qExportParam.pageSize=10000; + this.download('emis/emisCustomerUser/exportMonthlyShipmentStat', { + ...qExportParam + }, `按运输方式统计导出.xlsx`) - const $e = this.$refs['refTable'].$el - let $table = $e.querySelector('.el-table__fixed') - if(!$table) { - $table = $e - } - import('@/vendor/Export2Excel').then(excel => { - excel.table_to_book($table,"月结客户出货统计.xlsx"); - loadingInstance.close() - }) - loadingInstance.close(); + // const loadingInstance = this.$loading({ + // text: '正在导出...' + // }) + + + // const $e = this.$refs['refTable'].$el + // let $table = $e.querySelector('.el-table__fixed') + // if(!$table) { + // $table = $e + // } + // import('@/vendor/Export2Excel').then(excel => { + // excel.table_to_book($table,"月结客户出货统计.xlsx"); + // loadingInstance.close() + // }) + + // loadingInstance.close(); // let qExportParam = this.initQueryParams();; // qExportParam.pageNum=1; // qExportParam.pageSize=20000; diff --git a/src/views/emis/emisCustomerUser/monthlyShipmentStatReceiveCountryQuery.vue b/src/views/emis/emisCustomerUser/monthlyShipmentStatReceiveCountryQuery.vue index 75eecce1..5c6df635 100644 --- a/src/views/emis/emisCustomerUser/monthlyShipmentStatReceiveCountryQuery.vue +++ b/src/views/emis/emisCustomerUser/monthlyShipmentStatReceiveCountryQuery.vue @@ -1,5 +1,5 @@