فهرست منبع

feat(types): 事项增加造价金额必填选项

vian 2 سال پیش
والد
کامیت
614b218351
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      types/src/interface/matter.ts

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

@@ -57,6 +57,8 @@ export interface IMatter {
     cos: IScopeType[];
     cos: IScopeType[];
     costExport: IScopeType[];
     costExport: IScopeType[];
   };
   };
+  // 造价金额必填
+  settlementCostPrice?: boolean;
 }
 }
 
 
 export enum ESettlementCost {
 export enum ESettlementCost {