|
@@ -321,6 +321,10 @@ export interface IRation extends IBRBase {
|
|
|
// 是否记取面积增加费
|
|
// 是否记取面积增加费
|
|
|
areaIncreaseFee?: boolean | null; // { type: Schema.Types.Mixed; default: false }; // true 是,false否,null 不确定,三个状态
|
|
areaIncreaseFee?: boolean | null; // { type: Schema.Types.Mixed; default: false }; // true 是,false否,null 不确定,三个状态
|
|
|
// 工料机特有属性
|
|
// 工料机特有属性
|
|
|
|
|
+ // 工料机类型的定额或者特殊清单会用到市场价和调后价
|
|
|
|
|
+ marketPrice?: number;
|
|
|
|
|
+ tenderPrice?: number;
|
|
|
|
|
+ marketTotalFee?: number; // 综合合价
|
|
|
gljID?: string; // 工料机在库中ID
|
|
gljID?: string; // 工料机在库中ID
|
|
|
originalCode?: string; // 原始编码
|
|
originalCode?: string; // 原始编码
|
|
|
specs?: string; // 规格型号
|
|
specs?: string; // 规格型号
|