|
|
@@ -4,108 +4,236 @@ export enum ModalEnum {
|
|
|
commomOrder = 'commom-order', // 下单通用界面
|
|
|
|
|
|
detail = 'detail', // 详情
|
|
|
-
|
|
|
- custom_info_btn_add = 'custom_info_btn_add', // 客户资料 添加
|
|
|
- custom_info_btn_modify = 'custom_info_btn_modify',// 客户资料 修改
|
|
|
- custom_info_btn_disable = 'custom_info_btn_disable',// 客户资料 停用
|
|
|
- custom_info_btn_recover = 'custom_info_btn_recover',// 客户资料 恢复
|
|
|
- custom_info_btn_delete = 'custom_info_btn_delete',// 客户资料 删除
|
|
|
- custom_info_btn_cancel = 'custom_info_btn_cancel',// 客户资料 撤销
|
|
|
- custom_info_btn_check = 'custom_info_btn_check',// 客户资料 审核
|
|
|
-
|
|
|
- goods_info_spot_normal_add = 'goods_info_spot_normal_add', // 现货品种 新增
|
|
|
- goods_info_spot_normal_modify = 'goods_info_spot_normal_modify', // 现货品种 修改
|
|
|
- goods_info_spot_normal_disable = 'goods_info_spot_normal_disable', // 现货品种 停用
|
|
|
- goods_info_spot_disable_recover = 'goods_info_spot_disable_recover', // 现货品种 恢复
|
|
|
-
|
|
|
- goods_info_hedge_normal_modify = 'goods_info_hedge_normal_modify', // 套保品种 修改
|
|
|
-
|
|
|
- spot_contract_btn_add = 'spot_contract_btn_add', // 现货合同 添加
|
|
|
- spot_contract_btn_resubmit = 'spot_contract_btn_resubmit', // 现货合同 重新提交
|
|
|
- spot_contract_btn_modify = 'spot_contract_btn_modify', // 现货合同 修改
|
|
|
- spot_contract_btn_delete = 'spot_contract_btn_delete', // 现货合同 删除
|
|
|
- spot_contract_btn_finish = 'spot_contract_btn_finish', // 现货合同 正常完结
|
|
|
- spot_contract_btn_check = 'spot_contract_btn_check', // 现货合同 审核
|
|
|
- spot_contract_btn_cancel = 'spot_contract_btn_cancel', // 现货合同 撤销
|
|
|
-
|
|
|
- account_info_business_btn_add = 'account_info_business_btn_add', // 业务账户 新增
|
|
|
- account_info_business_btn_modify = 'account_info_business_btn_modify', // 业务账户 修改
|
|
|
- account_info_business_btn_reset = 'account_info_business_btn_reset', // 业务账户 重置密码
|
|
|
- account_info_business_btn_locked = 'account_info_business_btn_locked', // 业务账户 锁定
|
|
|
- account_info_business_btn_cancel = 'account_info_business_btn_cancel', // 业务账户 注销
|
|
|
- account_info_business_btn_unlocked = 'account_info_business_btn_unlocked', // 业务账户 解锁
|
|
|
-
|
|
|
- account_info_trade_btn_add = 'account_info_trade_btn_add',// 交易员 新增
|
|
|
- account_info_trade_child_btn_add = 'account_info_trade_child_btn_add',// 交易账户 新增
|
|
|
- account_info_trade_btn_modify = 'account_info_trade_btn_modify',// 交易账户 修改
|
|
|
- account_info_trade_btn_child_modify = 'account_info_trade_btn_child_modify',// 交易子账户 修改
|
|
|
- account_info_trade_btn_child_locked = 'account_info_trade_btn_child_locked',// 交易账户 锁定
|
|
|
- account_info_trade_btn_child_unlocked = 'account_info_trade_btn_child_unlocked',// 交易账户 解锁
|
|
|
- account_info_trade_btn_child_reset = 'account_info_trade_btn_child_reset',// 交易账户 重置密码
|
|
|
- account_info_trade_btn_child_logout = 'account_info_trade_btn_child_logout',// 业务账户 注销
|
|
|
-
|
|
|
- account_info_manager_btn_add = 'account_info_manager_btn_add', // 管理账户 新增
|
|
|
- account_info_manager_btn_child_add = 'account_info_manager_btn_child_add', // 管理子账户 新增
|
|
|
- account_info_manager_btn_modify = 'account_info_manager_btn_modify', // 管理账户 修改
|
|
|
- account_info_manager_btn_setting = 'account_info_manager_btn_setting', // 管理账户 权限设置
|
|
|
- account_info_manager_btn_setting_modify = 'account_info_manager_btn_setting_modify', // 管理账户 权限修改
|
|
|
- account_info_manager_btn_setting_delete = 'account_info_manager_btn_setting_delete', // 管理账户 权限删除
|
|
|
- account_info_manager_btn_setting_detail = 'account_info_manager_btn_setting_detail', // 管理账户 权限详情
|
|
|
-
|
|
|
- account_info_manager_btn_permission_add = 'account_info_manager_btn_permission_add', // 管理账户 新增
|
|
|
- account_info_manager_btn_reset = 'account_info_manager_btn_reset', // 管理账户 重置密码
|
|
|
- account_info_manager_btn_locked = 'account_info_manager_btn_locked', // 管理账户 锁定
|
|
|
- account_info_manager_btn_unlocked = 'account_info_manager_btn_unlocked', // 管理账户 解锁
|
|
|
- account_info_manager_btn_logout = 'account_info_manager_btn_logout', // 管理账户 注销
|
|
|
-
|
|
|
- account_info_futures_btn_add = 'account_info_futures_btn_add', // 期货账户 新增
|
|
|
- account_info_futures_btn_child_add = 'account_info_futures_btn_child_add', // 期货子账户 新增
|
|
|
- account_info_futures_btn_modify = 'account_info_futures_btn_modify', // 期货账户 修改
|
|
|
- account_info_futures_btn_child_modify = 'account_info_futures_btn_child_modify', // 期货子账户 修改
|
|
|
- account_info_futures_btn_credit = 'account_info_futures_btn_credit', // 期货账户 授权
|
|
|
- account_info_futures_btn_child_cancel = 'account_info_futures_btn_child_cancel', // 期货账户 注销
|
|
|
- account_info_futures_btn_child_credit = 'account_info_futures_btn_child_credit', // 期货账户 授信
|
|
|
-
|
|
|
- warehouse_info_btn_add = 'warehouse_info_btn_add', // 仓库信息 新增
|
|
|
- warehouse_info_btn_modify = 'warehouse_info_btn_modify', // 现货合同 修改
|
|
|
- warehouse_info_btn_disable = 'warehouse_info_btn_disable', // 现货合同 停用
|
|
|
- warehouse_info_btn_recover = 'warehouse_info_btn_recover', // 现货合同 恢复
|
|
|
-
|
|
|
- purchase_pending_someprice = 'purchase_pending_someprice', // 采购 点价登记
|
|
|
- purchase_pending_settlement = 'purchase_pending_settlement', // 采购 交收登记
|
|
|
- purchase_pending_funds = 'purchase_pending_funds', // 采购 款项登记
|
|
|
- purchase_pending_invoice = 'purchase_pending_invoice', // 采购 发票登记
|
|
|
- purchase_pending_storage = 'purchase_pending_storage', // 采购 入库登记
|
|
|
-
|
|
|
- sell_pending_someprice = 'sell_pending_someprice', // 销售 点价登记
|
|
|
- sell_pending_settlement = 'sell_pending_settlement', // 销售 交收登记
|
|
|
- sell_pending_funds = 'sell_pending_funds', // 销售 款项登记
|
|
|
- sell_pending_invoice = 'sell_pending_invoice', // 销售 发票登记
|
|
|
- sell_pending_storage = 'sell_pending_storage', // 销售 出库登记
|
|
|
-
|
|
|
- plan_uncommitted_recommit = 'plan_uncommitted_recommit', // 计划 重新提交
|
|
|
- plan_uncommitted_modify = 'plan_uncommitted_modify', // 计划 修改
|
|
|
- plan_uncommitted_delete = 'plan_uncommitted_delete', // 计划 删除
|
|
|
- plan_audit_audit = 'plan_audit_audit', // 计划 审核
|
|
|
- plan_audit_cancel = 'plan_audit_cancel', // 计划 撤销
|
|
|
- plan_btn_add = 'plan_btn_add', // 计划 新增
|
|
|
-
|
|
|
- business_review_someprice_audit = 'business_review_someprice_audit', // 点价 审核
|
|
|
- business_review_someprice_cancel = 'business_review_someprice_cancel', // 点价 撤销
|
|
|
-
|
|
|
- business_review_settlement_audit = 'business_review_settlement_audit', // 交收 审核
|
|
|
- business_review_settlement_cancel = 'business_review_settlement_cancel', // 交收 撤销
|
|
|
-
|
|
|
- finance_review_funds_audit = 'finance_review_funds_audit', // 款项 审核
|
|
|
- finance_review_funds_cancel = 'finance_review_funds_cancel', // 款项 撤销
|
|
|
-
|
|
|
- finance_review_invoice_audit = 'finance_review_invoice_audit', // 发票 审核
|
|
|
- finance_review_invoice_cancel = 'finance_review_invoice_cancel', // 发票 撤销
|
|
|
-
|
|
|
- inventory_review_checkin_audit = 'inventory_review_checkin_audit', // 入库 审核
|
|
|
- inventory_review_checkin_cancel = 'inventory_review_checkin_cancel', // 入库 撤销
|
|
|
- inventory_review_checkout_audit = 'inventory_review_checkout_audit', // 出库 审核
|
|
|
- inventory_review_checkout_cancel = 'inventory_review_checkout_cancel', // 出库 撤销
|
|
|
-
|
|
|
- inventory_current_add = 'inventory_current_add', // 库存查询 新增
|
|
|
+ open = 'open', // 开仓
|
|
|
+
|
|
|
+ custom_info_btn_delete = 'custom_info_btn_delete', // 删除
|
|
|
+
|
|
|
+ custom_info_btn_check = 'custom_info_btn_check', // 审核
|
|
|
+
|
|
|
+ goods_info_spot_normal_modify = 'goods_info_spot_normal_modify', // 修改
|
|
|
+
|
|
|
+ custom_info_btn_modify = 'custom_info_btn_modify', // 修改
|
|
|
+
|
|
|
+ goods_info_hedge_normal_modify = 'goods_info_hedge_normal_modify', // 修改
|
|
|
+
|
|
|
+ warehouse_info_btn_disable = 'warehouse_info_btn_disable', // 停用
|
|
|
+
|
|
|
+ warehouse_info_btn_add = 'warehouse_info_btn_add', // 新增
|
|
|
+
|
|
|
+ spot_contract_btn_finish = 'spot_contract_btn_finish', // 正常完结
|
|
|
+
|
|
|
+ custom_info_btn_cancel = 'custom_info_btn_cancel', // 撤销
|
|
|
+
|
|
|
+ goods_info_spot_normal_add = 'goods_info_spot_normal_add', // 新增
|
|
|
+
|
|
|
+ spot_contract_btn_add = 'spot_contract_btn_add', // 新增
|
|
|
+
|
|
|
+ account_info_manager_btn_setting = 'account_info_manager_btn_setting', // 权限设置
|
|
|
+
|
|
|
+ purchase_pending_funds = 'purchase_pending_funds', // 款项登记
|
|
|
+
|
|
|
+ purchase_pending_settlement = 'purchase_pending_settlement', // 交收登记
|
|
|
+
|
|
|
+ account_info_futures_btn_add = 'account_info_futures_btn_add', // 新增
|
|
|
+
|
|
|
+ plan_uncommitted_delete = 'plan_uncommitted_delete', // 删除
|
|
|
+
|
|
|
+ business_review_someprice_audit = 'business_review_someprice_audit', // 审核
|
|
|
+
|
|
|
+ custom_info_btn_disable = 'custom_info_btn_disable', // 停用
|
|
|
+
|
|
|
+ custom_info_btn_add = 'custom_info_btn_add', // 新增
|
|
|
+
|
|
|
+ spot_contract_btn_modify = 'spot_contract_btn_modify', // 重新提交
|
|
|
+
|
|
|
+ spot_contract_btn_check = 'spot_contract_btn_check', // 审核
|
|
|
+
|
|
|
+ purchase_pending_storage = 'purchase_pending_storage', // 入库登记
|
|
|
+
|
|
|
+ plan_audit_audit = 'plan_audit_audit', // 审核
|
|
|
+
|
|
|
+ spot_contract_btn_delete = 'spot_contract_btn_delete', // 删除
|
|
|
+
|
|
|
+ purchase_pending_someprice = 'purchase_pending_someprice', // 点价登记
|
|
|
+
|
|
|
+ purchase_pending_invoice = 'purchase_pending_invoice', // 发票登记
|
|
|
+
|
|
|
+ sell_pending_someprice = 'sell_pending_someprice', // 点价登记
|
|
|
+
|
|
|
+ plan_btn_add = 'plan_btn_add', // 新增
|
|
|
+
|
|
|
+ platinum_custom_info_add = 'platinum_custom_info_add', // 新增
|
|
|
+
|
|
|
+ finance_review_invoice_cancel = 'finance_review_invoice_cancel', // 撤销
|
|
|
+
|
|
|
+ platinum_pick_goods_management_add = 'platinum_pick_goods_management_add', // 新增
|
|
|
+
|
|
|
+ platinum_withdrawal_review_refuse = 'platinum_withdrawal_review_refuse', // 审核拒绝
|
|
|
+
|
|
|
+ inventory_review_checkin_cancel = 'inventory_review_checkin_cancel', // 撤销
|
|
|
+
|
|
|
+ business_review_settlement_audit = 'business_review_settlement_audit', // 审核
|
|
|
+
|
|
|
+ account_info_trade_btn_add = 'account_info_trade_btn_add', // 新增
|
|
|
+
|
|
|
+ sell_pending_invoice = 'sell_pending_invoice', // 发票登记
|
|
|
+
|
|
|
+ platinum_pick_query_confirm_pickup = 'platinum_pick_query_confirm_pickup', // 确认取货
|
|
|
+
|
|
|
+ platinum_recharge_review_confirm_payment = 'platinum_recharge_review_confirm_payment', // 确认收款
|
|
|
+
|
|
|
+ platinum_pick_query_upload_logistics = 'platinum_pick_query_upload_logistics', // 上传物流
|
|
|
+
|
|
|
+ warehouse_info_btn_recover = 'warehouse_info_btn_recover', // 恢复
|
|
|
+
|
|
|
+ close = 'close', // 平仓
|
|
|
+
|
|
|
+ business_review_settlement_cancel = 'business_review_settlement_cancel', // 撤销
|
|
|
+
|
|
|
+ platinum_agents_and_stores_logout = 'platinum_agents_and_stores_logout', // 注销
|
|
|
+
|
|
|
+ platinum_contract_commodity_suspension_add = 'platinum_contract_commodity_suspension_add', // 新增
|
|
|
+
|
|
|
+ platinum_agents_and_stores_add = 'platinum_agents_and_stores_add', // 新增
|
|
|
+
|
|
|
+ platinum_capital_flow = 'platinum_capital_flow', // 资金流水
|
|
|
+
|
|
|
+ account_info_manager_btn_add = 'account_info_manager_btn_add', // 新增权限模板
|
|
|
+
|
|
|
+ platinum_promotion_report = 'platinum_promotion_report', // 推广报表
|
|
|
+
|
|
|
+ account_info_business_btn_add = 'account_info_business_btn_add', // 新增
|
|
|
+
|
|
|
+ platinum_financing_information_detail = 'platinum_financing_information_detail', // 融资明细
|
|
|
+
|
|
|
+ platinum_agents_and_stores_modify = 'platinum_agents_and_stores_modify', // 修改
|
|
|
+
|
|
|
+ platinum_broker_management = 'platinum_broker_management', // 经纪人管理
|
|
|
+
|
|
|
+ spot_contract_btn_cancel = 'spot_contract_btn_cancel', // 撤销
|
|
|
+
|
|
|
+ sell_pending_funds = 'sell_pending_funds', // 款项登记
|
|
|
+
|
|
|
+ platinum_spot_and_price_modify = 'platinum_spot_and_price_modify', // 修改
|
|
|
+
|
|
|
+ warehouse_info_btn_modify = 'warehouse_info_btn_modify', // 修改
|
|
|
+
|
|
|
+ goods_info_spot_normal_disable = 'goods_info_spot_normal_disable', // 停用
|
|
|
+
|
|
|
+ platinum_withdrawal_review_confirm_withdrawal = 'platinum_withdrawal_review_confirm_withdrawal', // 确认提现
|
|
|
+
|
|
|
+ plan_uncommitted_modify = 'plan_uncommitted_modify', // 修改
|
|
|
+
|
|
|
+ custom_info_btn_recover = 'custom_info_btn_recover', // 恢复
|
|
|
+
|
|
|
+ finance_review_funds_cancel = 'finance_review_funds_cancel', // 撤销
|
|
|
+
|
|
|
+ plan_audit_cancel = 'plan_audit_cancel', // 撤销
|
|
|
+
|
|
|
+ business_review_someprice_cancel = 'business_review_someprice_cancel', // 撤销
|
|
|
+
|
|
|
+ platinum_contract_goods_add = 'platinum_contract_goods_add', // 新增
|
|
|
+
|
|
|
+ inventory_review_checkout_cancel = 'inventory_review_checkout_cancel', // 撤销
|
|
|
+
|
|
|
+ platinum_pick_query_receipt = 'platinum_pick_query_receipt', // 确认收货
|
|
|
+
|
|
|
+ inventory_current_add = 'inventory_current_add', // 新增
|
|
|
+
|
|
|
+ sell_pending_settlement = 'sell_pending_settlement', // 交收登记
|
|
|
+
|
|
|
+ finance_review_funds_audit = 'finance_review_funds_audit', // 审核
|
|
|
+
|
|
|
+ sell_pending_storage = 'sell_pending_storage', // 出库登记
|
|
|
+
|
|
|
+ finance_review_invoice_audit = 'finance_review_invoice_audit', // 审核
|
|
|
+
|
|
|
+ platinum_agreement_add = 'platinum_agreement_add', // 新增
|
|
|
+
|
|
|
+ platinum_pick_query_complete_stocking = 'platinum_pick_query_complete_stocking', // 完成备货
|
|
|
+
|
|
|
+ inventory_review_checkout_audit = 'inventory_review_checkout_audit', // 审核
|
|
|
+
|
|
|
+ inventory_review_checkin_audit = 'inventory_review_checkin_audit', // 审核
|
|
|
+
|
|
|
+ platinum_recharge_review_refuse = 'platinum_recharge_review_refuse', // 审核拒绝
|
|
|
+
|
|
|
+ account_info_futures_btn_child_add = 'account_info_futures_btn_child_add', // 新增
|
|
|
+
|
|
|
+ account_info_futures_btn_modify = 'account_info_futures_btn_modify', // 修改
|
|
|
+
|
|
|
+ platinum_custom_info_normal_modify = 'platinum_custom_info_normal_modify', // 修改
|
|
|
+
|
|
|
+ platinum_custom_info_normal_stop = 'platinum_custom_info_normal_stop', // 停用
|
|
|
+
|
|
|
+ platinum_pick_goods_management_modify = 'platinum_pick_goods_management_modify', // 修改
|
|
|
+
|
|
|
+ platinum_pick_goods_management_logout = 'platinum_pick_goods_management_logout', // 注销
|
|
|
+
|
|
|
+ platinum_contract_goods_modify = 'platinum_contract_goods_modify', // 修改
|
|
|
+
|
|
|
+ platinum_contract_goods_logout = 'platinum_contract_goods_logout', // 注销
|
|
|
+
|
|
|
+ inventory_current_detail_storesave = 'inventory_current_detail_storesave', // 库存明细
|
|
|
+
|
|
|
+ inventory_current_detail_storehouse = 'inventory_current_detail_storehouse', // 仓库明细
|
|
|
+
|
|
|
+ account_info_trade_child_btn_add = 'account_info_trade_child_btn_add', // 新增
|
|
|
+
|
|
|
+ account_info_trade_btn_modify = 'account_info_trade_btn_modify', // 修改
|
|
|
+
|
|
|
+ platinum_agreement_modify = 'platinum_agreement_modify', // 修改
|
|
|
+
|
|
|
+ platinum_agreement_stop = 'platinum_agreement_stop', // 停用
|
|
|
+
|
|
|
+ platinum_agreement_resume = 'platinum_agreement_resume', // 恢复
|
|
|
+
|
|
|
+ platinum_agreement_delete = 'platinum_agreement_delete', // 注销
|
|
|
+
|
|
|
+ platinum_customer_info_unsubmit_check = 'platinum_customer_info_unsubmit_check', // 审核
|
|
|
+
|
|
|
+ platinum_contract_commodity_suspension_modify = 'platinum_contract_commodity_suspension_modify', // 修改
|
|
|
+
|
|
|
+ account_info_manager_btn_child_add = 'account_info_manager_btn_child_add', // 新增
|
|
|
+
|
|
|
+ account_info_business_btn_modify = 'account_info_business_btn_modify', // 修改
|
|
|
+
|
|
|
+ account_info_business_btn_reset = 'account_info_business_btn_reset', // 重置密码
|
|
|
+
|
|
|
+ account_info_business_btn_locked = 'account_info_business_btn_locked', // 锁定
|
|
|
+
|
|
|
+ account_info_business_btn_unlocked = 'account_info_business_btn_unlocked', // 解锁
|
|
|
+
|
|
|
+ account_info_business_btn_cancel = 'account_info_business_btn_cancel', // 注销
|
|
|
+
|
|
|
+ platinum_customer_info_stop_resume = 'platinum_customer_info_stop_resume', // 恢复
|
|
|
+
|
|
|
+ platinum_customer_info_stop_delete = 'platinum_customer_info_stop_delete', // 删除
|
|
|
+
|
|
|
+ account_info_trade_btn_child_modify = 'account_info_trade_btn_child_modify', // 修改
|
|
|
+
|
|
|
+ account_info_trade_btn_child_reset = 'account_info_trade_btn_child_reset', // 重置密码
|
|
|
+
|
|
|
+ account_info_trade_btn_child_locked = 'account_info_trade_btn_child_locked', // 锁定
|
|
|
+
|
|
|
+ account_info_trade_btn_child_unlocked = 'account_info_trade_btn_child_unlocked', // 解锁
|
|
|
+
|
|
|
+ account_info_trade_btn_child_logout = 'account_info_trade_btn_child_logout', // 注销
|
|
|
+
|
|
|
+ account_info_manager_btn_modify = 'account_info_manager_btn_modify', // 修改
|
|
|
+
|
|
|
+ account_info_manager_btn_reset = 'account_info_manager_btn_reset', // 重置密码
|
|
|
+
|
|
|
+ account_info_manager_btn_locked = 'account_info_manager_btn_locked', // 锁定
|
|
|
+
|
|
|
+ account_info_manager_btn_unlocked = 'account_info_manager_btn_unlocked', // 解锁
|
|
|
+
|
|
|
+ account_info_manager_btn_logout = 'account_info_manager_btn_logout', // 注销
|
|
|
+
|
|
|
+ account_info_futures_btn_child_credit = 'account_info_futures_btn_child_credit', // 授信
|
|
|
+
|
|
|
+ account_info_futures_btn_child_modify = 'account_info_futures_btn_child_modify', // 修改
|
|
|
+
|
|
|
+ account_info_futures_btn_child_cancel = 'account_info_futures_btn_child_cancel', // 注销
|
|
|
+
|
|
|
}
|