ERP-node/frontend/lib/registry/components/modal-repeater-table
SeongHyun Kim 3e414b8530 feat: 수주관리 그룹 편집 기능 구현
- 같은 수주번호(order_no)를 가진 품목 일괄 수정 기능 추가
- groupByColumns 개념 도입 및 EditModal 그룹 데이터 처리 로직 구현
- ConditionalSectionViewer에서 DynamicComponentRenderer 사용으로 groupedData 전달 경로 확보
- ModalRepeaterTable onChange 에러 수정 및 sourceColumns 필터링 추가
- 조인된 컬럼 제외 로직 추가로 DB 저장 오류 해결
2025-11-24 15:24:31 +09:00
..
ItemSelectionModal.tsx fix: 수주등록 항목추가 시 정보출력 가능하게 수정 2025-11-19 11:48:00 +09:00
ModalRepeaterTableComponent.tsx feat: 수주관리 그룹 편집 기능 구현 2025-11-24 15:24:31 +09:00
ModalRepeaterTableConfigPanel.tsx fix: ModalRepeaterTable reference 매핑 처리 순서 및 API 파라미터 수정 2025-11-20 10:16:49 +09:00
ModalRepeaterTableRenderer.tsx feat: modal-repeater-table 배열 데이터 저장 기능 구현 2025-11-21 10:12:29 +09:00
RepeaterTable.tsx style(ui): 배경색 통일 및 스크롤 최적화 2025-11-21 17:00:25 +09:00
index.ts feat: 수주등록 모달 및 범용 컴포넌트 개발 2025-11-14 14:43:53 +09:00
types.ts fix: ModalRepeaterTable reference 매핑 처리 순서 및 API 파라미터 수정 2025-11-20 10:16:49 +09:00
useCalculation.ts feat(modal-repeater-table): 컬럼 매핑 및 계산 규칙 UI 대폭 개선 2025-11-19 17:09:12 +09:00