|
|
@@ -17,28 +17,10 @@ export interface ColumnType {
|
|
|
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_detail: string, // 实时敞口--现货明细
|
|
|
- table_pcweb_exposure_futures_detail: 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_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, // 财务审核-款项
|
|
|
@@ -75,4 +57,24 @@ export interface TableKey {
|
|
|
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_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_detail: string, // 实时敞口--现货明细
|
|
|
+ table_pcweb_exposure_futures_detail: 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_business_aduit_dj: string, // 业务审核-点价
|
|
|
}
|