|
@@ -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;//办事处合计
|