|
@@ -444,8 +444,8 @@ let MainTreeCol = {
|
|
|
|
|
|
},
|
|
},
|
|
commonTotalFee: function (node) {
|
|
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) {
|
|
mainBills:function (node) {
|
|
if(MainTreeCol.mainBillsEnable(node)) {
|
|
if(MainTreeCol.mainBillsEnable(node)) {
|