|  | @@ -462,14 +462,14 @@ let MainTreeCol = {
 | 
	
		
			
				|  |  |              if(MainTreeCol.mainBillsEnable(node)) {
 | 
	
		
			
				|  |  |                  return projectObj.project.projectInfo.importedByInterface || projectObj.project.projectInfo.property.lockBills
 | 
	
		
			
				|  |  |                      ? sheetCommonObj.getReadOnlyCheckBox()
 | 
	
		
			
				|  |  | -                    : sheetCommonObj.getCheckBox(true);
 | 
	
		
			
				|  |  | +                    : sheetCommonObj.getCheckBox();
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          outPutLimitPrice:function (node) {
 | 
	
		
			
				|  |  |              if(MainTreeCol.mainBillsEnable(node)) {
 | 
	
		
			
				|  |  |                  return projectObj.project.projectInfo.importedByInterface || projectObj.project.projectInfo.property.lockBills
 | 
	
		
			
				|  |  |                  ? sheetCommonObj.getReadOnlyCheckBox()
 | 
	
		
			
				|  |  | -                : sheetCommonObj.getCheckBox(true);
 | 
	
		
			
				|  |  | +                : sheetCommonObj.getCheckBox();
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          overHeight: function (node) {
 |