1.修改逻辑支持取流程全局配置

2.修复缺陷,审批取下个节点的限制条件
This commit is contained in:
825299534@qq.com
2025-04-29 15:01:00 +08:00
parent 585fdffa51
commit 84a6555b17
7 changed files with 149 additions and 5 deletions

View File

@ -90,6 +90,10 @@ export interface ProcessConfig {
parentId: string; //父节点流程id
remark: string; //节点描述
code: string; //模板编码
minApprover: string; //最少审批人
maxApprover: string; //最多审批人
maxCirculate: string; //最多传阅人
minCirculate: string; //最少传阅人
category: undefined | string; //分类
nameRule?: string; //命名规则
nameRuleConfigs?: NameRule; // 命名规则列表