diff options
Diffstat (limited to 'config/vendorInvestigationsColumnsConfig.ts')
| -rw-r--r-- | config/vendorInvestigationsColumnsConfig.ts | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -100,6 +101,12 @@ export const vendorInvestigationsColumnsConfig: VendorInvestigationsColumnConfig group: "실사", }, { + id: "pqType", + label: "PQ 유형", + excelHeader: "PQ 유형", + group: "실사", + }, + { id: "pqNumber", label: "PQ 번호", excelHeader: "PQ 번호", |
