فهرست منبع

屏蔽bug3411的代码

Tony Kang 3 سال پیش
والد
کامیت
3c9e633b6f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      modules/main/facade/project_facade.js

+ 2 - 2
modules/main/facade/project_facade.js

@@ -373,8 +373,8 @@ function getReportData(nameList, items, prjTypeNames, compilationScopes, decimal
           tbill.billsTtlPrice = sumChildren;
           tbill['技术经济综合指标'] = (tbill.billsTtlAmt && parseFloat(tbill.billsTtlAmt) !== 0) ? scMathUtil.roundForObj(tbill.billsTtlPrice / tbill.billsTtlAmt, 2) : scMathUtil.roundForObj(tbill.billsTtlPrice, 2);
         } else if (c.calcBase && c.calcBase.indexOf('@') >= 0) {
-          // 说明:在实际中,发现清单‘第一、二、三部分费用合计’没有再计算,这样会造成问题
-          recalcTotalItem(tbill, arr, isProgressiveType, progressiveInterval);
+          // 说明:在实际中,发现清单‘第一、二、三部分费用合计’没有再计算,这样会造成问题(实际情况比较复杂,需要多方测试)
+          // recalcTotalItem(tbill, arr, isProgressiveType, progressiveInterval);
         }
         if (level > 0) temTotalPrice = scMathUtil.roundForObj(tbill.billsTtlPrice + temTotalPrice, decimal.bills.totalPrice);
       }