summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/vendorInvestigationsColumnsConfig.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts
index 1fab1de6..ab5291a4 100644
--- a/config/vendorInvestigationsColumnsConfig.ts
+++ b/config/vendorInvestigationsColumnsConfig.ts
@@ -29,6 +29,7 @@ export type VendorInvestigationsViewRaw = {
// PQ 정보
pqItems: string | null | Array<{itemCode: string, itemName: string}>
+ pqNumber: string | null
hasAttachments: boolean
@@ -99,6 +100,12 @@ export const vendorInvestigationsColumnsConfig: VendorInvestigationsColumnConfig
group: "실사",
},
{
+ id: "pqNumber",
+ label: "PQ 번호",
+ excelHeader: "PQ 번호",
+ group: "실사",
+ },
+ {
id: "pqItems",
label: "실사품목",
excelHeader: "실사품목",