= view('components/print_header', ['printTitle' => '입고 현황']) ?>
| 번호 | 봉투코드 | 봉투명 | 박스수 | 낱장수 | 입고일 | 구분 | 등록일 |
|---|---|---|---|---|---|---|---|
| = esc($row->br_idx) ?> | = esc($row->br_bag_code) ?> | = esc($row->br_bag_name) ?> | = number_format((int) $row->br_qty_box) ?> | = number_format((int) $row->br_qty_sheet) ?> | = esc($row->br_receive_date) ?> | = esc($row->br_type) ?> | = esc($row->br_regdate) ?> |
| 등록된 입고가 없습니다. | |||||||