diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:02:00 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:02:00 +0000 |
| commit | cbb4c7fe0b94459162ad5e998bc05cd293e0ff96 (patch) | |
| tree | 0a26712f7685e4f6511e637b9a81269d90a47c8f /config/vendorInvestigationsColumnsConfig.ts | |
| parent | eb654f88214095f71be142b989e620fd28db3f69 (diff) | |
(대표님) 입찰, EDP 변경사항 대응, spreadJS 오류 수정, 벤더실사 수정
Diffstat (limited to 'config/vendorInvestigationsColumnsConfig.ts')
| -rw-r--r-- | config/vendorInvestigationsColumnsConfig.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts index f3e0133e..ceb532e8 100644 --- a/config/vendorInvestigationsColumnsConfig.ts +++ b/config/vendorInvestigationsColumnsConfig.ts @@ -9,7 +9,6 @@ export type VendorInvestigationsViewRaw = { requesterId: number | null qmManagerId: number | null investigationStatus: "PLANNED" | "IN_PROGRESS" | "COMPLETED" | "CANCELED" - evaluationType: "PURCHASE_SELF_EVAL" | "DOCUMENT_EVAL" | "PRODUCT_INSPECTION" | "SITE_VISIT_EVAL" investigationAddress: string | null investigationMethod: "PURCHASE_SELF_EVAL" | "DOCUMENT_EVAL" | "PRODUCT_INSPECTION" | "SITE_VISIT_EVAL" | null scheduledStartAt: Date | null @@ -85,14 +84,6 @@ export const vendorInvestigationsColumnsConfig: VendorInvestigationsColumnConfig }, { - id: "evaluationType", - label: "평가 유형", - excelHeader: "평가 유형", - group: "실사", - }, - - - { id: "investigationAddress", label: "실사 주소", excelHeader: "실사 주소", |
