|
@@ -1,132 +1,133 @@
|
|
|
|
|
|
|
|
- interface CustomRender {
|
|
|
|
|
- customRender: string;
|
|
|
|
|
- }
|
|
|
|
|
- // 动态表头类型
|
|
|
|
|
- export interface ColumnType {
|
|
|
|
|
- key: string;
|
|
|
|
|
- dataIndex: string;
|
|
|
|
|
- title: string;
|
|
|
|
|
- width?: number;
|
|
|
|
|
- align: string; // AlignType 对齐方式 - 1:居中对齐 2:左对齐 3:右对齐
|
|
|
|
|
- filteredValue?: string | null;
|
|
|
|
|
- slots?: CustomRender;
|
|
|
|
|
- onFilter?: Function;
|
|
|
|
|
- sorter?: Function;
|
|
|
|
|
- render?: Function;
|
|
|
|
|
- customRender?: Function;
|
|
|
|
|
- }
|
|
|
|
|
- export interface TableKey {table_pcweb_delivery:string, // 现货合同
|
|
|
|
|
-table_pcweb_userinfo:string, // 客户资料
|
|
|
|
|
-table_pcweb_warehouse:string, // 仓库信息
|
|
|
|
|
-table_pcweb_purchase_pointprice:string, // 采购_待点价
|
|
|
|
|
-table_pcweb_purchase_settle:string, // 采购_履约交收
|
|
|
|
|
-table_pcweb_purchase_all:string, // 采购_全部
|
|
|
|
|
-table_pcweb_sales_pointprice:string, // 销售_待点价
|
|
|
|
|
-table_pcweb_sales_settle:string, // 销售_履约交收
|
|
|
|
|
-table_pcweb_sales_all:string, // 销售_全部
|
|
|
|
|
-table_pcweb_exposure:string, // 实时敞口
|
|
|
|
|
-table_pcweb_exposure_spotposition:string, // 敞口--现货头寸
|
|
|
|
|
-table_pcweb_exposure_spotposition_detail:string, // 敞口--现货头寸--现货明细
|
|
|
|
|
-table_pcweb_exposure_futuresposition:string, // 敞口--期货头寸
|
|
|
|
|
-table_pcweb_exposure_futuresposition_detail:string, // 敞口--现货头寸--期货明细
|
|
|
|
|
-table_pcweb_report_spot_detail_day:string, // 现货日报表-详情
|
|
|
|
|
-table_pcweb_exposure_detail:string, // 实时敞口--现货明细
|
|
|
|
|
-table_pcweb_exposure_futures_detail:string, // 实时敞口--期货明细
|
|
|
|
|
-table_pcweb_report_spot_detail_month:string, // 现货月报表-详情
|
|
|
|
|
-table_pcweb_report_fincial_payment_day:string, // 报表-财务报表-款项-日报表
|
|
|
|
|
-table_pcweb_report_fincial_invoice_day:string, // 报表-财务报表-发票-日报表
|
|
|
|
|
-table_pcweb_report_fincial_month:string, // 报表-财务报表-月报表
|
|
|
|
|
-table_pcweb_business_aduit_dj:string, // 业务审核-点价
|
|
|
|
|
-table_pcweb_business_aduit_js:string, // 业务审核-交收
|
|
|
|
|
-table_pcweb_fincial_aduit_fp:string, // 业务审核-发票
|
|
|
|
|
-table_pcweb_fincial_aduit_kx:string, // 财务审核-款项
|
|
|
|
|
-table_pcweb_stock_aduit_in:string, // 库存审核-入库
|
|
|
|
|
-table_pcweb_stock_aduit_out:string, // 库存审核-出库
|
|
|
|
|
-table_pcweb_manager_warehouse_manager:string, // 库存管理-库存管理
|
|
|
|
|
-table_pcweb_manager_warehouse_manager_in:string, // 库存管理-入库明细
|
|
|
|
|
-table_pcweb_manager_warehouse_manager_out:string, // 库存管理-出库明细
|
|
|
|
|
-table_pcweb_stock_manage_current:string, // 库存管理-当前库存
|
|
|
|
|
-table_pcweb_stock_manage_applylog:string, // 库存管理-当前库存
|
|
|
|
|
-table_pcweb_hedging_plan:string, // 业务-套保计划
|
|
|
|
|
-table_pcweb_current_inventory:string, // 库存查询-当前库存
|
|
|
|
|
-table_pcweb_application_record:string, // 库存查询-申请记录
|
|
|
|
|
-table_pcweb_someprice_detail_dj:string, // 现货合同详情-点价记录
|
|
|
|
|
-table_pcweb_someprice_detail_js:string, // 现货合同详情-交收记录
|
|
|
|
|
-table_pcweb_someprice_detail_kx:string, // 现货合同详情-款项记录
|
|
|
|
|
-table_pcweb_someprice_detail_fp:string, // 现货合同详情-发票记录
|
|
|
|
|
-table_pcweb_someprice_detail_stock:string, // 现货合同详情-入库记录
|
|
|
|
|
-table_pcweb_someprice_detail_stock_out:string, // 现货合同详情-出库记录
|
|
|
|
|
-table_pcweb_someprice_detail_change:string, // 现货合同详情-变更记录
|
|
|
|
|
-table_pcweb_exposure_report:string, // 报表-敞口报表
|
|
|
|
|
-table_pcweb_futures_report:string, // 报表-期货报表
|
|
|
|
|
-table_pcweb_spot_report:string, // 报表-现货报表
|
|
|
|
|
-table_pcweb_finance_report:string, // 报表-财务报表
|
|
|
|
|
-table_pcweb_warehouse_category_report:string, // 报表-库存报表
|
|
|
|
|
-table_pcweb_warehouse_report:string, // 报表-库存报表
|
|
|
|
|
-table_pcweb_aggregate_profit_and_loss:string, // 报表-汇总损益报表
|
|
|
|
|
-table_pcweb_change_in_spot_contract:string, // 报表-敞口报表-现货合同变动量明细
|
|
|
|
|
-table_pcweb_change_in_hedging_plan:string, // 报表-敞口报表-套保计划变动量明细
|
|
|
|
|
-table_pcweb_change_in_future:string, // 报表-敞口报表-期货变动量明细
|
|
|
|
|
-table_pcweb_change_in_parameter_adjustment:string, // 报表-敞口报表-参数调整变动量明细
|
|
|
|
|
-table_pcweb_spot_report_details:string, // 报表-现货报表-现货明细
|
|
|
|
|
-table_pcweb_financial_statement_category_breakdown:string, // 报表-财务报表-品类明细
|
|
|
|
|
-table_pcweb_financial_statement_brand_details:string, // 报表-财务报表-品类明细
|
|
|
|
|
-table_pcweb_futures_statement_account_details:string, // 报表-期货报表-账户明细
|
|
|
|
|
-table_pcweb_inventory_commodity_report_brand_details:string, // 报表-库存(商品)报表-品牌明细
|
|
|
|
|
-table_pcweb_inventory_commodity_report_warehouse_details:string, // 报表-库存(商品)报表-仓库明细
|
|
|
|
|
-table_pcweb_inventory_warehouse_report_warehouse_details:string, // 报表-库存(仓库)报表-仓库明细
|
|
|
|
|
-table_pcweb_inventory_summary_profit_and_loss_details:string, // 报表-汇总损益报表-损益明细
|
|
|
|
|
-table_pcweb_qhj_recharge_review:string, // 铂金宝-充值提现审核-充值审核
|
|
|
|
|
-table_pcweb_qhj_withdrawal_review:string, // 铂金宝-充值提现审核-提现审核
|
|
|
|
|
-table_pcweb_qhj_pickup_query:string, // 铂金宝-提货查询
|
|
|
|
|
-table_pcweb_qhj_fixed_investment_price_query:string, // 铂金宝-定投价查询
|
|
|
|
|
-table_pcweb_qhj_fixed_investment_plan_query:string, // 铂金宝-定投查询-定投计划查询
|
|
|
|
|
-table_pcweb_qhj_fixed_investment_flow_query:string, // 铂金宝-定投查询-定投流水查询
|
|
|
|
|
-table_pcweb_qhj_fixed_financing_information:string, // 铂金宝-融资信息
|
|
|
|
|
-table_pcweb_qhj_customer_info:string, // 铂金宝-客户资料
|
|
|
|
|
-table_pcweb_qhj_holder_order:string, // 铂金宝-单据查询-持仓单
|
|
|
|
|
-table_pcweb_qhj_order:string, // 铂金宝-单据查询-委托单
|
|
|
|
|
-table_pcweb_qhj_pay_bill:string, // 铂金宝-单据查询-待付单
|
|
|
|
|
-table_pcweb_qhj_deal_order:string, // 铂金宝-单据查询-成交单
|
|
|
|
|
-table_pcweb_spot_and_price:string, // 铂金宝-现货市价
|
|
|
|
|
-table_pcweb_agreement:string, // 铂金宝-协议管理
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_price:string, // 现货贸易-仓单贸易-一口价
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_float:string, // 现货贸易-仓单贸易
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_sale_price:string, // 现货贸易-仓单预售
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_sale_float:string, // 现货贸易-仓单预售
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_price_trading_hall_sale:string, // 现货贸易-仓单贸易-买卖大厅
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_price_trading_hall_buy:string, // 现货贸易-仓单贸易-买卖大厅
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_float_trading_hall_sale:string, // 现货贸易-仓单贸易-买卖大厅
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_float_trading_hall_buy:string, // 现货贸易-仓单贸易-买卖大厅
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_presale_price_trading_hall_sale:string, // 现货贸易-仓单预售-买卖大厅
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_presale_price_trading_hall_buy:string, // 现货贸易-仓单预售-买卖大厅
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_presale_float_trading_hall_sale:string, // 现货贸易-仓单预售-买卖大厅
|
|
|
|
|
-table_pcweb_spot_trade_warehouse_presale_float_trading_hall_buy:string, // 现货贸易-仓单预售-买卖大厅
|
|
|
|
|
-table_pcweb_spot_trade_bottom_spot_warrant_spot_summary:string, // 底部栏-现货仓单
|
|
|
|
|
-table_pcweb_spot_trade_bottom_spot_warrant_inventory_summary:string, // 底部栏-现货仓单
|
|
|
|
|
-table_pcweb_spot_trade_bottom_spot_warrant_spot_detail:string, // 底部栏-现货仓单
|
|
|
|
|
-table_pcweb_spot_trade_bottom_spot_warrant_pending_order:string, // 底部栏-现货仓单
|
|
|
|
|
-table_pcweb_spot_trade_bottom_spot_warrant_deal:string, // 底部栏-现货仓单
|
|
|
|
|
-table_pcweb_spot_trade_bottom_spot_warrant_designated_deal:string, // 底部栏-现货仓单
|
|
|
|
|
-table_pcweb_spot_trade_bottom_spot_warrant_pick_up:string, // 底部栏-现货仓单
|
|
|
|
|
-table_pcweb_spot_trade_bottom_pre_sale_order_summary:string, // 底部栏-预售仓单
|
|
|
|
|
-table_pcweb_spot_trade_bottom_pre_sale_pending_order:string, // 底部栏-预售仓单
|
|
|
|
|
-table_pcweb_spot_trade_bottom_pre_sale_make_deal:string, // 底部栏-预售仓单
|
|
|
|
|
-table_pcweb_spot_trade_bottom_commodity_contract_summary:string, // 底部栏-商品合约
|
|
|
|
|
-table_pcweb_spot_trade_bottom_commodity_contract_commission:string, // 底部栏-商品合约
|
|
|
|
|
-table_pcweb_spot_trade_bottom_commodity_contract_make_deal:string, // 底部栏-商品合约
|
|
|
|
|
-table_pcweb_spot_trade_bottom_commodity_contract_settlement:string, // 底部栏-商品合约
|
|
|
|
|
-table_pcweb_spot_trade_bottom_performance_info_buy:string, // 底部栏-履约信息
|
|
|
|
|
-table_pcweb_spot_trade_bottom_performance_info_sale:string, // 底部栏-履约信息
|
|
|
|
|
-table_pcweb_spot_trade_bottom_funding_info_summary:string, // 底部栏-资金信息
|
|
|
|
|
-table_pcweb_spot_trade_bottom_funding_info_log:string, // 底部栏-资金信息
|
|
|
|
|
-table_pcweb_financing_manage_bottom_apply_order:string, // 底部栏-融资管理
|
|
|
|
|
-table_pcweb_financing_manage_bottom_contract:string, // 底部栏-融资管理
|
|
|
|
|
-table_pcweb_financing_manage_bottom_commodity_order_summary:string, // 底部栏-商品订单
|
|
|
|
|
-table_pcweb_financing_manage_bottom_commodity_order_entrust:string, // 底部栏-商品订单
|
|
|
|
|
-table_pcweb_financing_manage_bottom_commodity_order_deal:string, // 底部栏-商品订单
|
|
|
|
|
-table_pcweb_financing_manage_bottom_commodity_order_settlement:string, // 底部栏-商品订单
|
|
|
|
|
-table_pcweb_financing_manage_order_transaction:string, // 现货贸易-订单交易
|
|
|
|
|
-table_pcweb_financing_manage_reference_market:string, // 现货贸易-参考行情
|
|
|
|
|
- }
|
|
|
|
|
|
|
+interface CustomRender {
|
|
|
|
|
+ customRender: string;
|
|
|
|
|
+}
|
|
|
|
|
+// 动态表头类型
|
|
|
|
|
+export interface ColumnType {
|
|
|
|
|
+ key: string;
|
|
|
|
|
+ dataIndex?: string;
|
|
|
|
|
+ title: string;
|
|
|
|
|
+ width?: number;
|
|
|
|
|
+ align?: string; // AlignType 对齐方式 - 1:居中对齐 2:左对齐 3:右对齐
|
|
|
|
|
+ filteredValue?: string | null;
|
|
|
|
|
+ slots?: CustomRender;
|
|
|
|
|
+ onFilter?: Function;
|
|
|
|
|
+ sorter?: Function;
|
|
|
|
|
+ render?: Function;
|
|
|
|
|
+ customRender?: Function;
|
|
|
|
|
+}
|
|
|
|
|
+export interface TableKey {
|
|
|
|
|
+ table_pcweb_delivery: string, // 现货合同
|
|
|
|
|
+ table_pcweb_userinfo: string, // 客户资料
|
|
|
|
|
+ table_pcweb_warehouse: string, // 仓库信息
|
|
|
|
|
+ table_pcweb_purchase_pointprice: string, // 采购_待点价
|
|
|
|
|
+ table_pcweb_purchase_settle: string, // 采购_履约交收
|
|
|
|
|
+ table_pcweb_purchase_all: string, // 采购_全部
|
|
|
|
|
+ table_pcweb_sales_pointprice: string, // 销售_待点价
|
|
|
|
|
+ table_pcweb_sales_settle: string, // 销售_履约交收
|
|
|
|
|
+ table_pcweb_sales_all: string, // 销售_全部
|
|
|
|
|
+ table_pcweb_exposure: string, // 实时敞口
|
|
|
|
|
+ table_pcweb_exposure_spotposition: string, // 敞口--现货头寸
|
|
|
|
|
+ table_pcweb_exposure_spotposition_detail: string, // 敞口--现货头寸--现货明细
|
|
|
|
|
+ table_pcweb_exposure_futuresposition: string, // 敞口--期货头寸
|
|
|
|
|
+ table_pcweb_exposure_futuresposition_detail: string, // 敞口--现货头寸--期货明细
|
|
|
|
|
+ table_pcweb_report_spot_detail_day: string, // 现货日报表-详情
|
|
|
|
|
+ table_pcweb_exposure_detail: string, // 实时敞口--现货明细
|
|
|
|
|
+ table_pcweb_exposure_futures_detail: string, // 实时敞口--期货明细
|
|
|
|
|
+ table_pcweb_report_spot_detail_month: string, // 现货月报表-详情
|
|
|
|
|
+ table_pcweb_report_fincial_payment_day: string, // 报表-财务报表-款项-日报表
|
|
|
|
|
+ table_pcweb_report_fincial_invoice_day: string, // 报表-财务报表-发票-日报表
|
|
|
|
|
+ table_pcweb_report_fincial_month: string, // 报表-财务报表-月报表
|
|
|
|
|
+ table_pcweb_business_aduit_dj: string, // 业务审核-点价
|
|
|
|
|
+ table_pcweb_business_aduit_js: string, // 业务审核-交收
|
|
|
|
|
+ table_pcweb_fincial_aduit_fp: string, // 业务审核-发票
|
|
|
|
|
+ table_pcweb_fincial_aduit_kx: string, // 财务审核-款项
|
|
|
|
|
+ table_pcweb_stock_aduit_in: string, // 库存审核-入库
|
|
|
|
|
+ table_pcweb_stock_aduit_out: string, // 库存审核-出库
|
|
|
|
|
+ table_pcweb_manager_warehouse_manager: string, // 库存管理-库存管理
|
|
|
|
|
+ table_pcweb_manager_warehouse_manager_in: string, // 库存管理-入库明细
|
|
|
|
|
+ table_pcweb_manager_warehouse_manager_out: string, // 库存管理-出库明细
|
|
|
|
|
+ table_pcweb_stock_manage_current: string, // 库存管理-当前库存
|
|
|
|
|
+ table_pcweb_stock_manage_applylog: string, // 库存管理-当前库存
|
|
|
|
|
+ table_pcweb_hedging_plan: string, // 业务-套保计划
|
|
|
|
|
+ table_pcweb_current_inventory: string, // 库存查询-当前库存
|
|
|
|
|
+ table_pcweb_application_record: string, // 库存查询-申请记录
|
|
|
|
|
+ table_pcweb_someprice_detail_dj: string, // 现货合同详情-点价记录
|
|
|
|
|
+ table_pcweb_someprice_detail_js: string, // 现货合同详情-交收记录
|
|
|
|
|
+ table_pcweb_someprice_detail_kx: string, // 现货合同详情-款项记录
|
|
|
|
|
+ table_pcweb_someprice_detail_fp: string, // 现货合同详情-发票记录
|
|
|
|
|
+ table_pcweb_someprice_detail_stock: string, // 现货合同详情-入库记录
|
|
|
|
|
+ table_pcweb_someprice_detail_stock_out: string, // 现货合同详情-出库记录
|
|
|
|
|
+ table_pcweb_someprice_detail_change: string, // 现货合同详情-变更记录
|
|
|
|
|
+ table_pcweb_exposure_report: string, // 报表-敞口报表
|
|
|
|
|
+ table_pcweb_futures_report: string, // 报表-期货报表
|
|
|
|
|
+ table_pcweb_spot_report: string, // 报表-现货报表
|
|
|
|
|
+ table_pcweb_finance_report: string, // 报表-财务报表
|
|
|
|
|
+ table_pcweb_warehouse_category_report: string, // 报表-库存报表
|
|
|
|
|
+ table_pcweb_warehouse_report: string, // 报表-库存报表
|
|
|
|
|
+ table_pcweb_aggregate_profit_and_loss: string, // 报表-汇总损益报表
|
|
|
|
|
+ table_pcweb_change_in_spot_contract: string, // 报表-敞口报表-现货合同变动量明细
|
|
|
|
|
+ table_pcweb_change_in_hedging_plan: string, // 报表-敞口报表-套保计划变动量明细
|
|
|
|
|
+ table_pcweb_change_in_future: string, // 报表-敞口报表-期货变动量明细
|
|
|
|
|
+ table_pcweb_change_in_parameter_adjustment: string, // 报表-敞口报表-参数调整变动量明细
|
|
|
|
|
+ table_pcweb_spot_report_details: string, // 报表-现货报表-现货明细
|
|
|
|
|
+ table_pcweb_financial_statement_category_breakdown: string, // 报表-财务报表-品类明细
|
|
|
|
|
+ table_pcweb_financial_statement_brand_details: string, // 报表-财务报表-品类明细
|
|
|
|
|
+ table_pcweb_futures_statement_account_details: string, // 报表-期货报表-账户明细
|
|
|
|
|
+ table_pcweb_inventory_commodity_report_brand_details: string, // 报表-库存(商品)报表-品牌明细
|
|
|
|
|
+ table_pcweb_inventory_commodity_report_warehouse_details: string, // 报表-库存(商品)报表-仓库明细
|
|
|
|
|
+ table_pcweb_inventory_warehouse_report_warehouse_details: string, // 报表-库存(仓库)报表-仓库明细
|
|
|
|
|
+ table_pcweb_inventory_summary_profit_and_loss_details: string, // 报表-汇总损益报表-损益明细
|
|
|
|
|
+ table_pcweb_qhj_recharge_review: string, // 铂金宝-充值提现审核-充值审核
|
|
|
|
|
+ table_pcweb_qhj_withdrawal_review: string, // 铂金宝-充值提现审核-提现审核
|
|
|
|
|
+ table_pcweb_qhj_pickup_query: string, // 铂金宝-提货查询
|
|
|
|
|
+ table_pcweb_qhj_fixed_investment_price_query: string, // 铂金宝-定投价查询
|
|
|
|
|
+ table_pcweb_qhj_fixed_investment_plan_query: string, // 铂金宝-定投查询-定投计划查询
|
|
|
|
|
+ table_pcweb_qhj_fixed_investment_flow_query: string, // 铂金宝-定投查询-定投流水查询
|
|
|
|
|
+ table_pcweb_qhj_fixed_financing_information: string, // 铂金宝-融资信息
|
|
|
|
|
+ table_pcweb_qhj_customer_info: string, // 铂金宝-客户资料
|
|
|
|
|
+ table_pcweb_qhj_holder_order: string, // 铂金宝-单据查询-持仓单
|
|
|
|
|
+ table_pcweb_qhj_order: string, // 铂金宝-单据查询-委托单
|
|
|
|
|
+ table_pcweb_qhj_pay_bill: string, // 铂金宝-单据查询-待付单
|
|
|
|
|
+ table_pcweb_qhj_deal_order: string, // 铂金宝-单据查询-成交单
|
|
|
|
|
+ table_pcweb_spot_and_price: string, // 铂金宝-现货市价
|
|
|
|
|
+ table_pcweb_agreement: string, // 铂金宝-协议管理
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_price: string, // 现货贸易-仓单贸易-一口价
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_float: string, // 现货贸易-仓单贸易
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_sale_price: string, // 现货贸易-仓单预售
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_sale_float: string, // 现货贸易-仓单预售
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_price_trading_hall_sale: string, // 现货贸易-仓单贸易-买卖大厅
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_price_trading_hall_buy: string, // 现货贸易-仓单贸易-买卖大厅
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_float_trading_hall_sale: string, // 现货贸易-仓单贸易-买卖大厅
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_float_trading_hall_buy: string, // 现货贸易-仓单贸易-买卖大厅
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_presale_price_trading_hall_sale: string, // 现货贸易-仓单预售-买卖大厅
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_presale_price_trading_hall_buy: string, // 现货贸易-仓单预售-买卖大厅
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_presale_float_trading_hall_sale: string, // 现货贸易-仓单预售-买卖大厅
|
|
|
|
|
+ table_pcweb_spot_trade_warehouse_presale_float_trading_hall_buy: string, // 现货贸易-仓单预售-买卖大厅
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_spot_warrant_spot_summary: string, // 底部栏-现货仓单
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_spot_warrant_inventory_summary: string, // 底部栏-现货仓单
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_spot_warrant_spot_detail: string, // 底部栏-现货仓单
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_spot_warrant_pending_order: string, // 底部栏-现货仓单
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_spot_warrant_deal: string, // 底部栏-现货仓单
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_spot_warrant_designated_deal: string, // 底部栏-现货仓单
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_spot_warrant_pick_up: string, // 底部栏-现货仓单
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_pre_sale_order_summary: string, // 底部栏-预售仓单
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_pre_sale_pending_order: string, // 底部栏-预售仓单
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_pre_sale_make_deal: string, // 底部栏-预售仓单
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_commodity_contract_summary: string, // 底部栏-商品合约
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_commodity_contract_commission: string, // 底部栏-商品合约
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_commodity_contract_make_deal: string, // 底部栏-商品合约
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_commodity_contract_settlement: string, // 底部栏-商品合约
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_performance_info_buy: string, // 底部栏-履约信息
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_performance_info_sale: string, // 底部栏-履约信息
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_funding_info_summary: string, // 底部栏-资金信息
|
|
|
|
|
+ table_pcweb_spot_trade_bottom_funding_info_log: string, // 底部栏-资金信息
|
|
|
|
|
+ table_pcweb_financing_manage_bottom_apply_order: string, // 底部栏-融资管理
|
|
|
|
|
+ table_pcweb_financing_manage_bottom_contract: string, // 底部栏-融资管理
|
|
|
|
|
+ table_pcweb_financing_manage_bottom_commodity_order_summary: string, // 底部栏-商品订单
|
|
|
|
|
+ table_pcweb_financing_manage_bottom_commodity_order_entrust: string, // 底部栏-商品订单
|
|
|
|
|
+ table_pcweb_financing_manage_bottom_commodity_order_deal: string, // 底部栏-商品订单
|
|
|
|
|
+ table_pcweb_financing_manage_bottom_commodity_order_settlement: string, // 底部栏-商品订单
|
|
|
|
|
+ table_pcweb_financing_manage_order_transaction: string, // 现货贸易-订单交易
|
|
|
|
|
+ table_pcweb_financing_manage_reference_market: string, // 现货贸易-参考行情
|
|
|
|
|
+}
|