summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/menuConfig.ts35
1 files changed, 28 insertions, 7 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts
index 20ed1529..afd7fc00 100644
--- a/config/menuConfig.ts
+++ b/config/menuConfig.ts
@@ -62,6 +62,21 @@ export const mainNav: MenuSection[] = [
// icon: "FileCheck",
group: "설계 정보"
},
+
+ {
+ title: "Document Numbering Rule (해양)",
+ href: "/evcp/docu-list-rule",
+ description: "벤더 제출 문서 리스트 작성 시에 사용되는 넘버링",
+ // icon: "FileCheck",
+ group: "설계 정보"
+ },
+ {
+ title: "Document Code",
+ href: "/evcp/docu-code",
+ description: "벤더 제출 문서 리스트 작성 시에 사용되는 Document Code",
+ // icon: "FileCheck",
+ group: "설계 정보"
+ },
{
title: "인코텀즈",
href: "/evcp/incoterms",
@@ -227,12 +242,6 @@ export const mainNav: MenuSection[] = [
group: "공통"
},
{
- title: "협력업체 NDA",
- href: "/evcp/tech-vendors-nda",
- description: "기술영업 협력업체 NDA 관리",
- group: "공통"
- },
- {
title: "프로젝트 AVL 리스트",
href: "/evcp/tech-project-avl",
description: "기술영업 프로젝트 AVL 리스트",
@@ -539,8 +548,20 @@ export const mainNavVendor: MenuSection[] = [
description: "벤더의 제출 도서/문서의 리스트를 관리하고 문서를 제출",
group: "벤더 문서"
},
+ {
+ title: "문서/도서 리스트 관리 (해양)",
+ href: `/partners/document-list-only`,
+ description: "벤더의 제출 도서/문서의 리스트를 관리",
+ group: "벤더 문서"
+ },
+ {
+ title: "문서/도서 제출 (해양)",
+ href: `/partners/document-upload`,
+ description: "벤더의 도서/문서를 제출",
+ group: "벤더 문서"
+ },
// {
- // title: "문서/도서 업로드",s
+ // title: "문서/도서 업로드",
// href: `/partners/documents`,
// description: "벤더의 제출 도서/문서의 업로드 및 뷰어를 통한 열람 제공, 제출 문서를 생성",
// },