| 번호 | LOT번호 | 발주일 | 품목수 | 총수량(낱장) | 총금액 | 상태 |
|---|---|---|---|---|---|---|
| = $i + 1 ?> | = esc($row->bo_lot_number ?? '') ?> | = esc($row->bo_order_date ?? '') ?> | = number_format($summary['count']) ?> | = number_format($summary['qty']) ?> | = number_format($summary['amount']) ?> | bo_status ?? 'normal'; echo match($st) { 'normal' => '정상', 'cancelled' => '취소', 'deleted' => '삭제', default => esc($st) }; ?> |
| 등록된 발주가 없습니다. | ||||||
| 번호 | 봉투코드 | 봉투명 | 박스수 | 낱장수 | 입고일 | 구분 |
|---|---|---|---|---|---|---|
| = $i + 1 ?> | = esc($row->br_bag_code ?? '') ?> | = esc($row->br_bag_name ?? '') ?> | = number_format((int)($row->br_qty_box ?? 0)) ?> | = number_format((int)($row->br_qty_sheet ?? 0)) ?> | = esc($row->br_receive_date ?? '') ?> | = esc($row->br_type ?? '정상입고') ?> |
| 등록된 입고가 없습니다. | ||||||