diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-03 02:45:40 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-03 02:45:40 +0000 |
| commit | 78d76dd27148a8b74a99b4ee984fd800fd92d00d (patch) | |
| tree | 978ffc1f73dedd7a2a34d295ce132c4585aca71f /config/menuConfig.ts | |
| parent | de4c8a6a6b7c918a7a16fc34423d1143209c295f (diff) | |
(최겸) 기술영업 avl 명칭 변경
Diffstat (limited to 'config/menuConfig.ts')
| -rw-r--r-- | config/menuConfig.ts | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 3471284d..c7a5cab2 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -183,6 +183,11 @@ export const mainNav: MenuSection[] = [ description: "협력업체 평가를 실행", }, { + title: "협력업체 정기평가 입력", + href: "/evcp/evaluation-input", + description: "협력업체 정기 평가 담당자별 입력", + }, + { title: "협력업체 PQ 검토 및 실사 신청", href: "/evcp/pq_new", description: "협력업체의 제출 PQ를 확인하고 통과 여부를 결정", @@ -235,6 +240,12 @@ export const mainNav: MenuSection[] = [ // icon: "ListTodo", group: "공통" }, + // { + // title: "협력업체별 자재 리스트", + // href: "/evcp/tech-vendor-possible-items", + // description: "기술영업 협력업체별 자재 리스트", + // group: "공통" + // }, { title: "협력업체 리스트", href: "/evcp/tech-vendors", @@ -242,9 +253,9 @@ export const mainNav: MenuSection[] = [ group: "공통" }, { - title: "프로젝트 AVL 리스트", + title: "견적 Result 전송", href: "/evcp/tech-project-avl", - description: "기술영업 프로젝트 AVL 리스트", + description: "기술영업 견적 Result 전송 정보", group: "공통" }, { @@ -254,20 +265,20 @@ export const mainNav: MenuSection[] = [ group: "공통" }, { - title: "조선 RFQ", + title: "조선 Budgetary RFQ", href: "/evcp/budgetary-tech-sales-ship", description: "RFQ 작성을 할 수 있고 현황을 파악", // icon: "FileText", group: "RFQ 관리" }, { - title: "해양 TOP RFQ", + title: "해양 TOP Budgetary RFQ", href: "/evcp/budgetary-tech-sales-top", description: "RFQ 작성을 할 수 있고 현황을 파악", group: "RFQ 관리" }, { - title: "해양 HULL RFQ", + title: "해양 HULL Budgetary RFQ", href: "/evcp/budgetary-tech-sales-hull", description: "RFQ 작성을 할 수 있고 현황을 파악", group: "RFQ 관리" @@ -553,6 +564,11 @@ export const procurementNav: MenuSection[] = [ description: "협력업체 평가를 실행", }, { + title: "협력업체 정기평가 입력", + href: "/evcp/evaluation-input", + description: "협력업체 정기 평가 담당자별 입력", + }, + { title: "협력업체 PQ 검토 및 실사 신청", href: "/procurement/pq_new", description: "협력업체의 제출 PQ를 확인하고 통과 여부를 결정", |
