feat:품목 검색 모달에 수입검사 배지 추가
- ItemMaster 타입에 hasInspectionTemplate 필드 추가 - API 응답 변환 함수에 has_inspection_template 매핑 - 수입검사 양식 연결 품목에 녹색 배지 표시
This commit is contained in:
@@ -132,6 +132,7 @@ export interface ItemMaster {
|
||||
unit: string; // 단위 (EA, SET, KG, M 등)
|
||||
specification?: string; // 규격
|
||||
isActive?: boolean; // 활성/비활성
|
||||
hasInspectionTemplate?: boolean; // 수입검사 양식 연결 여부
|
||||
|
||||
// === 분류 ===
|
||||
category1?: string; // 대분류
|
||||
|
||||
Reference in New Issue
Block a user