|
|
@@ -172,6 +172,7 @@ export interface IProperty {
|
|
|
unitPriceFile?: IFileRef; // 单价文件
|
|
|
feeFile?: IFileRef; // 费率文件
|
|
|
region?: string;
|
|
|
+ showAdjustPrice?: boolean; // 是否显示调整价列
|
|
|
isInstall?: boolean; // 是否是安装工程
|
|
|
isItemIncrease?: boolean; // 是否是子目增加
|
|
|
itemIncreaseSetting?: IIncreaseSetting;
|
|
|
@@ -231,7 +232,6 @@ export interface IProject extends ITreeScm {
|
|
|
createDate: number;
|
|
|
property?: IProperty;
|
|
|
colMetas?: IColumnMeta[];
|
|
|
- gljCol?: IGLJCol;
|
|
|
changeMark?: string;
|
|
|
remark?: string;
|
|
|
fileVer?: string;
|