|
|
@@ -51,7 +51,8 @@ export interface IProcessAccount {
|
|
|
institutionID?: string; // 单位ID(可能不会用到)
|
|
|
institutionName?: string; // 单位名称(不要保存到数据库,而是在使用的时候通过ID去查)
|
|
|
status: ProcessStatus; // 审批状态
|
|
|
- configure: AccountConfigure[];
|
|
|
+ configure: AccountConfigure[]; // 权限配置
|
|
|
+ alreadyAddProcess?: boolean; // 是否已添加了环节(只针对configure中包含NEXTSECTOR的情况,其余默认都是false)
|
|
|
remark: string; // 审批意见(肯定有,会有默认值)
|
|
|
coreViews: ICoreView[]; // 协审人信息
|
|
|
projectIDs: string[]; // 允许审批的单位工程ID,为空数组时表示可以审批当前环节的所有项目
|