|
@@ -2712,7 +2712,6 @@ class ReceiptExtendController extends DooController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
}
|
|
|
|
|
|
//办事处显示设置
|
|
@@ -2729,8 +2728,16 @@ class ReceiptExtendController extends DooController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ //年份展示
|
|
|
+ Doo::loadClass ( 'date.func' );
|
|
|
+ $dateHtml=_getDateHtml($year);
|
|
|
+
|
|
|
+ $summarData=json_encode($dataSummary);
|
|
|
+
|
|
|
+ $data['summarData']=$summarData;
|
|
|
$data['categoryList']=$categoryList;
|
|
|
|
|
|
+ $data['dateHtml']=$dateHtml;
|
|
|
$data['sectionHtml']=$sectionHtml;
|
|
|
$data['sectionItemHtml']=$sectionItemHtml;
|
|
|
$data['summaryDateHtml']=$summaryDateHtml;
|
|
@@ -2744,7 +2751,7 @@ class ReceiptExtendController extends DooController {
|
|
|
|
|
|
$this->render ( "/receipt/receiptSummaryStatisticsByAgency", $data );
|
|
|
}
|
|
|
-
|
|
|
+ //设置办事处展示明细
|
|
|
function setSummaryCategory(){
|
|
|
$cidKey= $this->get_args ( 'cidKey' ) ? $this->get_args ( 'cidKey' ) : "";
|
|
|
|
|
@@ -2753,7 +2760,10 @@ class ReceiptExtendController extends DooController {
|
|
|
|
|
|
return '/receiptSummaryStatisticsByAgency';
|
|
|
}
|
|
|
-
|
|
|
+ //导出excel
|
|
|
+ function exportReceiptSummaryExcel(){
|
|
|
+
|
|
|
+ }
|
|
|
|
|
|
function exportReceiptTrainExcel() {
|
|
|
$rtidKey = $this->get_args ( 'rtidKey' ) ? $this->get_args ( 'rtidKey' ) : "";
|