修复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
@@ -103,7 +103,7 @@ class AllocationController extends WorkflowController
$id = Request::get('id');
$template_id = Request::get('template_id');
$this->layout = 'layouts.print3';
$this->layout = 'layouts.print_html';
$master = DB::table('stock_allocation as m')
->where('m.id', $id)
->leftJoin('warehouse as wo', 'wo.id', '=', 'm.out_warehouse_id')