소스 검색

合价不弹出基数选择

zhangweicheng 4 년 전
부모
커밋
1411c46749
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)) {