Browse Source

Merge branch '1.0.0_online' of http://smartcost.f3322.net:3000/SmartCost/ConstructionCost into 1.0.0_online

chenshilong 6 years atrás
parent
commit
a1160eff29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/building_saas/main/js/views/zmhs_view.js

+ 1 - 1
web/building_saas/main/js/views/zmhs_view.js

@@ -224,7 +224,7 @@ let zmhs_obj = {
         if(cus_coe){
             for(let i =0;i< cus_coe.coes.length;i++){
                 newString += me.getOneRow(cus_coe.coes[i].coeType, i, cus_coe.coes[i].coeType,height);
-                offect += height +1
+                offect += height +3
             }
         }
         newString += "</table></form><div style='height:"+ height+"px'><div onclick='zmhs_obj.coeSheet.endEdit()' style='margin:-1px 1px 0px'>自定义系数</div></div>";