| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 |
- // 路由名 枚举
- export enum EnumRouterName {
- remark = 'remark', //
- market = 'market', // 市场
- info = 'info', // 信息
- search = 'search', // 查询
- report = 'report', // 报表
- manage = 'manage', // 管理
- platinum = 'platinum', // 铂金宝
- hedging = 'hedging', // 套期保值
- business = 'business', // 业务
- spot_trade = 'spot_trade', // 现货贸易
- futures = 'futures', // 期货
- custom_info = 'custom_info', // 客户资料
- spot_contract = 'spot_contract', // 现货合同
- goods_info = 'goods_info', // 商品信息
- outaccount_status = 'outaccount_status', // 账户状态
- inventory = 'inventory', // 库存查询
- search_document_records = 'search_document_records', // 单据记录
- search_capital_flow = 'search_capital_flow', // 资金流水
- search_performance_query = 'search_performance_query', // 履约查询
- search_financing_inquiry = 'search_financing_inquiry', // 融资查询
- search_pickup_query = 'search_pickup_query', // 提货查询
- search_login_log = 'search_login_log', // 登录日志
- finance_report = 'finance_report', // 财务报表
- exposure_report = 'exposure_report', // 敞口报表
- spot_report = 'spot_report', // 现货报表
- inventory_report = 'inventory_report', // 库存报表
- sum_pl_report = 'sum_pl_report', // 汇总损益报表
- future_report = 'future_report', // 期货报表
- warehouse_info = 'warehouse_info', // 仓库信息
- account_info = 'account_info', // 账户管理
- business_review = 'business_review', // 业务审核
- finance_review = 'finance_review', // 财务审核
- inventory_review = 'inventory_review', // 库存审核
- inventory_manager = 'inventory_manager', // 库存管理
- platinum_customer_info = 'platinum_customer_info', // 客户资料
- platinum_pick_goods_management = 'platinum_pick_goods_management', // 提货商品管理
- platinum_fixed_investment_query = 'platinum_fixed_investment_query', // 定投查询
- platinum_fixed_investment_price_query = 'platinum_fixed_investment_price_query', // 定投价查询
- platinum_document_query = 'platinum_document_query', // 单据查询
- platinum_financing_information = 'platinum_financing_information', // 融资信息
- platinum_contract_goods = 'platinum_contract_goods', // 合约商品
- platinum_contract_commodity_suspension = 'platinum_contract_commodity_suspension', // 合约商品停牌
- platinum_agents_and_stores = 'platinum_agents_and_stores', // 代理和门店
- platinum_spot_and_price = 'platinum_spot_and_price', // 现货市价
- platinum_agreement = 'platinum_agreement', // 协议管理
- entry_of_spot_information = 'entry_of_spot_information', // 现货信息录入
- spot_price_management = 'spot_price_management', // 现货点价管理
- purchase = 'purchase', // 采购
- sell = 'sell', // 销售
- plan = 'plan', // 计划
- platinum_pick_query = 'platinum_pick_query', // 提货查询
- platinum_recharge_withdrawal_review = 'platinum_recharge_withdrawal_review', // 充值和提现审核
- account_info_manager = 'account_info_manager', // 管理账户
- account_info_futures = 'account_info_futures', // 期货账户
- business_review_someprice = 'business_review_someprice', // 点价
- business_review_settlement = 'business_review_settlement', // 交收
- finance_review_funds = 'finance_review_funds', // 款项
- inventory_review_checkin = 'inventory_review_checkin', // 入库
- inventory_review_checkout = 'inventory_review_checkout', // 出库
- inventory_manager_tab = 'inventory_manager_tab', // 库存管理
- platinum_custom_info_normal = 'platinum_custom_info_normal', // 正常
- finance_review_invoice = 'finance_review_invoice', // 发票
- platinum_customer_info_unsubmit = 'platinum_customer_info_unsubmit', // 待审核
- platinum_customer_info_stop = 'platinum_customer_info_stop', // 停用
- platinum_pick_goods_management_tab = 'platinum_pick_goods_management_tab', // 提货商品管理
- platinum_fixed_investment_plan_query = 'platinum_fixed_investment_plan_query', // 定投计划查询
- platinum_fixed_investment_flow_query = 'platinum_fixed_investment_flow_query', // 定投流水查询
- platinum_document_query_position = 'platinum_document_query_position', // 持仓
- platinum_document_query_waiting = 'platinum_document_query_waiting', // 待付单
- platinum_document_query_success = 'platinum_document_query_success', // 成交单
- platinum_fixed_investment_price_query_tab = 'platinum_fixed_investment_price_query_tab', // 定投价查询
- platinum_document_query_order = 'platinum_document_query_order', // 委托单
- platinum_financing_information_tab = 'platinum_financing_information_tab', // 融资信息
- platinum_contract_goods_tab = 'platinum_contract_goods_tab', // 合约商品
- platinum_contract_commodity_suspension_tab = 'platinum_contract_commodity_suspension_tab', // 合约商品停牌
- platinum_agents_and_stores_tab = 'platinum_agents_and_stores_tab', // 代理和门店
- platinum_spot_and_price_tab = 'platinum_spot_and_price_tab', // 现货市价
- platinum_agreement_tab = 'platinum_agreement_tab', // 协议管理
- spot_price_management_disable = 'spot_price_management_disable', // 停用
- spot_price_management_normal = 'spot_price_management_normal', // 正常
- purchase_pending = 'purchase_pending', // 待点价
- purchase_performance = 'purchase_performance', // 履约交收
- purchase_all = 'purchase_all', // 全部
- sell_performance = 'sell_performance', // 履约交收
- sell_all = 'sell_all', // 全部
- sell_pending = 'sell_pending', // 待点价
- exposure_realtime = 'exposure_realtime', // 实时敞口
- exposure_spot = 'exposure_spot', // 现货头寸
- exposure_futures = 'exposure_futures', // 期货头寸
- exposure_history = 'exposure_history', // 历史敞口
- plan_uncommitted = 'plan_uncommitted', // 未提交
- plan_audit = 'plan_audit', // 待审核
- plan_running = 'plan_running', // 执行中
- platinum_pick_query_tab = 'platinum_pick_query_tab', // 提货查询
- warehouse_receipt_trade = 'warehouse_receipt_trade', // 仓单贸易
- warehouse_pre_sale = 'warehouse_pre_sale', // 仓单预售
- spot_trade_order_transaction = 'spot_trade_order_transaction', // 订单交易
- dominant_contract = 'dominant_contract', // 主力
- night_plate = 'night_plate', // 夜盘
- main_contract = 'main_contract', // 主连
- spot_trade_reference_market = 'spot_trade_reference_market', // 参考行情
- orderdetail = 'orderdetail', // 委托
- tradedetail = 'tradedetail', // 成交
- closedetail = 'closedetail', // 平仓
- custom_info_unsubmit = 'custom_info_unsubmit', // 未提交
- custom_info_checkpending = 'custom_info_checkpending', // 待审核
- custom_info_disabled = 'custom_info_disabled', // 停用
- spot_contract_unsubmitted = 'spot_contract_unsubmitted', // 未提交
- spot_contract_performance = 'spot_contract_performance', // 履约中
- spot_contract_finished = 'spot_contract_finished', // 已完成
- spot_contract_checkpending = 'spot_contract_checkpending', // 待审核
- goods_info_spot = 'goods_info_spot', // 现货品种
- goods_info_hedge = 'goods_info_hedge', // 套保品种
- outaccount_status_status = 'outaccount_status_status', // 账户状态
- inventory_current = 'inventory_current', // 当前库存
- inventory_applyrecord = 'inventory_applyrecord', // 申请记录
- search_spot_warrant = 'search_spot_warrant', // 现货仓单
- search_pre_sale_warehouse_receipt = 'search_pre_sale_warehouse_receipt', // 预售仓单
- search_commodity_contract = 'search_commodity_contract', // 商品合约
- search_capital_flow_tab = 'search_capital_flow_tab', // 资金流水
- search_performance_query_buy_performance = 'search_performance_query_buy_performance', // 买履约
- search_performance_query_sell_performance = 'search_performance_query_sell_performance', // 卖履约
- search_financing_inquiry_apply_order = 'search_financing_inquiry_apply_order', // 申请单
- search_financing_inquiry_contract = 'search_financing_inquiry_contract', // 合同
- search_pickup_query_tab = 'search_pickup_query_tab', // 提货查询
- finance_report_finance = 'finance_report_finance', // 财务报表
- exposure_report_exposure = 'exposure_report_exposure', // 敞口报表
- spot_report_spot = 'spot_report_spot', // 现货报表
- inventory_report_inventory_category = 'inventory_report_inventory_category', // 库存报表(品类)
- inventory_report_warehouse = 'inventory_report_warehouse', // 库存报表(仓库)
- sum_pl_report_sum_pl = 'sum_pl_report_sum_pl', // 汇总损益报表
- future_report_future = 'future_report_future', // 期货报表
- warehouse_info_normal = 'warehouse_info_normal', // 正常
- warehouse_info_disabled = 'warehouse_info_disabled', // 停用
- account_info_business = 'account_info_business', // 业务账户
- account_info_trade = 'account_info_trade', // 交易账户
- platinum_recharge_review_tab = 'platinum_recharge_review_tab', // 充值审核
- platinum_withdrawal_review_tab = 'platinum_withdrawal_review_tab', // 提现审核
- warehouse_pre_sale_floating_price = 'warehouse_pre_sale_floating_price', // 浮动价预售
- spot_trade_order_transaction_basis_difference = 'spot_trade_order_transaction_basis_difference', // 基差点价
- spot_trade_order_transaction_listing_transfer = 'spot_trade_order_transaction_listing_transfer', // 挂牌转让
- goods_info_spot_normal = 'goods_info_spot_normal', // 正常
- goods_info_spot_disable = 'goods_info_spot_disable', // 停用
- goods_info_hedge_normal = 'goods_info_hedge_normal', // 正常
- search_spot_warrant_listing_record = 'search_spot_warrant_listing_record', // 挂牌记录
- goods_info_hedge_disable = 'goods_info_hedge_disable', // 停用
- search_spot_warrant_warehouse_receipt_details = 'search_spot_warrant_warehouse_receipt_details', // 仓单明细
- search_spot_warrant_protocol_specified_record = 'search_spot_warrant_protocol_specified_record', // 协议指定记录
- search_spot_warrant_transaction_record = 'search_spot_warrant_transaction_record', // 成交记录
- warehouse_receipt_trade_price = 'warehouse_receipt_trade_price', // 一口价挂牌
- search_pre_sale_warehouse_receipt_order_summary = 'search_pre_sale_warehouse_receipt_order_summary', // 订单汇总
- search_pre_sale_warehouse_receipt_transaction_record = 'search_pre_sale_warehouse_receipt_transaction_record', // 成交记录
- search_pre_sale_warehouse_receipt_protocol_specified_record = 'search_pre_sale_warehouse_receipt_protocol_specified_record', // 协议指定记录
- search_document_records_contract_summary = 'search_document_records_contract_summary', // 合约汇总
- search_document_records_commission_record = 'search_document_records_commission_record', // 委托记录
- warehouse_receipt_trade_floating_price = 'warehouse_receipt_trade_floating_price', // 浮动价挂牌
- search_document_records_delivery_record = 'search_document_records_delivery_record', // 交收记录
- warehouse_pre_sale_price = 'warehouse_pre_sale_price', // 一口价预售
- search_document_records_transaction_record = 'search_document_records_transaction_record', // 成交记录
- search_pre_sale_warehouse_receipt_commission_record = 'search_pre_sale_warehouse_receipt_commission_record', // 委托记录
- spot_trade_warehouse_buy_hall = 'spot_trade_warehouse_buy_hall', // 买大厅
- spot_trade_warehouse_sell_hall = 'spot_trade_warehouse_sell_hall', // 卖大厅
- warehouse_receipt_trade_blocs = 'warehouse_receipt_trade_blocs', // 仓单贸易 贸易圈挂牌
- warehouse_pre_sale_blocs = 'warehouse_pre_sale_blocs', // 仓单预售 贸易圈挂牌
- search_performance_template_sub = 'search_performance_template_sub', // 履约模板
- account_manager_agency_sub = 'account-manager-agency-sub'
- }
|