From f2fafe555b65f9207c2c6e216b7d7b2ff83af866 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 3 Nov 2025 10:15:45 +0000 Subject: (최겸) 구매 PQ/실사 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/vendorInvestigationsColumnsConfig.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config') diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts index 1fab1de6..ab5291a4 100644 --- a/config/vendorInvestigationsColumnsConfig.ts +++ b/config/vendorInvestigationsColumnsConfig.ts @@ -29,6 +29,7 @@ export type VendorInvestigationsViewRaw = { // PQ 정보 pqItems: string | null | Array<{itemCode: string, itemName: string}> + pqNumber: string | null hasAttachments: boolean @@ -98,6 +99,12 @@ export const vendorInvestigationsColumnsConfig: VendorInvestigationsColumnConfig excelHeader: "실사방법", group: "실사", }, + { + id: "pqNumber", + label: "PQ 번호", + excelHeader: "PQ 번호", + group: "실사", + }, { id: "pqItems", label: "실사품목", -- cgit v1.2.3