|
@@ -18,7 +18,7 @@ class CostBillPrint extends Backend
|
|
* @var \app\admin\model\cost\CostBillPrint
|
|
* @var \app\admin\model\cost\CostBillPrint
|
|
*/
|
|
*/
|
|
protected $model = null;
|
|
protected $model = null;
|
|
-
|
|
|
|
|
|
+ protected $layout = '';
|
|
public function _initialize()
|
|
public function _initialize()
|
|
{
|
|
{
|
|
parent::_initialize();
|
|
parent::_initialize();
|
|
@@ -33,6 +33,7 @@ class CostBillPrint extends Backend
|
|
*/
|
|
*/
|
|
public function index_p()
|
|
public function index_p()
|
|
{
|
|
{
|
|
|
|
+
|
|
$cost_bill_id=$this->request->param('cost_bill_id');
|
|
$cost_bill_id=$this->request->param('cost_bill_id');
|
|
$pay_id=$this->request->param('pay_id');
|
|
$pay_id=$this->request->param('pay_id');
|
|
//设置过滤方法
|
|
//设置过滤方法
|
|
@@ -56,6 +57,7 @@ class CostBillPrint extends Backend
|
|
$this->view->assign('row',$list);
|
|
$this->view->assign('row',$list);
|
|
$this->view->assign('get',$get);
|
|
$this->view->assign('get',$get);
|
|
// dump($get);
|
|
// dump($get);
|
|
|
|
+ $this->view->engine->layout(false);
|
|
return $this->view->fetch('index_p');
|
|
return $this->view->fetch('index_p');
|
|
}
|
|
}
|
|
function to_upcase_chinese($num){
|
|
function to_upcase_chinese($num){
|