zhangweicheng hace 4 años
padre
commit
562fb3b8cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/web/gljUtil.js

+ 1 - 1
public/web/gljUtil.js

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