|  | @@ -2708,11 +2708,11 @@ class ReceiptExtendController extends DooController {
 | 
	
		
			
				|  |  |      		}
 | 
	
		
			
				|  |  |      		
 | 
	
		
			
				|  |  |      		//构建栏目展示Html
 | 
	
		
			
				|  |  | -    		    
 | 
	
		
			
				|  |  | +    		 
 | 
	
		
			
				|  |  |      		foreach ($aiAllList as $key=>$value){
 | 
	
		
			
				|  |  |      			$sectionCount=count($value)+1;
 | 
	
		
			
				|  |  |      			$sectionHtml.='<th colspan="'.$sectionCount.'">'.$key.'</th>';
 | 
	
		
			
				|  |  | -    			   
 | 
	
		
			
				|  |  | +    			     
 | 
	
		
			
				|  |  |      			$sectionItemHtml.='<th class="colRed">合计</th>';
 | 
	
		
			
				|  |  |      			foreach ($value as $k=>$v){
 | 
	
		
			
				|  |  |      				$sectionItemHtml.='<th>'.$v['name'].'</th>';
 |