feat(erp): 添加销售合同修改效益测算业务类型

- 新增 BusinessTypeSaleBenefitAudit 常量定义
- 更新常量映射表以支持销售合同效益测算审核功能
This commit is contained in:
2026-07-13 16:22:57 +08:00
parent 55be91b6e6
commit 77a10fdf42

View File

@@ -23,6 +23,7 @@ var BusinessTypeName = map[BusinessType]string{
BusinessTypeSaleAuditClose: "销售合同关单审核",
BusinessTypeSaleAppendAudit: "销售合同追加商品审核",
BusinessTypeSaleChangeAudit: "销售合同编辑产品审核",
BusinessTypeSaleBenefitAudit: "销售合同修改效益测算",
BusinessTypePurchaseAudit: "采购合同审核",
BusinessTypeShipmentAudit: "订舱单审核",
BusinessTypeShipmentModifyAudit: "订舱修改单审核",