summaryrefslogtreecommitdiff
path: root/lib/vendor-investigation/table/investigation-table.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-08-04 09:41:06 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-08-04 09:41:06 +0000
commit4dc27e9495b005b29b4d7a2ad404c8c0644769eb (patch)
tree1d74ddd3bea33ea67745aeb4f092b7df6c6ef5cb /lib/vendor-investigation/table/investigation-table.tsx
parent459873f983cf1468f778109df4c7953c5d40743d (diff)
(최겸) 실사 컬럼 수정 및 업데이트 변경, 협력업체 PQ 초대 로직 변경
Diffstat (limited to 'lib/vendor-investigation/table/investigation-table.tsx')
-rw-r--r--lib/vendor-investigation/table/investigation-table.tsx6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/vendor-investigation/table/investigation-table.tsx b/lib/vendor-investigation/table/investigation-table.tsx
index d5dc05ac..660a8507 100644
--- a/lib/vendor-investigation/table/investigation-table.tsx
+++ b/lib/vendor-investigation/table/investigation-table.tsx
@@ -102,8 +102,10 @@ export function VendorsInvestigationTable({ promises }: VendorsTableProps) {
label: "평가 유형",
type: "select",
options: [
- { label: "실사의뢰평가", value: "SITE_AUDIT" },
- { label: "QM자체평가", value: "QM_SELF_AUDIT" },
+ { label: "구매자체평가", value: "PURCHASE_SELF_EVAL" },
+ { label: "서류평가", value: "DOCUMENT_EVAL" },
+ { label: "제품검사평가", value: "PRODUCT_INSPECTION" },
+ { label: "방문실사평가", value: "SITE_VISIT_EVAL" },
]
},
{