|
@@ -370,6 +370,11 @@ export interface IScopeType {
|
|
|
value: string;
|
|
value: string;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+interface monitorPermissionItem {
|
|
|
|
|
+ type: string;
|
|
|
|
|
+ value: string;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
export interface IApproval {
|
|
export interface IApproval {
|
|
|
ID: string;
|
|
ID: string;
|
|
|
name: string;
|
|
name: string;
|
|
@@ -382,6 +387,11 @@ export interface IApproval {
|
|
|
businessType?: BusinessTypeKey;
|
|
businessType?: BusinessTypeKey;
|
|
|
matterListID?: string;
|
|
matterListID?: string;
|
|
|
institutionID?: string;
|
|
institutionID?: string;
|
|
|
|
|
+ monitorPermission?: {
|
|
|
|
|
+ approvalBrief: monitorPermissionItem[];
|
|
|
|
|
+ approvalLog: monitorPermissionItem[];
|
|
|
|
|
+ approvalProgress: monitorPermissionItem[];
|
|
|
|
|
+ };
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export enum ApprovalStatus {
|
|
export enum ApprovalStatus {
|