{{-- header --}} @php($breadcrumbs = ['棚卸結果一覧'=>null]) @php($breadcrumbs = [ '棚卸結果一覧'=>route('inventory-results.result.index', ['action'=>'back']), '棚卸結果明細'=>null ]) {{-- 検索条件 --}} {{-- ★検索条件|##TODO:0801%004 --}}
@csrf
{{$stocktaking->inventory_stocktaking_name}}( {{$stocktaking->stocktaking_date}} )

{{-- |基本条件 --}}
@php($warehouse_id = old('warehouse_id', $params->warehouse_id ?? []) ?? [])
{{-- |アクション --}}
{{-- データリスト --}} {{-- ★一覧|##TODO:0801%004 --}}
@foreach($details as $row) @php($warehouse_status = $row['warehouse_status'] ?? '') @php($confirmed = $warehouse_status == Enum::value('InventoryStocktakingWarehousesStatus.Confirmed')) @php($confirmedNumberPaeam = $confirmed ? 'readonly' : '') @if($row->actual_quantity == 0) @if($confirmed) @else @endif @elseif(Enum::match('InventoryStocktakingInputType.HT', $row->input_type)) @else @endif @endforeach
No
{{($loop->iteration)}} {{$row->warehouse->warehouse_name}} {{$row->product->product_code}} {{$row->product->product_name}} {{$row->product->product_spec}} {{$row?->inventoryLot?->expiration_date}} {{num_format($row->expected_quantity)}} {{num_format($row->actual_quantity)}} {{num_format($row->difference_quantity)}}未入力{{ Enum::name('InventoryStocktakingInputType', $row->input_type)}}
@isset($params->perpage) @endisset
{{-- script --}}