diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-15 02:54:14 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-15 02:54:14 +0000 |
| commit | 0afb8c59252f9f35cc853a4a5e84e5a2d16b0d0f (patch) | |
| tree | 762b8bb4e2b12b59a310219ab7584b739ff9ec85 /config | |
| parent | 3c93d6af1a5b1ae8fe8f337eb81110e9f4ffbc5f (diff) | |
(최겸) 구매 요청사항 9. 협력업체 관련 메뉴명 수정
Diffstat (limited to 'config')
| -rw-r--r-- | config/menuConfig.ts | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 0a445526..6134dc7b 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -40,6 +40,13 @@ export const mainNav: MenuSection[] = [ // icon: "ListTodo", group: "기본 정보" }, + // { + // title: "아이템 리스트(기술영업)", + // href: "/evcp/items-tech", + // description: "기술영업 조선, 해양 Top, 해양 Hull 아이템 리스트", + // // icon: "ListTodo", + // group: "기본 정보" + // }, { title: "업체 유형", href: "/evcp/vendor-type", @@ -88,19 +95,19 @@ export const mainNav: MenuSection[] = [ title: "협력업체 관리", items: [ { - title: "협력업체 초청 관리", + title: "발굴업체 등록 관리", href: "/evcp/vendor-candidates", - description: "수집활동을 통해 발굴한 벤더를 등록하고 관리하며 초청할 수 있음", + description: "수집활동을 통해 발굴한 협력업체를 등록하고 관리하며 초청할 수 있음", }, { - title: "협력업체 리스트", + title: "협력업체 관리", href: "/evcp/vendors", - description: "업체에 대한 요약 정보를 출력", + description: "협력업체에 대한 요약 정보를 출력", }, { - title: "협력업체 실사", + title: "협력업체 PQ/실사", href: "/evcp/vendor-investigation", - description: "실사가 필요한 벤더에 대한 일정 및 실사 내용 관리", + description: "실사가 필요한 협력업체에 대한 일정 및 실사 내용 관리", }, { title: "협력업체 평가 기준 설정", @@ -113,9 +120,9 @@ export const mainNav: MenuSection[] = [ description: "협력업체 평가를 실행", }, { - title: "협력업체 Prequalification", + title: "협력업체 Risk 관리", href: "/evcp/pq", - description: "벤더의 제출 PQ를 확인하고 통과 여부를 결정", + description: "협력업체의 제출 PQ를 확인하고 통과 여부를 결정", }, { title: "협력업체 기본 계약 관리", @@ -131,21 +138,32 @@ export const mainNav: MenuSection[] = [ }, { title: "기술 영업", + // useGrouping: true, // 그룹핑 적용 items: [ + // { + // title: "Budgetary Quote", + // href: "/evcp/budgetary-ship", + // description: "RFQ 작성을 할 수 있고 현황을 파악", + // // icon: "FileText", + // group: "조선" + // }, { title: "Budgetary Quote", href: "/evcp/budgetary", description: "RFQ 작성을 할 수 있고 현황을 파악", + // group: "해양" }, { title: "기술(품질) 평가 (TBE) - Budgetary Quote", href: "/evcp/bqtbe", description: "사양 충족 여부, 품질 요건 확인", + // group: "해양" }, { title: "상업(가격) 평가 (CBE) - Budgetary Quote", href: "/evcp/bqcbe", description: "가격(네고), 납기, 계약조건(Incoterms 등) 종합 검토", + // group: "해양" }, ] }, |
