修复html打印模板bug

This commit is contained in:
2021-04-01 11:52:47 +08:00
parent 27effe8a47
commit 747ceb3bf0
16 changed files with 25 additions and 20 deletions
@@ -159,7 +159,7 @@ class PromotionController extends WorkflowController
$header['code'] = 'promotion';
$header['id'] = $id;
$header['template_id'] = $template_id;
$this->layout = 'layouts.print2';
$this->layout = 'layouts.print_html';
$form = Form::make($header);
$form['template']['name'] = '促销申请';
print_prince($this->display([