|
|
@@ -415,14 +415,14 @@ let MainTreeCol = {
|
|
|
if (node.sourceType === projectObj.project.Bills.getSourceType()) {
|
|
|
return projectObj.project.projectInfo.importedByInterface || projectObj.project.projectInfo.property.lockBills
|
|
|
? sheetCommonObj.getReadOnlyCheckBox()
|
|
|
- : sheetCommonObj.getCheckBox(true);
|
|
|
+ : sheetCommonObj.getCheckBox();
|
|
|
}
|
|
|
},
|
|
|
outPutLimitPrice: function (node) {
|
|
|
if (node.sourceType === projectObj.project.Bills.getSourceType()) {
|
|
|
return projectObj.project.projectInfo.importedByInterface || projectObj.project.projectInfo.property.lockBills
|
|
|
? sheetCommonObj.getReadOnlyCheckBox()
|
|
|
- : sheetCommonObj.getCheckBox(true);
|
|
|
+ : sheetCommonObj.getCheckBox();
|
|
|
}
|
|
|
},
|
|
|
/* maxPrice: function (node, setting) {
|