diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-15 10:13:11 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-15 10:13:11 +0000 |
| commit | dd831478a3ab5ac7182903d41aa4b3e47f28224f (patch) | |
| tree | 2f5ee3f818d6ff6799ebc1f35f3b40b7e6611a2a /config | |
| parent | d5f26d34c4ac6f3eaac16fbc6069de2c2341a6ff (diff) | |
(최겸) 구매 입찰 테스트 및 수정사항 반영
Diffstat (limited to 'config')
| -rw-r--r-- | config/menuConfig.ts | 36 |
1 files changed, 27 insertions, 9 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 40e0102f..4e468347 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -342,10 +342,16 @@ export const mainNav: MenuSection[] = [ descriptionKey: "menu.procurement.po_issuance_desc", groupKey: "groups.order_management" }, + // { + // titleKey: "menu.procurement.po_amendment", + // href: "/evcp/poa", + // descriptionKey: "menu.procurement.po_amendment_desc", + // groupKey: "groups.order_management" + // }, { - titleKey: "menu.procurement.po_amendment", - href: "/evcp/poa", - descriptionKey: "menu.procurement.po_amendment_desc", + titleKey: "menu.procurement.pcr", + href: "/evcp/pcr", + descriptionKey: "menu.procurement.pcr_desc", groupKey: "groups.order_management" }, { @@ -670,10 +676,16 @@ export const procurementNav: MenuSection[] = [ descriptionKey: "menu.procurement.po_issuance_desc", groupKey: "groups.order_management" }, + // { + // titleKey: "menu.procurement.po_amendment", + // href: "/procurement/poa", + // descriptionKey: "menu.procurement.po_amendment_desc", + // groupKey: "groups.order_management" + // }, { - titleKey: "menu.procurement.po_amendment", - href: "/procurement/poa", - descriptionKey: "menu.procurement.po_amendment_desc", + titleKey: "menu.procurement.pcr", + href: "/procurement/pcr", + descriptionKey: "menu.procurement.pcr_desc", groupKey: "groups.order_management" }, { @@ -900,10 +912,16 @@ export const mainNavVendor: MenuSection[] = [ descriptionKey: "menu.vendor.procurement.po_desc", groupKey: "groups.order_contract" }, + // { + // titleKey: "menu.vendor.procurement.po_amendment", + // href: `/partners/poa`, + // descriptionKey: "menu.vendor.procurement.po_amendment_desc", + // groupKey: "groups.order_contract" + // }, { - titleKey: "menu.vendor.procurement.po_amendment", - href: `/partners/poa`, - descriptionKey: "menu.vendor.procurement.po_amendment_desc", + titleKey: "menu.vendor.procurement.pcr", + href: `/partners/pcr`, + descriptionKey: "menu.vendor.procurement.pcr_desc", groupKey: "groups.order_contract" }, { |
