From 53ad72732f781e6c6d5ddb3776ea47aec010af8e Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 4 Aug 2025 09:39:21 +0000 Subject: (최겸) PQ/실사 수정 및 개발 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/vendorInvestigationsColumnsConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts index edddbacb..f3e0133e 100644 --- a/config/vendorInvestigationsColumnsConfig.ts +++ b/config/vendorInvestigationsColumnsConfig.ts @@ -9,9 +9,9 @@ export type VendorInvestigationsViewRaw = { requesterId: number | null qmManagerId: number | null investigationStatus: "PLANNED" | "IN_PROGRESS" | "COMPLETED" | "CANCELED" - evaluationType: "SITE_AUDIT" | "QM_SELF_AUDIT" | null + evaluationType: "PURCHASE_SELF_EVAL" | "DOCUMENT_EVAL" | "PRODUCT_INSPECTION" | "SITE_VISIT_EVAL" investigationAddress: string | null - investigationMethod: string | null + investigationMethod: "PURCHASE_SELF_EVAL" | "DOCUMENT_EVAL" | "PRODUCT_INSPECTION" | "SITE_VISIT_EVAL" | null scheduledStartAt: Date | null scheduledEndAt: Date | null forecastedAt: Date | null -- cgit v1.2.3