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 @@