Kaynağa Gözat

for 调价 sync

TonyKang 5 yıl önce
ebeveyn
işleme
025aff584a

+ 1 - 1
modules/reports/util/rpt_construct_data_util.js

@@ -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));
                 }
                 }
             }
             }
         }
         }