|
|
@@ -16,7 +16,8 @@
|
|
|
render?: Function;
|
|
|
customRender?: Function;
|
|
|
}
|
|
|
- export interface TableKey {table_pcweb_userinfo:string, // 客户资料
|
|
|
+ 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, // 采购_履约交收
|
|
|
@@ -42,6 +43,9 @@ 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, // 业务-套保计划
|
|
|
@@ -71,11 +75,12 @@ 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_delivery: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, // 铂金宝-融资信息
|
|
|
@@ -93,8 +98,6 @@ 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, // 现货贸易-仓单预售-买卖大厅
|
|
|
@@ -116,5 +119,7 @@ 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_spot_trade_bottom_funding_info_log:string, // 底部栏-资金信息
|
|
|
+table_pcweb_financing_manage_bottom_apply_order:string, // 底部栏-融资管理
|
|
|
+table_pcweb_financing_manage_bottom_contract:string, // 底部栏-融资管理
|
|
|
}
|