资金流水
记录模拟交易引起的扣款、回款与交易后余额变化。
diff --git a/app/static/portal/common/api-client.js b/app/static/portal/common/api-client.js index 6bf92ad..2a9f33f 100644 --- a/app/static/portal/common/api-client.js +++ b/app/static/portal/common/api-client.js @@ -60,6 +60,8 @@ const ENDPOINTS = Object.freeze({ ADVISOR_RECOMMEND: { method: 'POST', path: '/api/v1/advisor/recommendations', idempotent: true }, ADVISOR_CREATE_GOAL: { method: 'POST', path: '/api/v1/advisor/investment-goals', idempotent: true }, ADVISOR_CUSTOMER_GOAL: { method: 'GET', path: '/api/v1/advisor/customers/{customerId}/investment-goals/current' }, + ADVISOR_CONFIRM_GOAL: { method: 'POST', path: '/api/v1/advisor/investment-goals/{goalNo}/confirmations', idempotent: true }, + ADVISOR_GOAL_BOOK: { method: 'GET', path: '/api/v1/advisor/investment-goals/{goalNo}/goal-book' }, OFFSITE_MAILS: { method: 'GET', path: '/api/v1/offsite-fund/mails' }, OFFSITE_MAILBOX: { method: 'GET', path: '/api/v1/offsite-fund/mailbox-status' }, }); diff --git a/app/static/portal/customer/cash-ledger/index.html b/app/static/portal/customer/cash-ledger/index.html index 33dc45f..bd4bdec 100644 --- a/app/static/portal/customer/cash-ledger/index.html +++ b/app/static/portal/customer/cash-ledger/index.html @@ -1 +1 @@ -
记录模拟交易引起的扣款、回款与交易后余额变化。
记录模拟交易引起的扣款、回款与交易后余额变化。
持仓份额、市值和盈亏均由 T006 后端接口返回。
持仓份额、市值和盈亏均由 T006 后端接口返回。
按提交时间倒序展示模拟委托,首版市价委托会立即全额成交。
按提交时间倒序展示模拟委托,首版市价委托会立即全额成交。
仅展示后端已计算的累计盈亏、今日盈亏和持仓盈亏,不推导缺失的已实现收益。
仅展示后端已计算的累计盈亏、今日盈亏和持仓盈亏,不推导缺失的已实现收益。