diff options
Diffstat (limited to 'config/vendorInvestigationsColumnsConfig.ts')
| -rw-r--r-- | config/vendorInvestigationsColumnsConfig.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts index ceb532e8..7da096be 100644 --- a/config/vendorInvestigationsColumnsConfig.ts +++ b/config/vendorInvestigationsColumnsConfig.ts @@ -26,6 +26,9 @@ export type VendorInvestigationsViewRaw = { // Essential vendor fields only vendorName: string vendorCode: string + + // PQ 정보 + pqItems: string | null | Array<{itemCode: string, itemName: string}> hasAttachments: boolean @@ -96,6 +99,12 @@ export const vendorInvestigationsColumnsConfig: VendorInvestigationsColumnConfig group: "실사", }, { + id: "pqItems", + label: "실사품목", + excelHeader: "실사품목", + group: "실사", + }, + { id: "investigationNotes", label: "QM 의견", excelHeader: "QM 의견", |
