diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-22 02:57:00 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-22 02:57:00 +0000 |
| commit | ee57cc221ff2edafd3c0f12a181214c602ed257e (patch) | |
| tree | 148f552f503798f7a350d6eff936b889f16be49f /config | |
| parent | 14f61e24947fb92dd71ec0a7196a6e815f8e66da (diff) | |
(대표님, 최겸) 이메일 템플릿, 벤더데이터 변경사항 대응, 기술영업 변경요구사항 구현
Diffstat (limited to 'config')
| -rw-r--r-- | config/menuConfig.ts | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index be4a2171..c703c7ce 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -240,12 +240,18 @@ export const mainNav: MenuSection[] = [ // icon: "ListTodo", group: "공통" }, - // { - // title: "협력업체별 자재 리스트", - // href: "/evcp/tech-vendor-possible-items", - // description: "기술영업 협력업체별 자재 리스트", - // group: "공통" - // }, + { + title: "협력업체별 자재 관리", + href: "/evcp/tech-vendor-possible-items", + description: "기술영업 협력업체별 자재 관리", + group: "공통" + }, + { + title: "담당자별 자재 관리", + href: "/evcp/contact-possible-items", + description: "기술영업 담당자별 자재 관리", + group: "공통" + }, { title: "협력업체 관리", href: "/evcp/tech-vendors", @@ -728,6 +734,12 @@ export const salesNav: MenuSection[] = [ group: "공통" }, { + title: "협력업체별 자재 관리", + href: "/sales/tech-vendor-possible-items", + description: "협력업체별 자재 관리", + group: "공통" + }, + { title: "조선 RFQ", href: "/sales/budgetary-tech-sales-ship", description: "RFQ 작성을 할 수 있고 현황을 파악", |
