Browse Source

合价不弹出基数选择

zhangweicheng 4 years ago
parent
commit
1411c46749
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/building_saas/main/js/views/main_tree_col.js

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

@@ -444,8 +444,8 @@ let MainTreeCol = {
 
         },
         commonTotalFee: function (node) {
-            let readOnly = projectReadOnly || !calcBaseView.ifEdit('bills', projectObj.project.mainTree.items.indexOf(node));
-            return sheetCommonObj.getCusButtonCellType(projectObj.onCommonTotalFeeButtonClick,readOnly) //projectObj.getCommonTotalFeeCellType();
+            //let readOnly = projectReadOnly || !calcBaseView.ifEdit('bills', projectObj.project.mainTree.items.indexOf(node));
+            return sheetCommonObj.getCusButtonCellType(projectObj.onCommonTotalFeeButtonClick,true) //projectObj.getCommonTotalFeeCellType();
         },
         mainBills:function (node) {
             if(MainTreeCol.mainBillsEnable(node)) {