|
@@ -439,7 +439,11 @@ let MainTreeCol = {
|
|
|
return sheetCommonObj.getCusButtonCellType(projectObj.onCommonTotalFeeButtonClick,readOnly) //projectObj.getCommonTotalFeeCellType();
|
|
|
},
|
|
|
mainBills:function (node) {
|
|
|
- if(MainTreeCol.mainBillsEnable(node)) return sheetCommonObj.getCheckBox(true);
|
|
|
+ if(MainTreeCol.mainBillsEnable(node)) {
|
|
|
+ return projectObj.project.projectInfo.property.lockBills
|
|
|
+ ? sheetCommonObj.getReadOnlyCheckBox()
|
|
|
+ : sheetCommonObj.getCheckBox(true)
|
|
|
+ };
|
|
|
},
|
|
|
lockUnitPrice: function (node) {
|
|
|
//仅未使用基数计算的清单有效
|