3 次代码提交 4895e1c8a7 ... 42be6a0676

作者 SHA1 备注 提交日期
  LuoHaoxuan 42be6a0676 feat(client): 完善ComponentNameMap 3 年之前
  LuoHaoxuan 32709b2c7b Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon 3 年之前
  LuoHaoxuan 6e50038b7e feat(types): 在IReviewRecordForm添加dataID 3 年之前
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      types/src/interface/matter.ts
  2. 1 0
      types/src/interface/reviewRecord.ts

+ 1 - 0
types/src/interface/matter.ts

@@ -147,4 +147,5 @@ export const ComponentNameMap: Record<string, string> = {
   budgetCompare: '概算-预算阶段造价对比',
   resultsDocument: '成果文件',
   changeAudit: '传统变更审核',
+  reviewRecord: '预算复核',
 };

+ 1 - 0
types/src/interface/reviewRecord.ts

@@ -14,6 +14,7 @@ export interface IReviewRecordFormTree {
 
 export interface IReviewRecordForm {
   ID: string;
+  dataID?: string;
   businessID: string; // 业务ID
   approvalID: string; // 流程ID
   matterID: string; // 事项ID