// 组件名枚举 export enum enumOrderComponents { bottom = 'bottom', // 底部单据菜单 spot_warrant = 'spot_warrant', // 现货仓单 pre_sale_warehouse_receipt = 'pre_sale_warehouse_receipt', // 预售仓单 funding_information = 'funding_information', // 资金信息 performance_information = 'performance_information', // 履约信息 spot_warrant_spot_summary = 'spot_warrant_spot_summary', // 现货汇总 spot_warrant_inventory_summary = 'spot_warrant_inventory_summary', // 库存汇总 spot_warrant_spot_details = 'spot_warrant_spot_details', // 现货明细 spot_warrant_pending_order = 'spot_warrant_pending_order', // 挂单 spot_warrant_designated_deal = 'spot_warrant_designated_deal', // 指定成交 spot_warrant_in_and_out_warehouse = 'spot_warrant_in_and_out_warehouse', // 出入库 spot_warrant_deal = 'spot_warrant_deal', // 成交 pre_sale_warehouse_receipt_order_summary = 'pre_sale_warehouse_receipt_order_summary', // 订单汇总 pre_sale_warehouse_receipt_pending_order = 'pre_sale_warehouse_receipt_pending_order', // 挂单 pre_sale_warehouse_receipt_designated_deal = 'pre_sale_warehouse_receipt_designated_deal', // 指定成交 pre_sale_warehouse_receipt_deal = 'pre_sale_warehouse_receipt_deal', // 成交 funding_information_funding_summary = 'funding_information_funding_summary', // 资金汇总 funding_information_funding_log = 'funding_information_funding_log', // 资金流水 performance_information_buy_performance = 'performance_information_buy_performance', // 买履约 performance_information_sell_performance = 'performance_information_sell_performance', // 卖履约 pre_sale_warehouse_receipt_designated_deal_resell = 'pre_sale_warehouse_receipt_designated_deal_resell', // 撤销出售 }