diff options
Diffstat (limited to 'config/menuConfig.ts')
| -rw-r--r-- | config/menuConfig.ts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index f1f5af63..eb6913c3 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -304,6 +304,7 @@ export const mainNavVendor: MenuSection[] = [ { title: "구매 관리", + useGrouping: true, items: [ { title: "기본 계약 서명", @@ -311,6 +312,24 @@ export const mainNavVendor: MenuSection[] = [ description: "기본 계약서 및 관련 문서에 대한 서명", }, { + title: "기술영업 - 조선 RFQ", + href: `/partners/techsales/rfq-ship`, + description: "견적 요청에 대한 응답 작성", + group: "기술영업" + }, + { + title: "기술영업 - 해양 Hull RFQ", + href: `/partners/techsales/rfq-offshore-hull`, + description: "견적 요청에 대한 응답 작성", + group: "기술영업" + }, + { + title: "기술영업 - 해양 Top RFQ", + href: `/partners/techsales/rfq-offshore-top`, + description: "견적 요청에 대한 응답 작성", + group: "기술영업" + }, + { title: "RFQ", href: `/partners/rfq`, description: "견적 요청에 대한 응답 작성", |
