feat: 지자체 전환 현재 선택 표시 + 전화주문 결제구분 기본 가상계좌

- 지자체 전환 화면에서 현재 작업 지자체 라디오 체크 + '현재 선택' 배지
- 전화 주문 접수 결제구분 기본값을 가상계좌로 설정

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
taekyoungc
2026-06-15 16:56:49 +09:00
parent 71534fb198
commit 24ac3f169e
3 changed files with 13 additions and 3 deletions

View File

@@ -83,7 +83,7 @@
<select id="payment-type" class="border border-gray-300 rounded px-3 py-1.5 text-sm w-40" name="so_payment_type" required>
<option value="">선택</option>
<option value="이체">이체</option>
<option value="가상계좌">가상계좌</option>
<option value="가상계좌" selected>가상계좌</option>
</select>
<span id="payment-guide" class="text-xs text-gray-500"></span>
</div>