- FqcRequestDocumentContent: template 66 기반 동적 렌더링 컴포넌트
- 결재라인, 기본정보, 입력사항(4섹션), 사전고지 테이블
- group_name 기반 3단 헤더 (오픈사이즈 발주/시공 병합)
- InspectionRequestModal: FQC 모드 전환 + EAV 문서 로드 + Lazy Snapshot
- fqcActions: getFqcRequestTemplate, patchDocumentSnapshot, description/groupName 타입
- types/actions: requestDocumentId 필드 추가 및 매핑
- InspectionDetail: requestDocumentId prop 전달
FQC 문서 시스템 연동으로 하드코딩된 검사 모달을 양식 기반으로 전환.
FQC 문서가 있으면 template 기반 렌더링, 없으면 기존 legacy 모드 유지.
- fqcActions.ts: FQC 문서 Server Actions (조회/생성/저장) + 타입/변환
- FqcDocumentContent.tsx: 양식 기반 문서 렌더링 (readonly/edit, forwardRef)
- InspectionReportModal: fqcDocumentMap prop으로 FQC/legacy 모드 자동 전환
- ProductInspectionInputModal: fqcDocumentId prop으로 FQC/legacy 모드 자동 전환
- InspectionDetail: FQC 매핑 로드 로직 + 모달 prop 전달
- OrderSettingItem에 orderId 추가 (FQC 활성화 트리거)
- 수입검사: InspectionCreate/Detail/List 대폭 개선, OrderSelectModal/문서 컴포넌트 신규 추가
- 수입검사: actions/types/mockData/inspectionConfig 전면 리팩토링
- QMS: InspectionModalV2/ImportInspectionDocument 개선
- 캘린더: DayTimeView 신규 추가, CalendarHeader/ScheduleCalendar/utils 확장
- 출고: ShipmentDetail/List/actions 개선, ShipmentOrderDocument/ShippingSlip 수정
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>