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:
@@ -557,7 +557,7 @@ export function SalesDetail({ mode, salesId }: SalesDetailProps) {
|
||||
// ===== 동적 config =====
|
||||
const dynamicConfig = {
|
||||
...salesConfig,
|
||||
title: isNewMode ? '매출 상세_직접 등록' : '매출 상세',
|
||||
title: isNewMode ? '매출' : '매출 상세',
|
||||
actions: {
|
||||
...salesConfig.actions,
|
||||
submitLabel: isNewMode ? '등록' : '저장',
|
||||
|
||||
Reference in New Issue
Block a user