기능 추가 — 신고 상황종료 처리

- DB: reports 테이블에 closure_type, closure_note, closed_at, closed_by 컬럼 추가
- 백엔드: PATCH /reports/{id}/close 엔드포인트 (사유 4종: natural/remote_reset/false_alarm/other)
- 신고상세: 승인대기 상태에서 [상황종료] 버튼 추가, 인라인 패널에서 사유 선택
- 상황종료 후 상세 화면에 사유·메모·처리자·일시 표시
- 엑셀 AS신고목록에 상황종료 4개 컬럼 추가
- 신고목록 필터·지도 상태 목록에 closed 추가, CSS 뱃지 추가

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
byun
2026-06-01 09:39:50 +09:00
parent b59569ca11
commit af7e47529c
7 changed files with 108 additions and 6 deletions

View File

@@ -114,6 +114,7 @@ textarea{resize:vertical;min-height:80px;}
.s-cost-billed{background:#DBEAFE;color:#1565C0;}
.s-cost-waived{background:#F0F0F0;color:#555;}
.s-cost-settled{background:#D1FAE5;color:#065F46;}
.s-closed{background:#F1F5F9;color:#475569;}
/* ── ALERTS ── */
.alert{padding:12px 16px;border-radius:6px;margin-bottom:14px;font-size:13px;}