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