股票
+比重(%)
+{{ item.stockName }}({{ item.stockCode }})
+{{ item.proportion }}
+From 7e291e672296aa097f34c87abaa0e57ae5048de8 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Wed, 8 Nov 2023 16:07:17 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E9=87=91=E8=81=94=E8=B0=83=E5=AE=8C?=
=?UTF-8?q?=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env | 2 +-
src/api/fund.ts | 7 +
.../基金产品经理_nor.png => fund.png} | Bin
...基金产品经理_hig.png => fund1.png} | Bin
src/layout/components/AppSidebar/Menu.vue | 9 +-
src/router/index.ts | 2 +
src/views/Role.vue | 6 +-
src/views/config/level/Index.vue | 2 +
src/views/product/fund/Add.vue | 596 ++++++++++++++++++
src/views/product/fund/CardList.vue | 137 ++++
src/views/product/fund/Detail.vue | 21 +
src/views/product/fund/Info.vue | 105 +++
src/views/product/fund/List.vue | 155 +++++
src/views/product/insurance/Add.vue | 16 +-
14 files changed, 1039 insertions(+), 19 deletions(-)
create mode 100644 src/api/fund.ts
rename src/assets/images/role/{icon/选择角色/基金产品经理_nor.png => fund.png} (100%)
rename src/assets/images/role/{icon/选择角色/基金产品经理_hig.png => fund1.png} (100%)
create mode 100644 src/views/product/fund/Add.vue
create mode 100644 src/views/product/fund/CardList.vue
create mode 100644 src/views/product/fund/Detail.vue
create mode 100644 src/views/product/fund/Info.vue
create mode 100644 src/views/product/fund/List.vue
diff --git a/.env b/.env
index 0c43f01..97571e0 100644
--- a/.env
+++ b/.env
@@ -2,7 +2,7 @@ VITE_APP_TITLE=金融产品设计及数字化营销沙盘
VITE_PORT=9520
VITE_PROXY=http://192.168.31.125:8080
VITE_PUBLIC_PATH=./
-VITE_BASE_API=http://192.168.31.51:9000
+VITE_BASE_API=http://192.168.31.217:9000
# VITE_BASE_API=http://121.37.12.51
VITE_I18N_LOCALE=zh-cn
VITE_I18N_FALLBACK_LOCALE=zh-cn
diff --git a/src/api/fund.ts b/src/api/fund.ts
new file mode 100644
index 0000000..8f5efe9
--- /dev/null
+++ b/src/api/fund.ts
@@ -0,0 +1,7 @@
+import axios from '@/utils/request';
+// 保险
+export const saveFund = async (data: Record 保险产品 基金产品
买入费率(单笔费率应小于5.00%,5000元)
+金额
+费率
+申购计算:
+净申购金额 = 申购金额 / (1 + 申购费用)
+申购费用 = 申购金额 - 净申购金额
+申购份额 = 净申购金额 / T时基金份额净值
+运作费率(单笔费率应小于5.00%)
+运作费计算:
+管理费 = (前一日的基金资产净值 x 管理费率)/ 365
+托管费 = (前一日的基金资产净值 x 管理费率)/ 365
+销售服务费 = (前一日的基金资产净值 x 管理费率)/ 365
+赎回费率(单笔费率应小于5.00%,5000元)
+持有时长
+费率
+赎回计算:
+赎回费用 = 赎回总额 x 赎回费率
+赎回金额 = 赎回总额 - 赎回费用
+{{ item.fundraisingScale }}万募集规模
+买入费率{{ item.buying }},赎回费率{{ item.sale }}
+创建日期:{{ item.createTime.split(' ')[0] }}
+基金类型:{{ info.fundType }}
+基金规模:{{ info.fundraisingScale }}万元
+运作方式:{{ info.modeOfOperation }}
+持股配置:
+股票
+比重(%)
+{{ item.stockName }}({{ item.stockCode }})
+{{ item.proportion }}
+费率配置:
+客户T时买入,T+{{ info.buyingDuration }}{{ info.buyingUnit }}确认申购份额期间,资金进入冻结账户。
+客户T时卖出,T+{{ info.sellingTime }}{{ info.soldUnit }}确认赎回金额期间,资金进入冻结账户。
+ +买入费率
+金额
+费率
+{{ item.amountOrDuration }}
+{{ item.rate }}{{ item.rateUnit + }}
+管理费{{ info.operationManagementRate }}%
+托管费{{ info.operatingEscrowRate }}%
+销售服务费{{ info.operatingSalesServiceRates }}%
+ +赎回费率
+持有时长
+费率
+{{ item.amountOrDuration }}
+{{ item.rate }}{{ item.rateUnit }}
+审查日期:{{ info.approvalTime }}
-审查员:公瑾
-