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

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

@@ -71,6 +71,7 @@ function _getReceiptSummaryHtml($cglist,$aiAllList,$dataSummary,$year){
 			$summaryDateHtml.='</tr>';
 		}
 		
+		echo $summaryDateHtml;die;
 		
 		//办事处全年合计---全年全办事处合计
 		$summaryYearHtml='<tr><th>'.$value['title'].'年合计</th>
@@ -151,7 +152,7 @@ function _getReceiptSummaryHtml($cglist,$aiAllList,$dataSummary,$year){
 		
 		$categoryHtml.=$html[$value['cid']]['total'];
 		$categoryHtml.=$categoryProportionHtml;
-		//$categoryHtml.=$html[$value['cid']]['allMonth'];
+		$categoryHtml.=$html[$value['cid']]['allMonth'];
 	}