huangbin 4 rokov pred
rodič
commit
e3fef0970b
2 zmenil súbory, kde vykonal 2891 pridanie a 159 odobranie
  1. 90 79
      src/common/methods/table/interface.ts
  2. 2801 80
      swagger-to-ts/tableKey.js

+ 90 - 79
src/common/methods/table/interface.ts

@@ -1,80 +1,91 @@
 
-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_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_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_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_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_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, // 业务审核-点价 
-}
+	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_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, // 财务审核-款项
+table_pcweb_stock_aduit_in:string, // 库存审核-入库
+table_pcweb_stock_aduit_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, // 铂金宝-协议管理 
+ }

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 2801 - 80
swagger-to-ts/tableKey.js


Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov