feat: 공정관리 규칙 UI 개선 및 품질인정심사시스템 경로 이동

- 자동 분류 규칙 리스트 UI 기획서대로 수정
  - 번호, 개별 품목 지정 표시, 배지, 수정/삭제 버튼
- 규칙 수정 기능 추가 (기존 품목 체크 상태 유지)
- 개별 품목 모달 UI 기획서대로 재구현
  - 검색, 품목유형 필터, 체크박스 테이블
- 품질인정심사시스템 경로 이동 (dev → quality/qms)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
byeongcheolryu
2025-12-29 17:54:27 +09:00
parent c749c09dea
commit 388b113b58
20 changed files with 473 additions and 150 deletions

View File

@@ -7,9 +7,9 @@ export { QuoteManagementClient } from './QuoteManagementClient';
// 기존 컴포넌트
export { default as QuoteDocument } from './QuoteDocument';
export { default as QuoteRegistration } from './QuoteRegistration';
export { default as QuoteCalculationReport } from './QuoteCalculationReport';
export { default as PurchaseOrderDocument } from './PurchaseOrderDocument';
export { QuoteRegistration, INITIAL_QUOTE_FORM } from './QuoteRegistration';
export { QuoteCalculationReport } from './QuoteCalculationReport';
export { PurchaseOrderDocument } from './PurchaseOrderDocument';
// 타입
export type {