From 1b47f5c2f5b0d59639371877ca1161985379ffaa Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Sat, 11 Oct 2025 16:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=B5=84=E7=BB=9F=E8=AE=A1=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/synthesize-query/wage-count.js | 16 ++++ .../wage-count/components/projectCount.vue | 84 +++++++++++-------- .../wage-count/components/subCount.vue | 76 +++++++++-------- .../wage-count/components/wage-details.vue | 2 - 4 files changed, 104 insertions(+), 74 deletions(-) diff --git a/src/api/synthesize-query/wage-count.js b/src/api/synthesize-query/wage-count.js index e9afe0e..af66154 100644 --- a/src/api/synthesize-query/wage-count.js +++ b/src/api/synthesize-query/wage-count.js @@ -8,3 +8,19 @@ export const getWageCountCompanyAndSubCompanyListAPI = (data) => { params: data, }) } +// 综合查询 工资统计 工程统计 +export const getWageCountProjectListAPI = (data) => { + return request({ + url: '/bmw/salaryStatistics/getSalaryStatisticsProTable', + method: 'GET', + params: data, + }) +} +// 综合查询 工资统计 分包统计 +export const getWageCountSubListAPI = (data) => { + return request({ + url: '/bmw/salaryStatistics/getSalaryStatisticsSubTable', + method: 'GET', + params: data, + }) +} diff --git a/src/views/synthesize-query/wage-count/components/projectCount.vue b/src/views/synthesize-query/wage-count/components/projectCount.vue index 0a40482..922dcaf 100644 --- a/src/views/synthesize-query/wage-count/components/projectCount.vue +++ b/src/views/synthesize-query/wage-count/components/projectCount.vue @@ -16,10 +16,11 @@ :model="projectCountQueryParams" style="margin-top: 20px; padding-left: 20px" > - + @@ -72,7 +73,7 @@
@@ -83,57 +84,59 @@