diff options
Diffstat (limited to 'config/menuConfig.ts')
| -rw-r--r-- | config/menuConfig.ts | 58 |
1 files changed, 42 insertions, 16 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index cc529b29..b159bba9 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -34,9 +34,9 @@ export const mainNav: MenuSection[] = [ group: "기본 정보" }, { - title: "아이템 리스트", + title: "패키지 넘버", href: "/evcp/items", - description: "견적, 입찰, 계약에서 사용되는 아이템 리스트", + description: "견적(PR 발행 전), 입찰(PR 발행 전), 설계 데이터 및 문서에서 사용되는 패키지 넘버 리스트", // icon: "ListTodo", group: "기본 정보" }, @@ -127,7 +127,7 @@ export const mainNav: MenuSection[] = [ description: "협력업체 평가를 실행", }, { - title: "협력업체 Risk 관리", + title: "협력업체 PQ 검토 및 실사 신청", href: "/evcp/pq_new", description: "협력업체의 제출 PQ를 확인하고 통과 여부를 결정", }, @@ -303,18 +303,44 @@ export const additionalNav: MenuItem[] = [ export const mainNavVendor: MenuSection[] = [ { - title: "구매 관리", + title: "예산 산정용", + items: [ + { + title: "조선 RFQ", + href: `/partners/techsales/rfq-ship`, + description: "견적 요청에 대한 응답 작성", + group: "조선" + }, + { + title: "해양 RFQ", + href: `/partners/rfq-tech`, + description: "견적 요청에 대한 응답 작성", + group: "해양" + }, + { + title: "해양 TBE", + href: `/partners/tbe-tech`, + description: "TBE 요청에 대한 응답 작성", + group: "해양" + }, + { + title: "해양 CBE", + href: `/partners/cbe-tech`, + description: "CBE 요청에 대한 응답 작성", + group: "해양" + }, + ] + } +, + { + title: "발주용", items: [ { title: "기본 계약 서명", href: `/partners/basic-contract`, description: "기본 계약서 및 관련 문서에 대한 서명", }, - { - title: "기술영업 - 조선 통합 RFQ", - href: `/partners/techsales/rfq-ship`, - description: "견적 요청에 대한 응답 작성", - }, + { title: "RFQ", href: `/partners/rfq`, @@ -366,15 +392,15 @@ export const mainNavVendor: MenuSection[] = [ // description: "입력된 협력업체 데이터를 도서/문서와 연계하여 리스트하여 출력", // }, { - title: "문서/도서 리스트", + title: "문서/도서 리스트 및 제출", href: `/partners/document-list`, - description: "벤더의 제출 도서/문서의 리스트를 생성하고 관리", - }, - { - title: "문서/도서 업로드", - href: `/partners/documents`, - description: "벤더의 제출 도서/문서의 업로드 및 뷰어를 통한 열람 제공, 제출 문서를 생성", + description: "벤더의 제출 도서/문서의 리스트를 관리하고 문서를 제출", }, + // { + // title: "문서/도서 업로드",s + // href: `/partners/documents`, + // description: "벤더의 제출 도서/문서의 업로드 및 뷰어를 통한 열람 제공, 제출 문서를 생성", + // }, ], }, |
