From 59904596dbd46f8e77744723a9e5582fbc2a8118 Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Fri, 16 Jan 2026 16:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E7=BB=A9=E6=B5=81=E6=B0=B4=E8=B4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/cash/financialAccount.js | 19 + .../moneyManage/financialAccount/cashFlow.vue | 512 ++++++++++++++++++++- .../financialAccount/performanceAttribution.vue | 512 ++++++++++++++++++++- 3 files changed, 1035 insertions(+), 8 deletions(-) create mode 100644 src/api/cash/financialAccount.js diff --git a/src/api/cash/financialAccount.js b/src/api/cash/financialAccount.js new file mode 100644 index 0000000..e01d5df --- /dev/null +++ b/src/api/cash/financialAccount.js @@ -0,0 +1,19 @@ +import http from '@/util/http.js' + +//查询资金流水 +export const Moneyfunds = (data) => { + return http({ + method: 'POST', + url: '/Money/funds', + data + }) +} + +// 新增线上退款 +export const refundOnline = (data) => { + return http({ + method: 'POST', + url: '/Money/addOnline', + data + }) +} \ No newline at end of file diff --git a/src/views/moneyManage/financialAccount/cashFlow.vue b/src/views/moneyManage/financialAccount/cashFlow.vue index 1f22dd2..e8ba32a 100644 --- a/src/views/moneyManage/financialAccount/cashFlow.vue +++ b/src/views/moneyManage/financialAccount/cashFlow.vue @@ -1,5 +1,509 @@ + + \ No newline at end of file +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + +
+ + + diff --git a/src/views/moneyManage/financialAccount/performanceAttribution.vue b/src/views/moneyManage/financialAccount/performanceAttribution.vue index 2273524..e8ba32a 100644 --- a/src/views/moneyManage/financialAccount/performanceAttribution.vue +++ b/src/views/moneyManage/financialAccount/performanceAttribution.vue @@ -1,5 +1,509 @@ + + \ No newline at end of file +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + +
+ + +