|
@@ -154,6 +154,7 @@ class Rpt_Data_Extractor {
|
|
field[JV.PROP_FIELD_EXP_MAP].indexOf("'techQuantity'") > 0 ) {
|
|
field[JV.PROP_FIELD_EXP_MAP].indexOf("'techQuantity'") > 0 ) {
|
|
if (rst.indexOf(projectConst.RATION) < 0) rst.push(projectConst.RATION);
|
|
if (rst.indexOf(projectConst.RATION) < 0) rst.push(projectConst.RATION);
|
|
if (rst.indexOf(projectConst.BILLS) < 0) rst.push(projectConst.BILLS);
|
|
if (rst.indexOf(projectConst.BILLS) < 0) rst.push(projectConst.BILLS);
|
|
|
|
+ //备注:项目工料机的数量是需要根据定额清单来计算的!这里的逻辑是对的
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -165,6 +166,7 @@ class Rpt_Data_Extractor {
|
|
field[JV.PROP_FIELD_EXP_MAP].indexOf("'techQuantity'") > 0 ) {
|
|
field[JV.PROP_FIELD_EXP_MAP].indexOf("'techQuantity'") > 0 ) {
|
|
if (rst.indexOf(projectConst.RATION) < 0) rst.push(projectConst.RATION);
|
|
if (rst.indexOf(projectConst.RATION) < 0) rst.push(projectConst.RATION);
|
|
if (rst.indexOf(projectConst.BILLS) < 0) rst.push(projectConst.BILLS);
|
|
if (rst.indexOf(projectConst.BILLS) < 0) rst.push(projectConst.BILLS);
|
|
|
|
+ //备注:项目工料机的数量是需要根据定额清单来计算的!这里的逻辑是对的
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|