@inject('Setting','anlutro\LaravelSettings\SettingStore')
@inject('setting','anlutro\LaravelSettings\Facade')
*** {{$text['com_name']}} ***
{{$text['title']}}
消耗品代號:{{$text['storage_from']}} 到 {{$text['storage_to']}}
分類類別:{{$text['category_from']}} 到 {{$text['category_to']}}
====================================================================================================================
消耗品編號
消耗品名稱
分類代號
分類名稱
放置地點
@if($Setting->get('npm_version') == '0')
廠牌型號
@endif
單位
安全存量
目前存量
====================================================================================================================
@foreach($data as $one)
{{$one->storage_no}}
{{$one->storage_name}}
{{$one->category_no}}
{{$one->category_name}}
{{$one->place}}
@if($Setting->get('npm_version') == '0')
{{$one->model}}
@endif
{{$one->unit}}
{{$one->safe_inventory}}
{{$one->now_inventory}}
@if ($choice == 1 && (!empty($one->remark) || !empty($one->specification)))
規格明細:
|
{{$one->specification}}
|
備註:
|
{{$one->remark}}
|
-------------------------------------------------------------------------------------------------------------------------------------------------------
@endif
@endforeach
-------------------------------------------------------------------------------------------------------------------------------------------------------
總筆數:{{$text['count']}}筆
--------------------------------------------------------------------------------------------------------------------------------------------------------
製表人:{{$text['username']}}
|
複核人:
|
事務主管:
|
機關長官:
|
|