zhangweicheng 4 years ago
parent
commit
a85bf3697d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/web/gljUtil.js

+ 1 - 1
public/web/gljUtil.js

@@ -587,7 +587,7 @@ let gljUtil = {
              //主要工程量指标另外加了一个系数
             let f = _.find(engineerFeatures,{index:true});
             if(f){
-                let quantityCoe = gljUtil.isDef(f.quantityCoe)?quantityCoe:1;
+                let quantityCoe = gljUtil.isDef(f.quantityCoe)?f.quantityCoe:1;
                 data.quantity = scMathUtil.roundForObj(data.quantity*quantityCoe,3);
             }