|
@@ -18,6 +18,8 @@ export interface ColumnType {
|
|
|
}
|
|
}
|
|
|
export interface TableKey {
|
|
export interface TableKey {
|
|
|
table_pcweb_delivery: string, // 现货合同
|
|
table_pcweb_delivery: string, // 现货合同
|
|
|
|
|
+ table_pcweb_delivery_dsh: string, // 合同审核--待审核
|
|
|
|
|
+ table_pcweb_delivery_ysh: string, // 合同审核--已审核
|
|
|
table_pcweb_userinfo: string, // 客户资料
|
|
table_pcweb_userinfo: string, // 客户资料
|
|
|
table_pcweb_warehouse: string, // 仓库信息
|
|
table_pcweb_warehouse: string, // 仓库信息
|
|
|
table_pcweb_purchase_pointprice: string, // 采购_待点价
|
|
table_pcweb_purchase_pointprice: string, // 采购_待点价
|
|
@@ -39,10 +41,15 @@ export interface TableKey {
|
|
|
table_pcweb_report_fincial_invoice_day: string, // 报表-财务报表-发票-日报表
|
|
table_pcweb_report_fincial_invoice_day: string, // 报表-财务报表-发票-日报表
|
|
|
table_pcweb_report_fincial_month: string, // 报表-财务报表-月报表
|
|
table_pcweb_report_fincial_month: string, // 报表-财务报表-月报表
|
|
|
table_pcweb_business_aduit_dj: string, // 业务审核-点价
|
|
table_pcweb_business_aduit_dj: string, // 业务审核-点价
|
|
|
|
|
+ table_pcweb_business_aduit_ydj: string, // 业务审核-点价-已完成
|
|
|
table_pcweb_business_aduit_js: string, // 业务审核-交收
|
|
table_pcweb_business_aduit_js: string, // 业务审核-交收
|
|
|
|
|
+ table_pcweb_business_aduit_yjs: string, // 业务审核-交收-未审核
|
|
|
table_pcweb_fincial_aduit_fp: string, // 业务审核-发票
|
|
table_pcweb_fincial_aduit_fp: string, // 业务审核-发票
|
|
|
|
|
+ table_pcweb_fincial_aduit_yfp: string, // 业务审核-发票-已审核
|
|
|
table_pcweb_fincial_aduit_kx: string, // 财务审核-款项
|
|
table_pcweb_fincial_aduit_kx: string, // 财务审核-款项
|
|
|
|
|
+ table_pcweb_fincial_aduit_ykx: string, // 财务审核-款项-已审核
|
|
|
table_pcweb_stock_aduit_in: string, // 库存审核-入库
|
|
table_pcweb_stock_aduit_in: string, // 库存审核-入库
|
|
|
|
|
+ table_pcweb_stock_aduit_yin: string, // 库存审核-入库-已审核
|
|
|
table_pcweb_stock_aduit_out: string, // 库存审核-出库
|
|
table_pcweb_stock_aduit_out: string, // 库存审核-出库
|
|
|
table_pcweb_manager_warehouse_manager: string, // 库存管理-库存管理
|
|
table_pcweb_manager_warehouse_manager: string, // 库存管理-库存管理
|
|
|
table_pcweb_manager_warehouse_manager_in: string, // 库存管理-入库明细
|
|
table_pcweb_manager_warehouse_manager_in: string, // 库存管理-入库明细
|