Przeglądaj źródła

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

vian 2 lat temu
rodzic
commit
614b218351
1 zmienionych plików z 2 dodań i 0 usunięć
  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 {