diff --git a/src/api/sunVillage_info/fixedAssets.js b/src/api/sunVillage_info/fixedAssets.js index c27f492e..c0041c47 100644 --- a/src/api/sunVillage_info/fixedAssets.js +++ b/src/api/sunVillage_info/fixedAssets.js @@ -266,7 +266,7 @@ export function majorEventOpenRemove(id) { // 查询零工登记列表 export function listOddjob(query) { return request({ - url: '/subcontract/oddjob/list', + url: '/villageAffairs/public/oddjobList', method: 'get', params: query }) @@ -305,3 +305,12 @@ export function delOddjob(id) { method: 'get' }) } + +// 财务公开榜 +export function financialAmountPublicMonthList(query) { + return request({ + url: '/villageAffairs/public/financialAmountPublicMonthList', + method: 'get', + params: query // ?bookId=<账套ID 必填>&yearMonth=<查询年月 必填 yyyy-MM> + }) +} diff --git a/src/views/sunVillage_info/list_finance.vue b/src/views/sunVillage_info/list_finance.vue index 52ef4eae..1476f4c0 100644 --- a/src/views/sunVillage_info/list_finance.vue +++ b/src/views/sunVillage_info/list_finance.vue @@ -39,15 +39,15 @@
+
+ +
-
- -
@@ -298,7 +298,7 @@ display: flex; margin-bottom: 20px; .info{ - flex:0 0 510px; + flex:0 0 450px; .title{ display: flex; font-size: 32px; @@ -351,7 +351,7 @@ flex: 1; display: flex; align-items: center; - justify-content: flex-end; + justify-content: space-between; text-align: right; .opera_btn{ width: 52px; @@ -360,10 +360,8 @@ display: flex; align-items: center; justify-content:center; - &.delete{ background:#df0707; - margin-left: 28px; .icon{ width: 22px; height: 29px; @@ -384,7 +382,6 @@ } &.view{ background: #3494ff; - margin-left: 28px; .icon { width: 29px; height: 21px; diff --git a/src/views/sunVillage_info/list_finance_ranking.vue b/src/views/sunVillage_info/list_finance_ranking.vue index f84290f8..6787a37b 100644 --- a/src/views/sunVillage_info/list_finance_ranking.vue +++ b/src/views/sunVillage_info/list_finance_ranking.vue @@ -18,27 +18,15 @@ -

崖西镇崖后村2022年7月份集体用工情况公布榜

+

{{deptName}}{{yearMonth[0]}}年{{yearMonth[1]}}月份经济收支情况公布榜

姓名 - - 庞东旭 - - - 庞东旭 - - - 庞东旭 - - - 庞东旭 - - - 庞东旭 + + {{item.voucherSummary}}
@@ -49,25 +37,9 @@ 收入金额 支出金额
- - ¥392.96 - ¥392.96 - - - - ¥392.96 - - - - ¥392.96 - - - - ¥392.96 - - - - ¥392.96 + + +
@@ -76,15 +48,15 @@

本月合计:

- ¥392.96 - ¥3920.96 + ¥{{applicationSummary.jie}} + ¥{{applicationSummary.dai}}