| No | 納入先 | JANコード | 商品名 | 在庫数 | 注文数 | 出荷予定日 | 到着予定日 | 備考 |
|---|---|---|---|---|---|---|---|---|
| 注文番号 | 出荷可能数 | 出荷数 | 出荷ロット(賞味期限) | |||||
| {{ ($delivery_data->currentPage() - 1) * $delivery_data->perPage() + $loop->iteration }} | {{ $row['delivery_name'] ?? '配送先名' }} | {{ $row['jan_code'] ?? $row['product_code'] }} | {{ $row['product_name'] }} | {{ number_format($row['current_stock']) }} | {{ number_format($row['order_quantity']) }} | {{ $row['shipment_date'] ?? '-' }} | {{ $row['arrival_date'] ?? '-' }} | {{ $row['notes'] ?? '' }} |
| {{ $row['order_number'] }} | {{ number_format($row['available_qty']) }} | {{ number_format($row['shipment_qty'] ?? 0) }} |
@if(($row['product_type'] ?? 1) == 2 && ($row['stock_control_type'] ?? 1) == 1)
@if(is_array($row['lot_info'] ?? null) && !empty($row['lot_info']))
@foreach($row['lot_info'] as $lot)
賞味期限:{{ $lot['expiration_date'] ?? '' }}({{ $lot['quantity'] ?? 0 }}個)
@if(!$loop->last)
@else
@endif @endforeach @else - @endif
-
@endif
|
|||||
|
受注残データがありません
|
||||||||