caipin 5 年之前
父节点
当前提交
76982da7b7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      protected/class/receipt.func.php

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

@@ -102,11 +102,11 @@ function _getReceiptSummaryHtml($cglist,$aiAllList,$dataSummary,$year){
 		
 		$html[$value['cid']]['total']=$summaryYearHtml;
 		$html[$value['cid']]['allMonth']=$summaryDateHtml;
-		echo $html[$value['cid']]['allMonth'];die;
+		
 		//$html.=$summaryYearHtml;//办事处合计
 		//$html.=$summaryDateHtml;//办事处每月合计
 	}
-	
+	print_r($html);die;
 	//全办事处全年合计
 	$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>