ソースを参照

feat(types): 定额子项属性定义

zhangweicheng 4 年 前
コミット
e726788b94
1 ファイル変更9 行追加0 行削除
  1. 9 0
      types/src/interface/ration.ts

+ 9 - 0
types/src/interface/ration.ts

@@ -440,3 +440,12 @@ export interface ICptDisplayRationCoe {
   name?: string;
   content?: string;
 }
+
+// 定额下挂的几个子项属性
+export enum RationSubProp {
+  GLJ = 'rationGljList', // 定额工料机
+  COE = 'rationCoeList', // 定额子目换算
+  ASS = 'rationAssList', // 辅助定额
+  INS = 'rationInstallList', // 定额安装增加费
+  TPL = 'rationTemplate', // 定额子目模板
+}