| No | JANコード | 商品名 | 注文数量 | 出荷数量 | 差異数量 |
|---|---|---|---|---|---|
| {{ ($shipment_data->currentPage() - 1) * $shipment_data->perPage() + $loop->iteration }} | {{ $row['jan_code'] ?? '' }} | {{ $row['product_name'] ?? '' }} | {{ number_format($row['total_order_quantity'] ?? 0) }} | {{ number_format($row['total_shipment_quantity'] ?? 0) }} | {{ number_format($row['difference_quantity'] ?? 0) }} |
|
出荷データがありません
|
|||||