From 8a19a6fa336768d8b6712752c9d713360067ecb0 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 8 Dec 2025 08:45:20 +0000 Subject: (최겸) 구매 피드백 수정, 안전담당자, pq항목 내 첨부, 내외자 구분, 도로명주소 api 반영(운영기준) 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 ab5291a4..7d74d8e0 100644 --- a/config/vendorInvestigationsColumnsConfig.ts +++ b/config/vendorInvestigationsColumnsConfig.ts @@ -28,6 +28,7 @@ export type VendorInvestigationsViewRaw = { vendorCode: string // PQ 정보 + pqType: "GENERAL" | "PROJECT" | "NON_INSPECTION" | null pqItems: string | null | Array<{itemCode: string, itemName: string}> pqNumber: string | null @@ -99,6 +100,12 @@ export const vendorInvestigationsColumnsConfig: VendorInvestigationsColumnConfig excelHeader: "실사방법", group: "실사", }, + { + id: "pqType", + label: "PQ 유형", + excelHeader: "PQ 유형", + group: "실사", + }, { id: "pqNumber", label: "PQ 번호", -- cgit v1.2.3