|
|
@@ -15,7 +15,7 @@ export interface ColumnType {
|
|
|
render?: Function;
|
|
|
}
|
|
|
export interface TableKey {
|
|
|
- table_pcweb_aggregate_profit_and_loss: "string; // 报表-库存报表"
|
|
|
+ table_pcweb_aggregate_profit_and_loss: "string; // 报表-汇总损益报表"
|
|
|
table_pcweb_application_record: "string; // 库存查询-申请记录"
|
|
|
table_pcweb_business_aduit_dj: "string; // 业务审核-点价"
|
|
|
table_pcweb_business_aduit_js: "string; // 业务审核-交收"
|
|
|
@@ -37,6 +37,8 @@ export interface TableKey {
|
|
|
table_pcweb_purchase_all: "string; // 采购_全部"
|
|
|
table_pcweb_purchase_pointprice: "string; // 采购_待点价"
|
|
|
table_pcweb_purchase_settle: "string; // 采购_履约交收"
|
|
|
+ table_pcweb_qhj_recharge_review: "string; // 铂金宝-充值提现审核-充值审核"
|
|
|
+ table_pcweb_qhj_withdrawal_review: "string; // 铂金宝-充值提现审核-提现审核"
|
|
|
table_pcweb_report_fincial_invoice_day: "string; // 报表-财务报表-发票-日报表"
|
|
|
table_pcweb_report_fincial_month: "string; // 报表-财务报表-月报表"
|
|
|
table_pcweb_report_fincial_payment_day: "string; // 报表-财务报表-款项-日报表"
|