From e83b4bdef59bd78d1cc58016b73a969acebc872b Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 29 May 2025 01:49:45 +0000 Subject: (김준회) 기술영업 조선 RFQ 메일 발송 템플릿 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/items-tech/service.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/items-tech') diff --git a/lib/items-tech/service.ts b/lib/items-tech/service.ts index ee2c718d..9fa35148 100644 --- a/lib/items-tech/service.ts +++ b/lib/items-tech/service.ts @@ -1118,11 +1118,11 @@ export async function searchShipbuildingItems(searchQuery: string, workType?: Wo // 모든 공종 목록 조회 export async function getWorkTypes() { return [ - { code: '기장' as WorkType, name: '기장품', description: '기계 장치 및 엔진' }, - { code: '전장' as WorkType, name: '전장품', description: '전기 장치 및 제어 시스템' }, - { code: '선실' as WorkType, name: '선실품', description: '선실 및 거주 구역' }, - { code: '배관' as WorkType, name: '배관품', description: '배관 및 파이프 시스템' }, - { code: '철의' as WorkType, name: '철의품', description: '선체 구조물 및 강재' }, + { code: '기장' as WorkType, name: '기장', description: '기계 장치' }, + { code: '전장' as WorkType, name: '전장', description: '전기 장치' }, + { code: '선실' as WorkType, name: '선실', description: '선실' }, + { code: '배관' as WorkType, name: '배관', description: '배관' }, + { code: '철의' as WorkType, name: '철의', description: '선체 강재' }, ] } -- cgit v1.2.3