modalNameEnum.ts 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. export enum ModalEnum {
  2. notice = 'notice', // 消息
  3. logout = 'logout', // 退出登录
  4. commomOrder = 'commom-order', // 下单通用界面
  5. detail = 'detail', // 详情
  6. spot_warrant_spot_details_listed = 'spot_warrant_spot_details_listed', // 挂牌
  7. spot_warrant_deal_detail = 'spot_warrant_deal_detail', // 详情
  8. spot_warrant_inventory_summary_detail = 'spot_warrant_inventory_summary_detail', // 仓单明细
  9. spot_warrant_pending_order_cancel_order = 'spot_warrant_pending_order_cancel_order', // 撤单
  10. spot_warrant_designated_deal_ignore = 'spot_warrant_designated_deal_ignore', // 忽略
  11. spot_warrant_spot_summary_check = 'spot_warrant_spot_summary_check', // 查看库存
  12. spot_warrant_designated_deal_confirm_purchase = 'spot_warrant_designated_deal_confirm_purchase', // 确定购买
  13. spot_warrant_in_and_out_warehouse_logistics_information = 'spot_warrant_in_and_out_warehouse_logistics_information', // 物流信息
  14. spot_warrant_spot_details_pick_up = 'spot_warrant_spot_details_pick_up', // 提货
  15. spot_warrant_designated_deal_resell = 'spot_warrant_designated_deal_resell', // 撤销出售
  16. pre_sale_warehouse_receipt_pending_order_cancel_order = 'pre_sale_warehouse_receipt_pending_order_cancel_order', // 撤单
  17. pre_sale_warehouse_receipt_order_summary_listed = 'pre_sale_warehouse_receipt_order_summary_listed', // 挂牌
  18. pre_sale_warehouse_receipt_designated_deal_confirm_purchase = 'pre_sale_warehouse_receipt_designated_deal_confirm_purchase', // 确定购买
  19. performance_information_buy_performance_pay = 'performance_information_buy_performance_pay', // 付款
  20. performance_information_buy_performance_extension = 'performance_information_buy_performance_extension', // 延期
  21. spot_warrant_in_and_out_warehouse_revoke = 'spot_warrant_in_and_out_warehouse_revoke', // 撤销
  22. pre_sale_warehouse_receipt_deal_detail = 'pre_sale_warehouse_receipt_deal_detail', // 详情
  23. performance_information_buy_performance_detail = 'performance_information_buy_performance_detail', // 详情
  24. performance_information_sell_performance_pay = 'performance_information_sell_performance_pay', // 付款
  25. performance_information_sell_performance_detail = 'performance_information_sell_performance_detail', // 详情
  26. performance_information_sell_performance_extension = 'performance_information_sell_performance_extension', // 延期
  27. performance_information_buy_performance_breach_contract = 'performance_information_buy_performance_breach_contract', // 违约
  28. performance_information_sell_performance_breach_contract = 'performance_information_sell_performance_breach_contract', // 违约
  29. funding_information_funding_summary_withdraw = 'funding_information_funding_summary_withdraw', // 提现
  30. pre_sale_warehouse_receipt_designated_deal_ignore = 'pre_sale_warehouse_receipt_designated_deal_ignore', // 忽略
  31. warehouse_receipt_trade_price_post_buying = 'warehouse_receipt_trade_price_post_buying', // 发布求购
  32. warehouse_receipt_trade_floating_price_post_buying = 'warehouse_receipt_trade_floating_price_post_buying', // 发布求购
  33. funding_information_funding_summary_recharge = 'funding_information_funding_summary_recharge', // 充值
  34. warehouse_receipt_trade_floating_price_detail = 'warehouse_receipt_trade_floating_price_detail', // 详情
  35. warehouse_receipt_trade_floating_price_delisting = 'warehouse_receipt_trade_floating_price_delisting', // 摘牌
  36. warehouse_receipt_trade_price_delisting = 'warehouse_receipt_trade_price_delisting', // 摘牌
  37. capacity_pre_sale_detail = 'capacity_pre_sale_detail', // 详情
  38. warehouse_receipt_trade_price_detail = 'warehouse_receipt_trade_price_detail', // 详情
  39. capacity_pre_sale_purchase = 'capacity_pre_sale_purchase', // 发布求购
  40. capacity_pre_sale_delisting = 'capacity_pre_sale_delisting', // 摘牌
  41. open = 'open', // 开仓
  42. close = 'close', // 平仓
  43. custom_info_btn_delete = 'custom_info_btn_delete', // 删除
  44. custom_info_btn_cancel = 'custom_info_btn_cancel', // 撤销
  45. custom_info_btn_check = 'custom_info_btn_check', // 审核
  46. custom_info_btn_add = 'custom_info_btn_add', // 新增
  47. custom_info_btn_modify = 'custom_info_btn_modify', // 修改
  48. custom_info_btn_disable = 'custom_info_btn_disable', // 停用
  49. custom_info_btn_recover = 'custom_info_btn_recover', // 恢复
  50. goods_info_spot_normal_add = 'goods_info_spot_normal_add', // 新增
  51. goods_info_spot_normal_disable = 'goods_info_spot_normal_disable', // 停用
  52. goods_info_hedge_normal_modify = 'goods_info_hedge_normal_modify', // 修改
  53. spot_contract_btn_add = 'spot_contract_btn_add', // 新增
  54. goods_info_spot_normal_modify = 'goods_info_spot_normal_modify', // 修改
  55. none_btn = 'none_btn', // 按钮
  56. warehouse_info_btn_add = 'warehouse_info_btn_add', // 新增
  57. warehouse_info_btn_disable = 'warehouse_info_btn_disable', // 停用
  58. warehouse_info_btn_recover = 'warehouse_info_btn_recover', // 恢复
  59. account_info_business_btn_add = 'account_info_business_btn_add', // 新增
  60. warehouse_info_btn_modify = 'warehouse_info_btn_modify', // 修改
  61. account_info_trade_btn_add = 'account_info_trade_btn_add', // 新增
  62. account_info_manager_btn_add = 'account_info_manager_btn_add', // 新增权限模板
  63. account_info_manager_btn_setting = 'account_info_manager_btn_setting', // 权限设置
  64. business_review_someprice_audit = 'business_review_someprice_audit', // 审核
  65. account_info_futures_btn_add = 'account_info_futures_btn_add', // 新增
  66. business_review_someprice_cancel = 'business_review_someprice_cancel', // 撤销
  67. business_review_settlement_cancel = 'business_review_settlement_cancel', // 撤销
  68. finance_review_funds_audit = 'finance_review_funds_audit', // 审核
  69. business_review_settlement_audit = 'business_review_settlement_audit', // 审核
  70. plan_btn_add = 'plan_btn_add', // 新增
  71. finance_review_funds_cancel = 'finance_review_funds_cancel', // 撤销
  72. finance_review_invoice_audit = 'finance_review_invoice_audit', // 审核
  73. finance_review_invoice_cancel = 'finance_review_invoice_cancel', // 撤销
  74. inventory_review_checkin_audit = 'inventory_review_checkin_audit', // 审核
  75. inventory_review_checkin_cancel = 'inventory_review_checkin_cancel', // 撤销
  76. inventory_review_checkout_audit = 'inventory_review_checkout_audit', // 审核
  77. inventory_review_checkout_cancel = 'inventory_review_checkout_cancel', // 撤销
  78. inventory_current_add = 'inventory_current_add', // 新增
  79. platinum_custom_info_add = 'platinum_custom_info_add', // 新增
  80. platinum_pick_goods_management_add = 'platinum_pick_goods_management_add', // 新增
  81. platinum_pick_query_complete_stocking = 'platinum_pick_query_complete_stocking', // 完成备货
  82. platinum_pick_query_upload_logistics = 'platinum_pick_query_upload_logistics', // 上传物流
  83. platinum_pick_query_receipt = 'platinum_pick_query_receipt', // 确认收货
  84. platinum_pick_query_confirm_pickup = 'platinum_pick_query_confirm_pickup', // 确认取货
  85. platinum_recharge_review_confirm_payment = 'platinum_recharge_review_confirm_payment', // 确认收款
  86. platinum_recharge_review_refuse = 'platinum_recharge_review_refuse', // 审核拒绝
  87. platinum_withdrawal_review_confirm_withdrawal = 'platinum_withdrawal_review_confirm_withdrawal', // 确认提现
  88. platinum_withdrawal_review_refuse = 'platinum_withdrawal_review_refuse', // 审核拒绝
  89. platinum_financing_information_detail = 'platinum_financing_information_detail', // 融资明细
  90. platinum_contract_goods_add = 'platinum_contract_goods_add', // 新增
  91. platinum_contract_commodity_suspension_add = 'platinum_contract_commodity_suspension_add', // 新增
  92. platinum_agents_and_stores_add = 'platinum_agents_and_stores_add', // 新增
  93. platinum_agents_and_stores_modify = 'platinum_agents_and_stores_modify', // 修改
  94. platinum_agents_and_stores_logout = 'platinum_agents_and_stores_logout', // 注销
  95. platinum_spot_and_price_modify = 'platinum_spot_and_price_modify', // 修改
  96. platinum_agreement_add = 'platinum_agreement_add', // 新增
  97. platinum_capital_flow = 'platinum_capital_flow', // 积分流水
  98. platinum_promotion_report = 'platinum_promotion_report', // 推广报表
  99. platinum_broker_management = 'platinum_broker_management', // 经纪人管理
  100. spot_contract_btn_modify = 'spot_contract_btn_modify', // 重新提交
  101. spot_contract_btn_delete = 'spot_contract_btn_delete', // 删除
  102. spot_contract_btn_check = 'spot_contract_btn_check', // 审核
  103. spot_contract_btn_finish = 'spot_contract_btn_finish', // 正常完结
  104. spot_contract_btn_cancel = 'spot_contract_btn_cancel', // 撤销
  105. account_info_business_btn_modify = 'account_info_business_btn_modify', // 修改
  106. account_info_business_btn_reset = 'account_info_business_btn_reset', // 重置密码
  107. account_info_business_btn_locked = 'account_info_business_btn_locked', // 锁定
  108. account_info_business_btn_cancel = 'account_info_business_btn_cancel', // 注销
  109. account_info_business_btn_unlocked = 'account_info_business_btn_unlocked', // 解锁
  110. account_info_trade_child_btn_add = 'account_info_trade_child_btn_add', // 新增
  111. account_info_trade_btn_modify = 'account_info_trade_btn_modify', // 修改
  112. account_info_manager_btn_child_add = 'account_info_manager_btn_child_add', // 新增
  113. purchase_pending_settlement = 'purchase_pending_settlement', // 交收登记
  114. purchase_pending_invoice = 'purchase_pending_invoice', // 发票登记
  115. purchase_pending_storage = 'purchase_pending_storage', // 入库登记
  116. sell_pending_someprice = 'sell_pending_someprice', // 点价登记
  117. purchase_pending_someprice = 'purchase_pending_someprice', // 点价登记
  118. purchase_pending_funds = 'purchase_pending_funds', // 款项登记
  119. plan_audit_cancel = 'plan_audit_cancel', // 撤销
  120. account_info_futures_btn_child_add = 'account_info_futures_btn_child_add', // 新增
  121. account_info_futures_btn_modify = 'account_info_futures_btn_modify', // 修改
  122. plan_audit_audit = 'plan_audit_audit', // 审核
  123. sell_pending_funds = 'sell_pending_funds', // 款项登记
  124. sell_pending_settlement = 'sell_pending_settlement', // 交收登记
  125. sell_pending_invoice = 'sell_pending_invoice', // 发票登记
  126. sell_pending_storage = 'sell_pending_storage', // 出库登记
  127. plan_uncommitted_modify = 'plan_uncommitted_modify', // 修改
  128. plan_uncommitted_delete = 'plan_uncommitted_delete', // 删除
  129. inventory_current_detail_storehouse = 'inventory_current_detail_storehouse', // 仓库明细
  130. inventory_current_detail_storesave = 'inventory_current_detail_storesave', // 库存明细
  131. platinum_custom_info_normal_modify = 'platinum_custom_info_normal_modify', // 修改
  132. platinum_custom_info_normal_stop = 'platinum_custom_info_normal_stop', // 停用
  133. platinum_customer_info_stop_delete = 'platinum_customer_info_stop_delete', // 删除
  134. platinum_customer_info_unsubmit_check = 'platinum_customer_info_unsubmit_check', // 审核
  135. platinum_customer_info_stop_resume = 'platinum_customer_info_stop_resume', // 恢复
  136. platinum_pick_goods_management_modify = 'platinum_pick_goods_management_modify', // 修改
  137. platinum_pick_goods_management_logout = 'platinum_pick_goods_management_logout', // 注销
  138. platinum_contract_goods_modify = 'platinum_contract_goods_modify', // 修改
  139. platinum_contract_goods_logout = 'platinum_contract_goods_logout', // 注销
  140. platinum_contract_commodity_suspension_modify = 'platinum_contract_commodity_suspension_modify', // 修改
  141. platinum_agreement_modify = 'platinum_agreement_modify', // 修改
  142. platinum_agreement_stop = 'platinum_agreement_stop', // 停用
  143. platinum_agreement_resume = 'platinum_agreement_resume', // 恢复
  144. platinum_agreement_delete = 'platinum_agreement_delete', // 注销
  145. platinum_broker_management_check = 'platinum_broker_management_check', // 审核
  146. platinum_broker_management_resume = 'platinum_broker_management_resume', // 恢复
  147. account_info_trade_btn_child_modify = 'account_info_trade_btn_child_modify', // 修改
  148. account_info_trade_btn_child_locked = 'account_info_trade_btn_child_locked', // 锁定
  149. account_info_trade_btn_child_reset = 'account_info_trade_btn_child_reset', // 重置密码
  150. account_info_trade_btn_child_unlocked = 'account_info_trade_btn_child_unlocked', // 解锁
  151. account_info_manager_btn_modify = 'account_info_manager_btn_modify', // 修改
  152. account_info_manager_btn_reset = 'account_info_manager_btn_reset', // 重置密码
  153. account_info_trade_btn_child_logout = 'account_info_trade_btn_child_logout', // 注销
  154. account_info_manager_btn_locked = 'account_info_manager_btn_locked', // 锁定
  155. account_info_manager_btn_unlocked = 'account_info_manager_btn_unlocked', // 解锁
  156. account_info_manager_btn_logout = 'account_info_manager_btn_logout', // 注销
  157. account_info_futures_btn_child_credit = 'account_info_futures_btn_child_credit', // 授信
  158. account_info_futures_btn_child_modify = 'account_info_futures_btn_child_modify', // 修改
  159. account_info_futures_btn_child_cancel = 'account_info_futures_btn_child_cancel', // 注销
  160. }