ERP:完成 stock 产品库存、库存明细的实现

This commit is contained in:
YunaiV
2024-02-05 19:24:26 +08:00
parent 6d9ca290b3
commit 26343635e4
11 changed files with 486 additions and 8 deletions

View File

@ -205,6 +205,6 @@ export enum DICT_TYPE {
CRM_PRODUCT_UNIT = 'crm_product_unit', // 产品单位
CRM_FOLLOW_UP_TYPE = 'crm_follow_up_type', // 跟进方式
// ========== BI - 商业智能模块 ==========
BI_ANALYZE_TYPE = 'bi_analyze_type' // 分析类型
// ========== ERP - 企业资源计划模块 ==========
ERP_STOCK_RECORD_BIZ_TYPE = 'erp_stock_record_biz_type' // 库存明细的业务类型
}