出荷ロット確認
明細No 商品コード 商品名 受注数
{{($input->seq + 1)}} {{$product->product_code}} {{$product->product_name}} {{number_format($input->quantity)}}
@include('user.orders.lots.partials.lots', ['allocations'=>[], 'type'=>'allocate']) {{-- @foreach($allocations as $allocation) @endforeach
No. LOT No. 賞味期限 引当数量 出荷可能数量
{{($loop->iteration)}} {{$allocation->lot_number}} {{$allocation->expiration_date}} {{number_format($allocation->quantity)}} 999
--}}
@if($lots->isNotEmpty()) @endif
{{-- script --}}