|
@@ -274,7 +274,7 @@ class Rpt_Data_Extractor {
|
|
if (projectGLJDatas && rationGLJDatas) {
|
|
if (projectGLJDatas && rationGLJDatas) {
|
|
//考虑调价情况
|
|
//考虑调价情况
|
|
for (const glj of projectGLJDatas.data.gljList) {
|
|
for (const glj of projectGLJDatas.data.gljList) {
|
|
- gljUtil.getMarketPrice(glj, projectGLJDatas.data, calcOptions, rawDataObj.prj.property.decimal, false, gljUtil.getTenderPriceCoe(glj, rawDataObj.prj.property));
|
|
|
|
|
|
+ glj.unit_price.market_price_tender = gljUtil.getMarketPrice(glj, projectGLJDatas.data, calcOptions, rawDataObj.prj.property.decimal, false, gljUtil.getTenderPriceCoe(glj, rawDataObj.prj.property));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|