ERP-node/frontend/components/ui
SeongHyun Kim a6c0ab5664 feat(pop): 입고 확정 시 자동 채번 실행 + 결과 모달 UX + 셀렉트 높이 통일
입고 확정(inbound-confirm) 실행 시 채번 규칙이 설정되어 있어도
inbound_number가 null로 저장되던 문제를 해결한다.
[채번 실행 (FIX-1)]
- types.ts: SaveMapping에 autoGenMappings 필드 추가 (numberingRuleId,
  targetColumn, showResultModal)
- PopFieldComponent: collect_data 응답에 autoGenMappings 포함하여
  백엔드에 채번 규칙 정보 전달
- popActionRoutes: INSERT 전 numberingRuleService.allocateCode() 호출,
  생성된 코드를 generatedCodes 배열로 응답에 포함
[결과 모달 UX]
- pop-button: showResultModal 토글에 따라 채번 결과 모달 표시 분기
- 모달이 열려 있는 동안 followUpActions(refresh/navigate) 지연하여
  사용자가 확인 버튼을 눌러야 후속 액션 실행
[셀렉트 높이 일관성]
- SelectTrigger hasCustomHeight에 /\bh-\d/ 패턴 추가하여
  className의 h-9 등이 기본 data-size="xs"(h-6)와 충돌하지 않도록 수정
[기타 수정]
- SelectFieldInput: Set 기반 dedup으로 React key 중복 방지
- PopFieldConfig: AutoNumberEditor 제거, 채번 규칙을 저장 탭에서 관리
- PopFieldConfig: 전체 채번 규칙 보기 토글 추가
- PopCardListComponent: 장바구니 목록 모드에서 수량 자동 초기화 방지
- PopCardListConfig: 수식 필드 매핑 노출 + 누락 필드 자동 추가
2026-03-04 19:12:22 +09:00
..
accordion.tsx Merge branch 'main' of http://39.117.244.52:3000/kjs/ERP-node into feature/report 2025-10-02 18:01:14 +09:00
alert-dialog.tsx feat: Introduce new date picker components for enhanced date selection 2026-02-26 17:32:20 +09:00
alert.tsx 컴포넌트 화면편집기에 배치 2025-09-10 14:09:32 +09:00
avatar.tsx 최초커밋 2025-08-21 09:41:46 +09:00
badge.tsx 최초커밋 2025-08-21 09:41:46 +09:00
breadcrumb.tsx 컴포넌트 화면편집기에 배치 2025-09-10 14:09:32 +09:00
button.tsx feat: 플로우 위젯 디자인 개선 및 검색 필터 기능 강화 2025-10-30 18:30:39 +09:00
calendar.tsx 날자타입 컴포넌트 디자인 개선 2025-12-23 10:11:21 +09:00
card.tsx 현대적 라이브러리 도입 완료 2025-09-02 18:25:44 +09:00
checkbox.tsx 최초커밋 2025-08-21 09:41:46 +09:00
collapsible.tsx 기본적인 crud 구현 2025-09-03 16:38:10 +09:00
command.tsx 연쇄 통합관리 2025-12-10 15:59:04 +09:00
custom-calendar.tsx 스타일 수정중 2025-10-30 12:03:50 +09:00
dialog.tsx refactor: Remove debug logs and optimize toast animations 2026-02-09 15:37:28 +09:00
dropdown-menu.tsx refactor: Remove debug logs and optimize toast animations 2026-02-09 15:37:28 +09:00
form.tsx 최초커밋 2025-08-21 09:41:46 +09:00
input.tsx feat: Enhance input and select components with custom styling support 2026-02-11 14:45:23 +09:00
label.tsx 최초커밋 2025-08-21 09:41:46 +09:00
pagination.tsx 컴포넌트 화면편집기에 배치 2025-09-10 14:09:32 +09:00
popover.tsx refactor: Remove debug logs and optimize toast animations 2026-02-09 15:37:28 +09:00
progress.tsx 타입 관리 개선 및 화면 비율조정 중간커밋 2025-09-19 18:43:55 +09:00
radio-group.tsx 웹 타입에 맞는 형태로 보여지게 수정 2025-09-01 14:52:25 +09:00
resizable.tsx feat(pop): POP 화면 관리 시스템 구현 2026-02-02 15:15:01 +09:00
scroll-area.tsx 테이블 리스트 기능 수정 2025-09-15 11:43:59 +09:00
select.tsx feat(pop): 입고 확정 시 자동 채번 실행 + 결과 모달 UX + 셀렉트 높이 통일 2026-03-04 19:12:22 +09:00
separator.tsx 화면관리 중간 커밋 2025-09-01 11:48:12 +09:00
sheet.tsx refactor: Remove debug logs and optimize toast animations 2026-02-09 15:37:28 +09:00
slider.tsx 격자에 맞게 컴포넌트 배치 2025-09-02 11:16:40 +09:00
switch.tsx 현대적 라이브러리 도입 완료 2025-09-02 18:25:44 +09:00
table.tsx feat: 테이블 테두리 및 라운드 제거, 검색 필터 제목 제거 2025-10-30 15:39:39 +09:00
tabs.tsx feat: 관리자 테이블 스타일 개선 및 탭 컴포넌트 디자인 수정 2025-10-30 17:55:55 +09:00
textarea.tsx 최초커밋 2025-08-21 09:41:46 +09:00