chenshilong 5 yıl önce
ebeveyn
işleme
b07c1254a4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      public/web/gljUtil.js

+ 1 - 1
public/web/gljUtil.js

@@ -221,7 +221,7 @@ let gljUtil = {
             }
         }
         let coe = 1;
-        if(projectGLJ && projectGLJ.is_adjust_price == 1){
+        if(projectGLJ && projectGLJ.is_adjust_price == 0){
           coe = ration.quantityCoe&&this.isNotEmpty(ration.quantityCoe[coeField])?ration.quantityCoe[coeField]:1;
           coe = parseFloat(coe);
         }else{