From 6b4d40c08898c8dfe7493128c543ee50dc99244d 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, 13 Mar 2024 14:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B3=E5=85=89=E6=9D=91=E5=8A=A1=EF=BC=9A?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E8=B4=A6=E5=88=97=E5=AE=BD=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E3=80=81=E8=B4=9F=E5=80=BA=E8=A1=A8=E5=88=97=E5=AE=BD=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/detailed_ledger.vue | 6 +++--- src/views/sunVillage_info/detailed_liabilities.vue | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/sunVillage_info/detailed_ledger.vue b/src/views/sunVillage_info/detailed_ledger.vue index b7fb8400..539202ba 100644 --- a/src/views/sunVillage_info/detailed_ledger.vue +++ b/src/views/sunVillage_info/detailed_ledger.vue @@ -51,7 +51,7 @@
-
+
{{item.month}} {{item.day}} @@ -499,7 +499,7 @@ export default { height: 110px; background: #2facfe; border-radius: 8px; - width: 30%; + width: 20%; .year_m{ border-right: 1px solid #fff; .year_text{ @@ -517,7 +517,7 @@ export default { justify-content: center; padding-bottom: 10px; .ubs{ - width: 94px; + width: 64px; height: 43px; background: #cbeaff; font-size: 30px; diff --git a/src/views/sunVillage_info/detailed_liabilities.vue b/src/views/sunVillage_info/detailed_liabilities.vue index f7c7e6c3..e33078ab 100644 --- a/src/views/sunVillage_info/detailed_liabilities.vue +++ b/src/views/sunVillage_info/detailed_liabilities.vue @@ -157,10 +157,14 @@ this.initPage(); }, onConfirm(time) { + console.log(this.format(time,'yyyy-MM')) this.date = this.format(time,'yyyy年MM月'); this.searchDate.bookDate = this.format(time,'yyyy-MM'); this.initPage(); this.showPickerTime = false; + let dealDays = this.searchDate.bookDate.split("-"); + this.accountingYear = dealDays[0]; //当前帐套年 + this.accountingMonth = dealDays[1]; //当前帐套月 }, onConfirmExpression(data){ this.searchDate.templateName = data.name; @@ -214,7 +218,7 @@ overflow-x: scroll; .datagrid { min-height: 100PX; - width: 300%; + width: 250%; .header { background: #f8f8f9; font-weight: bold;