| 
					
				 | 
			
			
				@@ -467,12 +467,12 @@ var projectObj = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     // 综合单价、综合合价,小数部分应补0对齐。  CSLAAAAA 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    if (col.data.field.hasSubStr("common")){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        if (col.data.field.hasSubStr("totalFee")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    // if (col.data.field.hasSubStr("common")){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        if (col.data.field.hasSubStr(".totalFee")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             col.data.formatter = MainTreeCol.getNumberFormatter(decimalObj.ration.totalPrice, true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        else if (col.data.field.hasSubStr("unitFee")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        else if (col.data.field.hasSubStr(".unitFee")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             col.data.formatter = MainTreeCol.getNumberFormatter(decimalObj.ration.unitPrice, true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |