ERP-node/frontend/lib/registry/components/modal-repeater-table
SeongHyun Kim 61c1f10495 feat(ModalRepeaterTable): 항목 검색 모달 컬럼 라벨 설정 기능 추가
- sourceColumnLabels 타입 정의 (Record<string, string>)

- ConfigPanel에 소스 컬럼별 표시 라벨 입력 UI 추가

- columnLabels 생성 시 sourceColumnLabels 우선 적용

- 컬럼 삭제 시 해당 라벨도 함께 삭제

- 빈 상태 안내 메시지 추가
2025-12-08 15:34:19 +09:00
..
ItemSelectionModal.tsx fix: 수주등록 항목추가 시 정보출력 가능하게 수정 2025-11-19 11:48:00 +09:00
ModalRepeaterTableComponent.tsx feat(ModalRepeaterTable): 항목 검색 모달 컬럼 라벨 설정 기능 추가 2025-12-08 15:34:19 +09:00
ModalRepeaterTableConfigPanel.tsx feat(ModalRepeaterTable): 항목 검색 모달 컬럼 라벨 설정 기능 추가 2025-12-08 15:34:19 +09:00
ModalRepeaterTableRenderer.tsx feat: modal-repeater-table 배열 데이터 저장 기능 구현 2025-11-21 10:12:29 +09:00
RepeaterTable.tsx fix(modal-repeater-table): 날짜 필드 ISO 형식 변환으로 표시 오류 수정 2025-12-05 10:13:59 +09:00
index.ts feat: 수주등록 모달 및 범용 컴포넌트 개발 2025-11-14 14:43:53 +09:00
types.ts feat(ModalRepeaterTable): 항목 검색 모달 컬럼 라벨 설정 기능 추가 2025-12-08 15:34:19 +09:00
useCalculation.ts feat(modal-repeater-table): 컬럼 매핑 및 계산 규칙 UI 대폭 개선 2025-11-19 17:09:12 +09:00