diff options
| -rw-r--r-- | app/[lng]/evcp/(evcp)/tech-project-avl/page.tsx | 6 | ||||
| -rw-r--r-- | 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({ <div>
<div className="flex items-center gap-2">
<h2 className="text-2xl font-bold tracking-tight">
- 승인된 견적서(해양TOP,HULL)
+ 견적 Result 전송
</h2>
<InformationButton pagePath="evcp/tech-project-avl" />
</div>
<p className="text-muted-foreground">
- 기술영업 승인 견적서에 대한 요약 정보를 확인하고{" "}
+ 기술영업 견적 Result 전송 정보를 확인하고{" "}
<span className="inline-flex items-center whitespace-nowrap">
<Ellipsis className="size-3" />
<span className="ml-1">버튼</span>
</span>
- 을 통해 RFQ 코드, 설명, 업체명, 업체 코드 등의 상세 정보를 확인할 수 있습니다.
+ 을 통해 견적 Result 전송 정보를 확인할 수 있습니다.
</p>
</div>
</div>
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를 확인하고 통과 여부를 결정", |
