|
|
@@ -262,7 +262,12 @@ export interface IBRBase {
|
|
|
quantityEXP?: string;
|
|
|
quantityDetails?: IQuantityDetail[]; // 工程量明细 -- 原先保存在另外的表中
|
|
|
fees?: any; // 费用字段
|
|
|
- gljQtyCoe?: IGljQtyCoe; // 工料机消耗量调整系数字段
|
|
|
- rationQtyCoe?: number; // 子目工程量调整系数
|
|
|
bookmarks?: IBookmark[]; // 书签批注
|
|
|
+
|
|
|
+ targetUnitPrice?: number; // 调价:目标综合单价
|
|
|
+ targetTotalFee?: number; // 调价:目标综合合价
|
|
|
+ readjustUnitPrice?: number; // 调价:调整后综合单价
|
|
|
+ readjustTotalFee?: number; // 调价:调整后综合合价
|
|
|
+ rationQtyCoe?: number; // 调价:子目工程量调整系数
|
|
|
+ gljQtyCoe?: IGljQtyCoe; // 调价:工料机消耗量调整系数
|
|
|
}
|