|
@@ -1,3 +1,4 @@
|
|
|
|
|
+import { IIncreaseSetting } from './increaseFee';
|
|
|
import { ITreeScm, IFileRef, DeleteEnum } from './base';
|
|
import { ITreeScm, IFileRef, DeleteEnum } from './base';
|
|
|
import { ICalcOption, ITenderSetting } from './calculation';
|
|
import { ICalcOption, ITenderSetting } from './calculation';
|
|
|
|
|
|
|
@@ -127,6 +128,7 @@ export interface IProperty {
|
|
|
region?: string;
|
|
region?: string;
|
|
|
isInstall?: boolean; // 是否是安装工程
|
|
isInstall?: boolean; // 是否是安装工程
|
|
|
isItemIncrease?: boolean; // 是否是子目增加
|
|
isItemIncrease?: boolean; // 是否是子目增加
|
|
|
|
|
+ itemIncreaseSetting?: IIncreaseSetting;
|
|
|
isAreaIncrease?: boolean; // 是否是面积增加
|
|
isAreaIncrease?: boolean; // 是否是面积增加
|
|
|
featureLibID?: string; // 工程特征
|
|
featureLibID?: string; // 工程特征
|
|
|
indexName?: string; // 指标名称
|
|
indexName?: string; // 指标名称
|
|
@@ -148,6 +150,7 @@ export interface IProperty {
|
|
|
overHeightOption?: OverHeightOption; // 超高降效选项
|
|
overHeightOption?: OverHeightOption; // 超高降效选项
|
|
|
basicInfo?: IInfoItem[]; // 基本信息
|
|
basicInfo?: IInfoItem[]; // 基本信息
|
|
|
feature?: IInfoItem[]; // 工程特征
|
|
feature?: IInfoItem[]; // 工程特征
|
|
|
|
|
+ progressiveInterval?: IProgressiveInterval[]; // 累进区间
|
|
|
gljAdjustType?: GLJAdjustType; // 承包人材料调整类型
|
|
gljAdjustType?: GLJAdjustType; // 承包人材料调整类型
|
|
|
cptIllustration?: string; // 编制说明
|
|
cptIllustration?: string; // 编制说明
|
|
|
}
|
|
}
|