| 
					
				 | 
			
			
				@@ -482,7 +482,7 @@ let MainTreeCol = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             dynamicCombo.items(items); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return dynamicCombo; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        maxPrice: function (node, setting) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        /* maxPrice: function (node, setting) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             const tips = () => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 const maxPriceRate = projectObj.project.property.maxPriceRate || 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return node.data.maxPrice ? `最高限价=清单综合单价*(1+${maxPriceRate}%)` : ''; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -495,7 +495,7 @@ let MainTreeCol = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return  node.data.minPrice ? `最低限价=清单综合单价*(1-${minPriceRate}%)` : ''; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return sheetCommonObj.getTipsText(tips, setting, node); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     mainBillsEnable:function (node) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let Bills = projectObj.project.Bills; 
			 |