| 번호 | 봉투코드 | 봉투명 | 박스당 팩 수 | 팩당 낱장 수 | 1박스 총 낱장 | 적용시작 | 적용종료 | 상태 |
|---|---|---|---|---|---|---|---|---|
| = $i + 1 ?> | = esc($row->pu_bag_code) ?> | = esc($row->pu_bag_name ?? '') ?> | = number_format((int) ($row->pu_box_per_pack ?? 0)) ?> | = number_format((int) ($row->pu_pack_per_sheet ?? 0)) ?> | = number_format((int) ($row->pu_total_per_box ?? 0)) ?> | = esc($row->pu_start_date ?? '') ?> | = ($row->pu_end_date ?? '') !== '' && $row->pu_end_date !== null ? esc((string) $row->pu_end_date) : '현재' ?> | = (int) ($row->pu_state ?? 1) === 1 ? '사용' : '만료' ?> |
| 등록된 포장 단위가 없습니다. | ||||||||