summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-08-04 09:39:21 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-08-04 09:39:21 +0000
commit53ad72732f781e6c6d5ddb3776ea47aec010af8e (patch)
treee676287827f8634be767a674b8ad08b6ed7eb3e6 /config
parent3e4d15271322397764601dee09441af8a5b3adf5 (diff)
(최겸) PQ/실사 수정 및 개발
Diffstat (limited to 'config')
-rw-r--r--config/vendorInvestigationsColumnsConfig.ts4
1 files changed, 2 insertions, 2 deletions
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