From a3525f8bdfcf849cc1716fab81cb8facadbe9a8e Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 27 Oct 2025 10:03:06 +0000 Subject: (최겸) 구매 협력업체 관리(PQ/실사관리, 정기평가 협력업체 제출 상세 dialog 개발, MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/menuConfig.ts | 6 ++++++ config/vendorInvestigationsColumnsConfig.ts | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/menuConfig.ts b/config/menuConfig.ts index d28b1838..06aa45c7 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -901,6 +901,12 @@ export const mainNavVendor: MenuSection[] = [ titleKey: "menu.vendor.procurement.title", useGrouping: true, items: [ + { + titleKey: "menu.vendor.procurement.pq_new", + href: `/partners/pq_new`, + descriptionKey: "menu.vendor.procurement.pq_new_desc", + groupKey: "groups.propose" + }, { titleKey: "menu.vendor.procurement.basic_contract_sign", href: `/partners/basic-contract`, diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts index 7da096be..4e15bd34 100644 --- a/config/vendorInvestigationsColumnsConfig.ts +++ b/config/vendorInvestigationsColumnsConfig.ts @@ -144,15 +144,15 @@ export const vendorInvestigationsColumnsConfig: VendorInvestigationsColumnConfig }, { id: "forecastedAt", - label: "실사 예정일", - excelHeader: "실사 예정일", + label: "실사 수행 예정일", + excelHeader: "실사 수행 예정일", group: "일정", }, { id: "confirmedAt", - label: "실사 확정일", - excelHeader: "실사 확정일", + label: "실사 계획 확정일", + excelHeader: "실사 계획 확정일", group: "일정", }, { -- cgit v1.2.3