| {{($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)}} |
@if($row->actual_quantity == 0)
@if($confirmed)
|
@else
未入力 |
@endif
@elseif(Enum::match('InventoryStocktakingInputType.HT', $row->input_type))
{{ Enum::name('InventoryStocktakingInputType', $row->input_type)}} |
@else
|
@endif
@endforeach