瀏覽代碼

屏蔽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);
       }