| LOT번호 | 발주일 | 상태 |
|---|---|---|
| = esc($order->bo_lot_no) ?> | = esc($order->bo_order_date) ?> | bo_status) { 'cancelled' => 'text-red-600', 'deleted' => 'text-gray-400', default => 'text-green-600', }; ?> = esc($statusMap[$order->bo_status] ?? $order->bo_status) ?> |
| 발주 내역이 없습니다. | ||
| 판매소 | 봉투명 | 수량 | 금액 | 구분 |
|---|---|---|---|---|
| = esc($sale->bs_ds_name) ?> | = esc($sale->bs_bag_name) ?> | = number_format(abs((int) $sale->bs_qty)) ?> | = number_format((int) $sale->bs_amount) ?> | = esc($typeMap[$sale->bs_type] ?? $sale->bs_type) ?> |
| 판매 내역이 없습니다. | ||||