|
|
@@ -133,8 +133,8 @@ export interface IProjectGlj {
|
|
|
adjustPrice?: string; // 显示调整基价
|
|
|
quantity?: number; // 显示关联的消耗量
|
|
|
tenderQuantity?: number; // 调整后消耗量
|
|
|
- techQuantity?: string; // 技术措施项目消耗量
|
|
|
- subdivisionQuantity?: string; // 分部分项消耗量
|
|
|
+ techQuantity?: number; // 技术措施项目消耗量
|
|
|
+ subdivisionQuantity?: number; // 分部分项消耗量
|
|
|
tenderPrice?: string; // 调整后价格
|
|
|
materialType?: MaterialType; // 三材类别
|
|
|
materialCoe?: number; // 三材系数
|