From 898df6954eab87162f3eb795863632d1f1f95b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Wed, 24 Aug 2022 10:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/sunVillage_info/fixedAssets.js | 11 ++- src/views/sunVillage_info/list_finance.vue | 13 ++- .../sunVillage_info/list_finance_ranking.vue | 86 ++++++++----------- .../sunVillage_info/list_tourists_ranking.vue | 19 ++-- 4 files changed, 60 insertions(+), 69 deletions(-) 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}}