From 3e179d707c28ef1070b8cf47235613a25e920c60 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 13 Oct 2025 16:43:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=B5=84=E7=BB=9F=E8=AE=A1=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E6=8E=A5=E5=8F=A3=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wage-count/components/projectCount.vue | 12 +++++------- .../wage-count/components/subCount.vue | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/src/views/synthesize-query/wage-count/components/projectCount.vue b/src/views/synthesize-query/wage-count/components/projectCount.vue index 922dcaf..ece487f 100644 --- a/src/views/synthesize-query/wage-count/components/projectCount.vue +++ b/src/views/synthesize-query/wage-count/components/projectCount.vue @@ -170,13 +170,11 @@ export default { }, // 导出 handleExport() { - // this.download( - // '/bmw/workerLight/attExportByWorker', - // { - // ...this.attInfoQueryParams, - // }, - // '考勤信息.xlsx', - // ) + this.download( + '/bmw/salaryStatistics/exportProStatisticsTable', + {}, + '工程统计.xlsx', + ) }, // 获取工程统计列表 async getProjectCountData() { diff --git a/src/views/synthesize-query/wage-count/components/subCount.vue b/src/views/synthesize-query/wage-count/components/subCount.vue index 1dd8e3f..771b452 100644 --- a/src/views/synthesize-query/wage-count/components/subCount.vue +++ b/src/views/synthesize-query/wage-count/components/subCount.vue @@ -166,13 +166,11 @@ export default { }, // 导出 handleExport() { - // this.download( - // '/bmw/workerLight/attExportByWorker', - // { - // ...this.attInfoQueryParams, - // }, - // '考勤信息.xlsx', - // ) + this.download( + '/bmw/salaryStatistics/exportSalaryStatisticsSubTable', + {}, + '分包统计.xlsx', + ) }, // 获取分包统计列表 async getSubCountData() {