|
|
@@ -222,8 +222,8 @@ export interface IProjectGlj {
|
|
|
adjustPrice?: number; // 调整价
|
|
|
quantity?: number; // 显示关联的消耗量
|
|
|
tenderQuantity?: number; // 调整后消耗量
|
|
|
- techQuantity?: number; // 技术措施项目消耗量
|
|
|
- tenderTechQuantity?: number; // 调整后技术措施项目消耗量
|
|
|
+ measureQuantity?: number; // 措施项目消耗量
|
|
|
+ tenderMeasureQuantity?: number; // 调整后措施项目消耗量
|
|
|
subdivisionQuantity?: number; // 分部分项消耗量
|
|
|
tenderSubdivisionQuantity?: number; // 调整后分部分项消耗量
|
|
|
|