diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-26 04:25:47 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-26 04:25:47 +0000 |
| commit | 1c1c1019b6af72771358d387a2ae70ca965cd9f9 (patch) | |
| tree | 6b1204684e7b52cf7d40de37b9c58decc4fac38b /lib/items-tech/table/import-excel-button.tsx | |
| parent | 0547ab2fe1701d84753d0e078bba718a79b07a0c (diff) | |
(김준회) 아이템 리스트를 자재그룹으로 변경하고 PLM 인터페이스 처리
Diffstat (limited to 'lib/items-tech/table/import-excel-button.tsx')
| -rw-r--r-- | lib/items-tech/table/import-excel-button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/items-tech/table/import-excel-button.tsx b/lib/items-tech/table/import-excel-button.tsx index a5f63ff7..9bf4578c 100644 --- a/lib/items-tech/table/import-excel-button.tsx +++ b/lib/items-tech/table/import-excel-button.tsx @@ -123,7 +123,7 @@ export function ImportItemButton({ itemType, onSuccess }: ImportItemButtonProps) }); // 필수 헤더 확인 (타입별 구분) - let requiredHeaders: string[] = ["아이템 코드", "아이템 명", "기능(공종)"]; + let requiredHeaders: string[] = ["아이템 코드", "기능(공종)"]; // 해양 TOP 및 HULL의 경우 선종 헤더는 필요 없음 if (itemType === "ship") { |
