|
@@ -159,7 +159,6 @@ export interface IProperty {
|
|
|
rootProjectID?: string; // 建设项目ID
|
|
rootProjectID?: string; // 建设项目ID
|
|
|
valuationType?: ValuationType; // 计价类型
|
|
valuationType?: ValuationType; // 计价类型
|
|
|
valuationID?: string; // 计价规则
|
|
valuationID?: string; // 计价规则
|
|
|
- programID?: number; // 工程专业,填计算程序工程专业ID
|
|
|
|
|
engineeringID?: string; // 工程专业ID
|
|
engineeringID?: string; // 工程专业ID
|
|
|
fileType?: FileType; // 文件类型
|
|
fileType?: FileType; // 文件类型
|
|
|
taxType?: TaxType; // 计税方式
|
|
taxType?: TaxType; // 计税方式
|
|
@@ -167,23 +166,14 @@ export interface IProperty {
|
|
|
unitFeeType?: number; // 单位工程取费专业
|
|
unitFeeType?: number; // 单位工程取费专业
|
|
|
calcProgramLib?: INumFileRef; // 计算程序(标准)
|
|
calcProgramLib?: INumFileRef; // 计算程序(标准)
|
|
|
calcProgramFile?: IFileRef; // 计算程序(用户数据)
|
|
calcProgramFile?: IFileRef; // 计算程序(用户数据)
|
|
|
- colLibID?: string; // 列设置
|
|
|
|
|
- templateLibID?: string; // 清单模板
|
|
|
|
|
- unitPriceFile?: IFileRef; // 单价文件
|
|
|
|
|
feeFile?: IFileRef; // 费率文件
|
|
feeFile?: IFileRef; // 费率文件
|
|
|
region?: string;
|
|
region?: string;
|
|
|
|
|
+ showAdjustPrice?: boolean; // 是否显示调整价列
|
|
|
isInstall?: boolean; // 是否是安装工程
|
|
isInstall?: boolean; // 是否是安装工程
|
|
|
isItemIncrease?: boolean; // 是否是子目增加
|
|
isItemIncrease?: boolean; // 是否是子目增加
|
|
|
itemIncreaseSetting?: IIncreaseSetting;
|
|
itemIncreaseSetting?: IIncreaseSetting;
|
|
|
isAreaIncrease?: boolean; // 是否是面积增加
|
|
isAreaIncrease?: boolean; // 是否是面积增加
|
|
|
- featureLibID?: string; // 工程特征
|
|
|
|
|
indexName?: string; // 指标名称
|
|
indexName?: string; // 指标名称
|
|
|
- engineerInfoLibID?: string; // 工程信息指标
|
|
|
|
|
- engineerFeatureLibID?: string; // 工程特征指标
|
|
|
|
|
- economicLibID?: string; // 主要经济指标
|
|
|
|
|
- mainQuantityLibID?: string; // 主要工程量指标
|
|
|
|
|
- materialLibID?: string; // 主要工料指标
|
|
|
|
|
- progressiveLibID?: string; // 累进区间库
|
|
|
|
|
lockBills?: boolean; // 锁定清单
|
|
lockBills?: boolean; // 锁定清单
|
|
|
decimal?: IDecimal; // 小数位数
|
|
decimal?: IDecimal; // 小数位数
|
|
|
billsQuantityDecimal?: IBillsQuantityDecimal[]; // 清单工程量精度
|
|
billsQuantityDecimal?: IBillsQuantityDecimal[]; // 清单工程量精度
|
|
@@ -231,7 +221,6 @@ export interface IProject extends ITreeScm {
|
|
|
createDate: number;
|
|
createDate: number;
|
|
|
property?: IProperty;
|
|
property?: IProperty;
|
|
|
colMetas?: IColumnMeta[];
|
|
colMetas?: IColumnMeta[];
|
|
|
- gljCol?: IGLJCol;
|
|
|
|
|
changeMark?: string;
|
|
changeMark?: string;
|
|
|
remark?: string;
|
|
remark?: string;
|
|
|
fileVer?: string;
|
|
fileVer?: string;
|