refactor(WEB): /new 페이지를 ?mode=new 방식으로 통합

- 출퇴근 관리: 우림블루나인비즈니스센터 좌표 수정 (37.5572518, 126.864441)
- 입금/출금/매출/카드 등록: /new 폴더 삭제 및 ?mode=new 쿼리 파라미터 방식으로 통합
- 매출 등록 페이지 제목 "등록 등록" 중복 수정

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
유병철
2026-01-23 10:20:12 +09:00
parent 1a0b1c4c48
commit e44b3cd6cc
11 changed files with 143 additions and 69 deletions

View File

@@ -557,7 +557,7 @@ export function SalesDetail({ mode, salesId }: SalesDetailProps) {
// ===== 동적 config =====
const dynamicConfig = {
...salesConfig,
title: isNewMode ? '매출 상세_직접 등록' : '매출 상세',
title: isNewMode ? '매출' : '매출 상세',
actions: {
...salesConfig.actions,
submitLabel: isNewMode ? '등록' : '저장',