$ry,
]);
$fixedGugunLabel = trim((string) ($fixedGugunLabel ?? ''));
$regionColLabel = '군·구';
$sumCurrForPct = (int) ($districtTotal->curr_end ?? 0);
?>
= view('components/print_header', ['printTitle' => '지정판매소 신규·취소 현황 (' . $ry . '년)']) ?>
종전·현행은 각각 = $ry - 1 ?>-12-31·= $ry ?>-12-31 기준 정상(지정일 이전·비정상 전환일 이후) 건수이며, 지정·취소는 = $ry ?>년 달력연도 기준입니다. 군·구는 현재 로그인 사용자의 지자체 기준으로 고정 표시됩니다.
| 순번 | = esc($regionColLabel) ?> | 구코드 ? | 종전 ?(전년도말) | 지정 ?(= $ry ?>년) | 취소 ?(= $ry ?>년) | 현행 ?(금년도말) |
증감 ?
(현행−종전) |
지정−취소 ?
(= $ry ?>년) |
현행비중 ?
(%) |
전년대비 ?
증감률(%) |
|---|---|---|---|---|---|---|---|---|---|---|
| = $rowNo ?> | = esc($row->region_label) ?> | = esc((string) ($row->gugun_code ?? '')) ?> | = number_format($prev) ?> | = number_format((int) $row->designated_y) ?> | = number_format((int) $row->cancelled_y) ?> | = number_format($curr) ?> | = number_format((int) ($row->delta_curr_prev ?? 0)) ?> | = number_format((int) ($row->delta_des_cancel ?? 0)) ?> | = $pctShare ?> | = $yoyPct !== null ? $yoyPct : '—' ?> |
| 조건에 맞는 데이터가 없습니다. | ||||||||||
| — | = esc($districtTotal->region_label) ?> | — | = number_format((int) $districtTotal->prev_end) ?> | = number_format((int) $districtTotal->designated_y) ?> | = number_format((int) $districtTotal->cancelled_y) ?> | = number_format((int) $districtTotal->curr_end) ?> | = number_format((int) ($districtTotal->delta_curr_prev ?? 0)) ?> | = number_format((int) ($districtTotal->delta_des_cancel ?? 0)) ?> | 100 | prev_end; $tCurr = (int) $districtTotal->curr_end; echo $tPrev > 0 ? round((($tCurr - $tPrev) / $tPrev) * 100, 1) : '—'; ?> |
| 동 | 종전 | 지정 | 취소 | 현행 | 증감 |
|---|---|---|---|---|---|
| = esc((string) $z->zone_label) ?> | = number_format((int) $z->prev_end) ?> | = number_format((int) $z->designated_y) ?> | = number_format((int) $z->cancelled_y) ?> | = number_format((int) $z->curr_end) ?> | = number_format((int) $z->delta_curr_prev) ?> |
동별 집계 데이터가 없습니다.
| 연도 | 건수 |
|---|---|
| = esc($row->yr) ?>년 | = number_format((int) $row->cnt) ?> |
| 없음 | |
| 연도 | 건수 |
|---|---|
| = esc($row->yr) ?>년 | = number_format((int) $row->cnt) ?> |
| 없음 | |