From 78d76dd27148a8b74a99b4ee984fd800fd92d00d Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 3 Jul 2025 02:45:40 +0000 Subject: (최겸) 기술영업 avl 명칭 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/menuConfig.ts | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'config/menuConfig.ts') diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 3471284d..c7a5cab2 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -182,6 +182,11 @@ export const mainNav: MenuSection[] = [ href: "/evcp/evaluation", description: "협력업체 평가를 실행", }, + { + title: "협력업체 정기평가 입력", + href: "/evcp/evaluation-input", + description: "협력업체 정기 평가 담당자별 입력", + }, { title: "협력업체 PQ 검토 및 실사 신청", href: "/evcp/pq_new", @@ -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 관리" @@ -552,6 +563,11 @@ export const procurementNav: MenuSection[] = [ href: "/procurement/evaluation", description: "협력업체 평가를 실행", }, + { + title: "협력업체 정기평가 입력", + href: "/evcp/evaluation-input", + description: "협력업체 정기 평가 담당자별 입력", + }, { title: "협력업체 PQ 검토 및 실사 신청", href: "/procurement/pq_new", -- cgit v1.2.3