| 序号 | 分类 | 品名 | 规格/包规 | 单价 | 数量 | 实际称重 | 金额 | 供应商 |
|---|---|---|---|---|---|---|---|---|
| {{ $item->sort }} | {{ $categoryNames[$item->product_id] ?? '' }} | {{ $item->product_name }} | {{ $item->product_spec }} | {{ $item->price }} | {{ $item->quantity }} | {{ $item->weight }} | {{ $item->amount }} | {{ $supplierNames[$item->supplier_id] ?? '' }} |
| 合计金额 | ¥{{ $items->sum('amount') }} | |||||||