feat(bpm): 添加管理成本作为费用大类
在费用大类中新增了管理成本选项,以满足企业对管理费用的报销需求。这项改动将有助于更全面地覆盖企业的各种费用类型,提高报销系统的适用性和灵活性。
This commit is contained in:
parent
dc1f7b19aa
commit
87420cb376
@ -335,6 +335,7 @@ public class BpmOAExpensesServiceImpl extends BpmOABaseService implements BpmOAE
|
||||
costSectionMap.put(2, "打包");
|
||||
costSectionMap.put(3, "搬运");
|
||||
costSectionMap.put(4, "运输");
|
||||
costSectionMap.put(5, "管理成本");
|
||||
List<DictDataRespDTO> bpmOaExpensesType = dictDataApi.getDictDataList("bpm_oa_expenses_type").getCheckedData();
|
||||
Map<String, String> typeMap = bpmOaExpensesType.stream().collect(Collectors.toMap(DictDataRespDTO::getValue, DictDataRespDTO::getLabel));
|
||||
List<BpmOAExpensesExportVO> vos = new ArrayList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user