From 2dccf41f27e17c88969ad1f25e21bf9efcb19441 Mon Sep 17 00:00:00 2001
From: cclu <1106109051@qq.com>
Date: Wed, 17 Jul 2024 20:19:11 +0800
Subject: [PATCH] update
---
pages.json | 12 +
pages/settlementApproval/index.vue | 436 +++++++++++++++++++++++++++++
pages/userCenter/userCenter.vue | 9 +
3 files changed, 457 insertions(+)
create mode 100644 pages/settlementApproval/index.vue
diff --git a/pages.json b/pages.json
index 52e674f..172c2f9 100644
--- a/pages.json
+++ b/pages.json
@@ -81,6 +81,18 @@
}
]
},
+ {
+ "root": "pages/settlementApproval",
+ "pages": [
+ {
+ "path": "index",
+ "style":
+ {
+ "navigationBarTitleText": "结算审批"
+ }
+ }
+ ]
+ },
{
"root": "pages/auditingPop",
"pages": [
diff --git a/pages/settlementApproval/index.vue b/pages/settlementApproval/index.vue
new file mode 100644
index 0000000..703df77
--- /dev/null
+++ b/pages/settlementApproval/index.vue
@@ -0,0 +1,436 @@
+
+
+
+
+ {{ selectServiceList[selectIndex].label }}
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+ {{index+1}}
+
+ {{ item.BUSINESSPROJECT_NAME }}
+ {{ item.SETTLEMENT_STATE===0?'待结算':item.SETTLEMENT_STATE===1?'已结算':item.SETTLEMENT_STATE===2?'结算审批中':'' }}
+
+
+ {{ $util.getMoney(item.CURREVENUE_AMOUNT) }}
+ 本月营业额
+
+
+ {{item.CURRENT_PERIOD || ''}}
+
+
+ {{ item.MERCHANTS_NAME || '' }}
+
+
+
+
+ {{item.SETTLEMENT_DATE || ''}}
+ {{item.SETTLEMENT_TYPE===1?'年度结算':item.SETTLEMENT_TYPE===2?'月度结算':''}}
+
+
+ {{item.SERVERPARTSHOP_NAME || ''}}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/userCenter/userCenter.vue b/pages/userCenter/userCenter.vue
index a7bcb94..1cebb23 100644
--- a/pages/userCenter/userCenter.vue
+++ b/pages/userCenter/userCenter.vue
@@ -232,6 +232,15 @@ import Tabbar from "../../components/tabbar/tabbar.vue";
isNotice:false,
imagePath: 'https://eshangtech.com/ShopICO/ahyd-BID/index/changeMoney.svg',
},
+ {
+ id:'a927bf4d-f924-4034-b964-d1a8bd401d09',
+ name: '结算审批',
+ homeUrl: '/pages/settlementApproval/index',
+ notice:0,
+ value: 3,
+ isNotice:false,
+ imagePath: 'https://eshangtech.com/ShopICO/ahyd-BID/index/changeMoney.svg',
+ },
],
},
{