입고 확정 시 status/inbound_status가 빈 값으로 저장되는 문제(FIX-3)와 창고내 위치 셀렉트가 전체 위치를 보여주는 문제를 해결한다. [FIX-3: 숨은 필드 고정값] - types.ts: HiddenValueSource에 "static" 추가, staticValue 필드 - PopFieldConfig: 숨은 필드 설정 UI에 "고정값" 모드 추가 - PopFieldComponent: collected_data에 hiddenMappings 포함 - popActionRoutes: INSERT 시 hiddenMappings 값 주입 [Select 데이터 연동 - BLOCK L] - types.ts: SelectLinkedFilter 인터페이스 + FieldSelectSource.linkedFilters - PopFieldConfig: "데이터 연동" 토글 + LinkedFiltersEditor 컴포넌트 (섹션 내 필드 선택 → 필터 컬럼 매핑) - PopFieldComponent: fieldIdToName 맵으로 id-name 변환, SelectFieldInput에서 연동 필드 값 변경 시 동적 필터 재조회, 상위 미선택 시 안내 메시지, 상위 변경 시 하위 자동 초기화 |
||
|---|---|---|
| .. | ||
| PopFieldComponent.tsx | ||
| PopFieldConfig.tsx | ||
| index.tsx | ||
| types.ts | ||