|
|
@@ -1,4 +1,4 @@
|
|
|
-import { IScopeType } from './process';
|
|
|
+import { IScopeType, monitorPermissionItem } from './process';
|
|
|
import { BusinessTypeKey, MatterTypeKey } from './gather';
|
|
|
|
|
|
// 审批金额汇总组件阶段数据
|
|
|
@@ -50,6 +50,13 @@ export interface IMatter {
|
|
|
settlementProjectScope?: IScopeType[];
|
|
|
// 报表打印设置
|
|
|
reportConfig?: IMatterReportConfig[];
|
|
|
+ // 计价创建方式和导出方式权限控制
|
|
|
+ settlementCost?: {
|
|
|
+ create: monitorPermissionItem[];
|
|
|
+ ybpx: monitorPermissionItem[];
|
|
|
+ cos: monitorPermissionItem[];
|
|
|
+ costExport: monitorPermissionItem[];
|
|
|
+ };
|
|
|
}
|
|
|
|
|
|
export interface IGatherMatter extends IMatter {
|