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

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

@@ -106,7 +106,7 @@ function _getReceiptSummaryHtml($cglist,$aiAllList,$dataSummary,$year){
 		//$html.=$summaryYearHtml;//办事处合计
 		//$html.=$summaryYearHtml;//办事处合计
 		//$html.=$summaryDateHtml;//办事处每月合计
 		//$html.=$summaryDateHtml;//办事处每月合计
 	}
 	}
-	print_r($html);die;
+	
 	//全办事处全年合计
 	//全办事处全年合计
 	$topYearTempHtml='<tr><th>'.$year.'年合计</th>
 	$topYearTempHtml='<tr><th>'.$year.'年合计</th>
 										<td class="taR"></td><td class="taR"></td><td class="taR"></td><td class="taR"></td><td class="taR"></td>
 										<td class="taR"></td><td class="taR"></td><td class="taR"></td><td class="taR"></td><td class="taR"></td>
@@ -153,6 +153,7 @@ function _getReceiptSummaryHtml($cglist,$aiAllList,$dataSummary,$year){
 		$categoryHtml.=$html[$value['cid']]['total'];
 		$categoryHtml.=$html[$value['cid']]['total'];
 		$categoryHtml.=$categoryProportionHtml;
 		$categoryHtml.=$categoryProportionHtml;
 		$categoryHtml.=$html[$value['cid']]['allMonth'];
 		$categoryHtml.=$html[$value['cid']]['allMonth'];
+		echo $html[$value['cid']]['allMonth'];die;
 	}
 	}