Explorar el Código

feat: 取消分部工程量输入限制

zhangweicheng hace 4 años
padre
commit
998dc5d4ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/building_saas/main/js/views/main_tree_col.js

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

@@ -255,7 +255,7 @@ let MainTreeCol = {
                 if (calcTools.isTitleBills(node)) {
                     return true;
                 }
-                if(node.data.type==billType.DXFY||node.data.type==billType.FB||(node.data.type==billType.BILL&&MainTreeCol.readOnly.billsParent(node))){//大项费用、分部、清单父项行,工程量只读。
+                if(node.data.type==billType.DXFY||(node.data.type==billType.BILL&&MainTreeCol.readOnly.billsParent(node))){//大项费用、分部、清单父项行,工程量只读。
                     return true;
                 }
             }else if(MainTreeCol.readOnly.glj(node) || OVER_HEIGHT.isOverHeight(node)){