From fccb00d15466cd0b2d861163663a5070c768ff77 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 2 Sep 2025 09:52:21 +0000 Subject: (대표님) OCR 박진석프로 요청 대응, rfq 변경된 요구사항 구현 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/menuConfig.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'config') diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 3b9844aa..955b24c4 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -18,7 +18,7 @@ export interface MenuSection { // 도메인별 브랜드명 키 export const domainBrandingKeys = { evcp: "branding.evcp_main", - partners: "branding.evcp_partners", + partners: "branding.evcp_partners", procurement: "branding.evcp_procurement", sales: "branding.evcp_sales", engineering: "branding.evcp_engineering" @@ -283,17 +283,17 @@ export const mainNav: MenuSection[] = [ items: [ { titleKey: "menu.procurement.budget_rfq", - href: "/evcp/b-rfq", - descriptionKey: "menu.procurement.budget_rfq_desc", + href: "/evcp/rfq-last", + // descriptionKey: "menu.procurement.budget_rfq_desc", groupKey: "groups.quote_bid_management" }, - { - titleKey: "menu.procurement.rfq_pr", - href: "/evcp/po-rfq", - descriptionKey: "menu.procurement.rfq_pr_desc", - groupKey: "groups.quote_bid_management" - }, + // { + // titleKey: "menu.procurement.rfq_pr", + // href: "/evcp/po-rfq", + // descriptionKey: "menu.procurement.rfq_pr_desc", + // groupKey: "groups.quote_bid_management" + // }, { titleKey: "menu.procurement.bid_management", href: "/evcp/bid", @@ -331,7 +331,7 @@ export const mainNav: MenuSection[] = [ groupKey: "groups.order_management" }, ], - }, + }, { titleKey: "menu.engineering_management.title", useGrouping: true, -- cgit v1.2.3