|
@@ -16,8 +16,7 @@
|
|
|
render?: Function;
|
|
render?: Function;
|
|
|
customRender?: Function;
|
|
customRender?: Function;
|
|
|
}
|
|
}
|
|
|
- export interface TableKey {table_pcweb_delivery:string, // 现货合同
|
|
|
|
|
-table_pcweb_userinfo:string, // 客户资料
|
|
|
|
|
|
|
+ export interface TableKey {table_pcweb_userinfo:string, // 客户资料
|
|
|
table_pcweb_warehouse:string, // 仓库信息
|
|
table_pcweb_warehouse:string, // 仓库信息
|
|
|
table_pcweb_purchase_pointprice:string, // 采购_待点价
|
|
table_pcweb_purchase_pointprice:string, // 采购_待点价
|
|
|
table_pcweb_purchase_settle:string, // 采购_履约交收
|
|
table_pcweb_purchase_settle:string, // 采购_履约交收
|
|
@@ -72,25 +71,38 @@ table_pcweb_financial_statement_brand_details:string, // 报表-财务报表-品
|
|
|
table_pcweb_futures_statement_account_details:string, // 报表-期货报表-账户明细
|
|
table_pcweb_futures_statement_account_details:string, // 报表-期货报表-账户明细
|
|
|
table_pcweb_inventory_commodity_report_brand_details:string, // 报表-库存(商品)报表-品牌明细
|
|
table_pcweb_inventory_commodity_report_brand_details:string, // 报表-库存(商品)报表-品牌明细
|
|
|
table_pcweb_inventory_commodity_report_warehouse_details:string, // 报表-库存(商品)报表-仓库明细
|
|
table_pcweb_inventory_commodity_report_warehouse_details:string, // 报表-库存(商品)报表-仓库明细
|
|
|
|
|
+table_pcweb_delivery:string, // 现货合同
|
|
|
table_pcweb_inventory_warehouse_report_warehouse_details:string, // 报表-库存(仓库)报表-仓库明细
|
|
table_pcweb_inventory_warehouse_report_warehouse_details:string, // 报表-库存(仓库)报表-仓库明细
|
|
|
table_pcweb_inventory_summary_profit_and_loss_details:string, // 报表-汇总损益报表-损益明细
|
|
table_pcweb_inventory_summary_profit_and_loss_details:string, // 报表-汇总损益报表-损益明细
|
|
|
table_pcweb_qhj_recharge_review:string, // 铂金宝-充值提现审核-充值审核
|
|
table_pcweb_qhj_recharge_review:string, // 铂金宝-充值提现审核-充值审核
|
|
|
table_pcweb_qhj_withdrawal_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_plan_query:string, // 铂金宝-定投查询-定投计划查询
|
|
|
table_pcweb_qhj_fixed_investment_flow_query:string, // 铂金宝-定投查询-定投流水查询
|
|
table_pcweb_qhj_fixed_investment_flow_query:string, // 铂金宝-定投查询-定投流水查询
|
|
|
table_pcweb_qhj_fixed_financing_information:string, // 铂金宝-融资信息
|
|
table_pcweb_qhj_fixed_financing_information:string, // 铂金宝-融资信息
|
|
|
table_pcweb_qhj_customer_info:string, // 铂金宝-客户资料
|
|
table_pcweb_qhj_customer_info:string, // 铂金宝-客户资料
|
|
|
table_pcweb_qhj_holder_order:string, // 铂金宝-单据查询-持仓单
|
|
table_pcweb_qhj_holder_order:string, // 铂金宝-单据查询-持仓单
|
|
|
table_pcweb_qhj_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_agreement:string, // 铂金宝-协议管理
|
|
|
table_pcweb_spot_trade_warehouse_price:string, // 现货贸易-仓单贸易-一口价
|
|
table_pcweb_spot_trade_warehouse_price:string, // 现货贸易-仓单贸易-一口价
|
|
|
table_pcweb_spot_trade_warehouse_float:string, // 现货贸易-仓单贸易
|
|
table_pcweb_spot_trade_warehouse_float:string, // 现货贸易-仓单贸易
|
|
|
table_pcweb_spot_trade_warehouse_sale_price:string, // 现货贸易-仓单预售
|
|
table_pcweb_spot_trade_warehouse_sale_price:string, // 现货贸易-仓单预售
|
|
|
table_pcweb_spot_trade_warehouse_sale_float: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_qhj_pickup_query:string, // 铂金宝-提货查询
|
|
|
|
|
+table_pcweb_qhj_fixed_investment_price_query: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_spot_summary:string, // 底部栏-现货仓单
|
|
|
table_pcweb_spot_trade_bottom_spot_warrant_inventory_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_pending_order:string, // 底部栏-现货仓单
|
|
|
table_pcweb_spot_trade_bottom_spot_warrant_deal: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_designated_deal:string, // 底部栏-现货仓单
|
|
@@ -104,8 +116,5 @@ 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_buy:string, // 底部栏-履约信息
|
|
|
table_pcweb_spot_trade_bottom_performance_info_sale: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_summary:string, // 底部栏-资金信息
|
|
|
-table_pcweb_spot_trade_bottom_funding_info_log:string, // 底部栏-资金信息
|
|
|
|
|
-table_pcweb_qhj_pay_bill:string, // 铂金宝-单据查询-待付单
|
|
|
|
|
-table_pcweb_qhj_deal_order:string, // 铂金宝-单据查询-成交单
|
|
|
|
|
-table_pcweb_spot_and_price:string, // 铂金宝-现货市价
|
|
|
|
|
|
|
+table_pcweb_spot_trade_bottom_funding_info_log:string, // 底部栏-资金信息
|
|
|
}
|
|
}
|