diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-15 04:43:44 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-15 04:43:44 +0000 |
| commit | b63d886613707c99cb4b244c8442860c2a15af69 (patch) | |
| tree | 4e33596a626f9dba47836a207b456a86eef5b977 /config/menuConfig.ts | |
| parent | a15475296b9da1cb83995b24acf9a6a20b635756 (diff) | |
(최겸) 메뉴 및 DB 수정(기술영업 벤더, RFQ, User)
Diffstat (limited to 'config/menuConfig.ts')
| -rw-r--r-- | config/menuConfig.ts | 75 |
1 files changed, 28 insertions, 47 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index d3aa16bf..ce9f0893 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -41,13 +41,6 @@ export const mainNav: MenuSection[] = [ group: "기본 정보" }, { - title: "아이템 리스트(기술영업)", - href: "/evcp/items-tech", - description: "기술영업 조선, 해양 Top, 해양 Hull 아이템 리스트", - // icon: "ListTodo", - group: "기본 정보" - }, - { title: "업체 유형", href: "/evcp/vendor-type", description: "업체 유형", @@ -148,9 +141,9 @@ export const mainNav: MenuSection[] = [ useGrouping: true, // 그룹핑 적용 items: [ { - title: "아이템 리스트(기술영업)", + title: "자재 리스트(기술영업)", href: "/evcp/items-tech", - description: "기술영업 조선, 해양 Top, 해양 Hull 아이템 리스트", + description: "기술영업 조선, 해양 Top, 해양 Hull 자재 리스트", // icon: "ListTodo", group: "공통" }, @@ -179,29 +172,23 @@ export const mainNav: MenuSection[] = [ group: "공통" }, { - title: "Budgetary Quote", + title: "조선 RFQ", href: "/evcp/budgetary-tech-sales-ship", description: "RFQ 작성을 할 수 있고 현황을 파악", // icon: "FileText", - group: "조선" + group: "RFQ 관리" }, { - title: "Budgetary Quote", - href: "/evcp/rfq-tech", + title: "해양 TOP RFQ", + href: "/evcp/budgetary-tech-sales-top", description: "RFQ 작성을 할 수 있고 현황을 파악", - group: "해양" - }, - { - title: "기술(품질) 평가 (TBE) - Budgetary Quote", - href: "/evcp/tbe-tech", - description: "사양 충족 여부, 품질 요건 확인", - group: "해양" + group: "RFQ 관리" }, { - title: "상업(가격) 평가 (CBE) - Budgetary Quote", - href: "/evcp/cbe-tech", - description: "가격(네고), 납기, 계약조건(Incoterms 등) 종합 검토", - group: "해양" + title: "해양 HULL RFQ", + href: "/evcp/budgetary-tech-sales-hull", + description: "RFQ 작성을 할 수 있고 현황을 파악", + group: "RFQ 관리" }, ] }, @@ -306,29 +293,23 @@ export const mainNavVendor: MenuSection[] = [ title: "예산 산정용", items: [ { - title: "조선 RFQ", - href: `/partners/techsales/rfq-ship`, - description: "견적 요청에 대한 응답 작성", - group: "조선" - }, - { - title: "해양 RFQ", - href: `/partners/rfq-tech`, - description: "견적 요청에 대한 응답 작성", - group: "해양" - }, - { - title: "해양 TBE", - href: `/partners/tbe-tech`, - description: "TBE 요청에 대한 응답 작성", - group: "해양" - }, - { - title: "해양 CBE", - href: `/partners/cbe-tech`, - description: "CBE 요청에 대한 응답 작성", - group: "해양" - }, + title: "조선 RFQ", + href: `/partners/techsales/rfq-ship`, + description: "견적 요청에 대한 응답 작성", + group: "조선" + }, + { + title: "해양 TOP RFQ", + href: `/partners/techsales/rfq-offshore-top`, + description: "견적 요청에 대한 응답 작성", + group: "해양" + }, + { + title: "해양 HULL RFQ", + href: `/partners/techsales/rfq-offshore-hull`, + description: "견적 요청에 대한 응답 작성", + group: "해양" + }, ] } , |
