|
@@ -221,6 +221,7 @@ export interface IProperty {
|
|
|
overHeightSetting?: IOverHeightSetting; // 超高降效选项
|
|
overHeightSetting?: IOverHeightSetting; // 超高降效选项
|
|
|
basicInfo?: IInfoItem[]; // 基本信息
|
|
basicInfo?: IInfoItem[]; // 基本信息
|
|
|
feature?: IInfoItem[]; // 工程特征
|
|
feature?: IInfoItem[]; // 工程特征
|
|
|
|
|
+ singleInfo?: IInfoItem[]; // 单项信息
|
|
|
progressiveInterval?: IProgressiveInterval[]; // 累进区间
|
|
progressiveInterval?: IProgressiveInterval[]; // 累进区间
|
|
|
gljAdjustType?: GLJAdjustType; // 承包人材料调整类型
|
|
gljAdjustType?: GLJAdjustType; // 承包人材料调整类型
|
|
|
cptIllustration?: string; // 编制说明
|
|
cptIllustration?: string; // 编制说明
|
|
@@ -239,7 +240,7 @@ export interface IProperty {
|
|
|
infoPriceOption?: IInfoPriceOption; // 信息价选项 只用于搜索
|
|
infoPriceOption?: IInfoPriceOption; // 信息价选项 只用于搜索
|
|
|
recommendPriceOption?: IInfoPriceOption; // 智能材价匹配时的选项
|
|
recommendPriceOption?: IInfoPriceOption; // 智能材价匹配时的选项
|
|
|
saveLog?: boolean; // 记录项目编辑log
|
|
saveLog?: boolean; // 记录项目编辑log
|
|
|
- normLib?:string;
|
|
|
|
|
|
|
+ normLib?: string;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 原来的列设置太复杂了,没什么必要
|
|
// 原来的列设置太复杂了,没什么必要
|