diff --git a/src/router/index.js b/src/router/index.js index 22629121..59147da5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2431,6 +2431,26 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/yinnong/bankAgriculture/bankOfDeposit/bankOfDepositModify'], resolve) }, + { + + path: '/yinnong/listBalanceRanking', + name: 'yinnongListBalanceRanking', + meta: { + title: '科目余额表', + hidden: true, + }, + component: (resolve) => require(['@/views/yinnong/listBalanceRanking'], resolve) + }, + { + + path: '/yinnong/detailedLedger', + name: 'yinnongDetailedLedger', + meta: { + title: '明细账', + hidden: true, + }, + component: (resolve) => require(['@/views/yinnong/detailedLedger'], resolve) + }, { path: '/lawEnforcement', name: 'lawEnforcement', diff --git a/src/views/sunVillage_info/detailed_ledger.vue b/src/views/sunVillage_info/detailed_ledger.vue index fa8575e2..fc3082d1 100644 --- a/src/views/sunVillage_info/detailed_ledger.vue +++ b/src/views/sunVillage_info/detailed_ledger.vue @@ -116,7 +116,7 @@ +
+
+ 明细账 +
+
+ +
+
+
+
期间
+
+
{{queryParams.startDate.replace('-','年')}}月
+
+
{{queryParams.endDate.replace('-','年')}}月
+
+ +
+
+
+
科目
+
+
+
{{subjectText}}
+
+
+
+ +
+
+ + +
2022
+
+
+
+
+
+ 凭证字 +
+ + {{item.month}} + {{item.day}} + +
{{item.voucherWordNum}}
+
+
+ + +
+
+
+ + 摘要 + 借方 + 贷方 + 方向 + 余额 + + +
+ + + {{item.voucherSummary}} + + {{item.jieAmount}} + {{item.daiAmount}} + {{item.balanceDirection}} + {{item.balance}} + + + + +
+
+
+
+ + + + + + + + + + + + + + + + +
+ + + \ No newline at end of file diff --git a/src/views/yinnong/listBalanceRanking.vue b/src/views/yinnong/listBalanceRanking.vue new file mode 100644 index 00000000..1bc200a7 --- /dev/null +++ b/src/views/yinnong/listBalanceRanking.vue @@ -0,0 +1,632 @@ + + + + + diff --git a/src/views/yinnong/workbench.vue b/src/views/yinnong/workbench.vue index b7f27c8a..9e2d171b 100644 --- a/src/views/yinnong/workbench.vue +++ b/src/views/yinnong/workbench.vue @@ -60,15 +60,15 @@ - -
- + +
+

科目余额表

- -
- + +
+

科目明细账

@@ -285,6 +285,17 @@ >>> .icon img{ width:50px; } + >>> .icon.all{ + width: 80px; + padding: 0; + display: flex; + align-items: center; + justify-content: center; + } + >>> .icon.all img{ + width: 80px; + /* padding: 0; */ + } >>> .indexCard{ margin:2%;width:96%;padding:20px 0;padding:20px 0;border-radius: 6px;box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);background: #fff } diff --git a/static/images/onlineHome/icon_Y11.png b/static/images/onlineHome/icon_Y11.png new file mode 100644 index 00000000..fc2422e2 Binary files /dev/null and b/static/images/onlineHome/icon_Y11.png differ diff --git a/static/images/onlineHome/icon_Y12.png b/static/images/onlineHome/icon_Y12.png new file mode 100644 index 00000000..b425fa08 Binary files /dev/null and b/static/images/onlineHome/icon_Y12.png differ