diff options
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 작성을 할 수 있고 현황을 파악", |
