summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-05-09 03:04:03 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-05-09 03:04:03 +0000
commit121c552ad2a316b2e17b8dcd4f1935ccb3fbe9e2 (patch)
tree45d17d446b1fd7f43ff1e4e89a7bf8409b796b6e
parent0704d236bbcc1339c9d93ee8fc678c6a0e425841 (diff)
0509 벤더 메뉴 데이터 리스트 삭제(0508 대표님 요구사항)
-rw-r--r--config/menuConfig.ts21
1 files changed, 13 insertions, 8 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts
index 47ab12e6..32af0776 100644
--- a/config/menuConfig.ts
+++ b/config/menuConfig.ts
@@ -154,15 +154,15 @@ export const mainNav: MenuSection[] = [
useGrouping: true, // 그룹핑 적용
items: [
{
- title: "Budgetary RFQ",
+ title: "검토용 견적",
href: "/evcp/budgetary-rfq",
description: "예산이나 내정가를 산정하기 위해 견적을 요청하고 관리",
// icon: "FileText",
group: "견적/입찰 관리"
},
{
- title: "RFQ",
- href: "/evcp/rfq",
+ title: "발주용 견적",
+ href: "/evcp/po-rfq",
description: "생성된 견적을 발행하고 관리",
// icon: "FileText",
group: "견적/입찰 관리"
@@ -260,6 +260,11 @@ export const mainNavVendor: MenuSection[] = [
description: "견적 요청에 대한 응답 작성",
},
{
+ title: "RFQ 통합",
+ href: `/partners/rfq-all`,
+ description: "견적 요청에 대한 응답 작성",
+ },
+ {
title: "RFB",
href: `/partners/rfb`,
description: "입찰 요청에 대한 응답 작성",
@@ -294,11 +299,11 @@ export const mainNavVendor: MenuSection[] = [
href: `/partners/vendor-data`,
description: "기준 정보에 입각한 협력업체 데이터 입력",
},
- {
- title: "데이터 리스트",
- href: `/partners/vendor-data-list`,
- description: "입력된 협력업체 데이터를 도서/문서와 연계하여 리스트하여 출력",
- },
+ // {
+ // title: "데이터 리스트",
+ // href: `/partners/vendor-data-list`,
+ // description: "입력된 협력업체 데이터를 도서/문서와 연계하여 리스트하여 출력",
+ // },
{
title: "문서/도서 리스트",
href: `/partners/document-list`,