summaryrefslogtreecommitdiff
path: root/config/menuConfig.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-05-28 19:03:21 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-05-28 19:03:21 +0000
commit5036cf2908792cef45f06256e71f10920f647f49 (patch)
tree3116e7419e872d45025d1d48e6ddaffe2ba2dd38 /config/menuConfig.ts
parent7ae037e9c2fc0be1fe68cecb461c5e1e837cb0da (diff)
(김준회) 기술영업 조선 RFQ (SHI/벤더)
Diffstat (limited to 'config/menuConfig.ts')
-rw-r--r--config/menuConfig.ts19
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: "견적 요청에 대한 응답 작성",