= view('components/print_header', ['printTitle' => '발주 현황']) ?>
| 번호 | LOT번호 | 발주일 | 제작업체 | 입고처 | 품목수 | 총수량 | 총금액 | 상태 | 작업 |
|---|---|---|---|---|---|---|---|---|---|
| = esc($row->bo_idx) ?> | = esc($row->bo_lot_no) ?> | = esc($row->bo_order_date) ?> | = esc($companyMap[$row->bo_company_idx] ?? '') ?> | = esc($agencyMap[$row->bo_agency_idx] ?? '') ?> | = number_format((int) ($itemSummary[$row->bo_idx]['count'] ?? 0)) ?> | = number_format((int) ($itemSummary[$row->bo_idx]['qty'] ?? 0)) ?> | = number_format((int) ($itemSummary[$row->bo_idx]['amount'] ?? 0)) ?> | '정상', 'cancelled' => '취소', 'deleted' => '삭제']; echo esc($statusMap[$row->bo_status] ?? $row->bo_status); ?> | 상세 |
| 등록된 발주가 없습니다. | |||||||||