|
|
@ -90,13 +90,14 @@ class AggregateFinanceStatementController extends ThinkController
|
|
|
|
//分页
|
|
|
|
//分页
|
|
|
|
$parameter['p'] = $page;
|
|
|
|
$parameter['p'] = $page;
|
|
|
|
$parameter['row'] = $row;
|
|
|
|
$parameter['row'] = $row;
|
|
|
|
$page = set_pagination($count, $row, $parameter);
|
|
|
|
$page = set_pagination($count['count'], $row, $parameter);
|
|
|
|
if ($page) {
|
|
|
|
if ($page) {
|
|
|
|
$this->assign('_page', $page);
|
|
|
|
$this->assign('_page', $page);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// $this->meta_title = '结算单管理';
|
|
|
|
// $this->meta_title = '结算单管理';
|
|
|
|
$this->assign('data',$data);
|
|
|
|
$this->assign('data',$data);
|
|
|
|
|
|
|
|
$this->assign('total',$count['ratio_money']);
|
|
|
|
$this->assign('channel',$this->getAggChannel());
|
|
|
|
$this->assign('channel',$this->getAggChannel());
|
|
|
|
$this->assign('verify_status',$this->verify_status);
|
|
|
|
$this->assign('verify_status',$this->verify_status);
|
|
|
|
$this->display();
|
|
|
|
$this->display();
|
|
|
|