caipin 5 years ago
parent
commit
3f3128f45e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      protected/class/receipt.func.php

+ 2 - 1
protected/class/receipt.func.php

@@ -118,6 +118,7 @@ function _getReceiptSummaryHtml($cglist,$aiAllList,$dataSummary,$year){
 			$topYearTempHtml.='<th>'.$topYearLawsPrice[$aalk][$v['name']].'</th>';
 		}
 	}
+	$topYearTempHtml.='</tr>';
 	
 	//各办事处占比
 	$categoryHtml='';
@@ -154,7 +155,7 @@ function _getReceiptSummaryHtml($cglist,$aiAllList,$dataSummary,$year){
 	}
 	
 	
-	$topYearTempHtml.='</tr>';
+	
 	$topHtml='';
 	$topHtml.=$topYearTempHtml;//全年合计
 	$topHtml.=$categoryHtml;//办事处合计