fix: [receiving] 입고등록 품목 검색에 원자재 필터 적용

- ItemSearchModal에 itemType="RM,SM,CS" 추가
- FG/PT/SF/BN 등 제작품이 검색 결과에서 제외됨
This commit is contained in:
김보곤
2026-03-18 13:08:30 +09:00
parent 472c0c50b8
commit 6c7d38100e

View File

@@ -950,6 +950,7 @@ export function ReceivingDetail({ id, mode = 'view' }: Props) {
specification: item.specification || '',
}));
}}
itemType="RM,SM,CS"
/>
<SupplierSearchModal