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 --- app/[lng]/evcp/(evcp)/tech-project-avl/page.tsx | 6 +++--- config/menuConfig.ts | 26 ++++++++++++++++++++----- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/app/[lng]/evcp/(evcp)/tech-project-avl/page.tsx b/app/[lng]/evcp/(evcp)/tech-project-avl/page.tsx index f62b5314..e220f958 100644 --- a/app/[lng]/evcp/(evcp)/tech-project-avl/page.tsx +++ b/app/[lng]/evcp/(evcp)/tech-project-avl/page.tsx @@ -47,17 +47,17 @@ export default async function AcceptedQuotationsPage({

- 승인된 견적서(해양TOP,HULL) + 견적 Result 전송

- 기술영업 승인 견적서에 대한 요약 정보를 확인하고{" "} + 기술영업 견적 Result 전송 정보를 확인하고{" "} 버튼 - 을 통해 RFQ 코드, 설명, 업체명, 업체 코드 등의 상세 정보를 확인할 수 있습니다. + 을 통해 견적 Result 전송 정보를 확인할 수 있습니다.

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