From 13321f6252c91acf5649ebfcff83ca93d8e23c89 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 6 Nov 2025 05:50:31 +0000 Subject: (최겸) 구매 pq 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pq/pq-review-table-new/vendors-table-columns.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pq/pq-review-table-new') diff --git a/lib/pq/pq-review-table-new/vendors-table-columns.tsx b/lib/pq/pq-review-table-new/vendors-table-columns.tsx index fa2726b8..ae684172 100644 --- a/lib/pq/pq-review-table-new/vendors-table-columns.tsx +++ b/lib/pq/pq-review-table-new/vendors-table-columns.tsx @@ -752,7 +752,7 @@ export function getColumns({ setRowAction, router }: GetColumnsProps): ExtendedC {/* 방문실사 버튼 - PQ가 승인됨 상태이고 제품검사평가 또는 방문실사평가인 경우에만 표시 */} - {pq.status === "APPROVED" && pq.investigation && + {pq.investigation && (pq.investigation.investigationMethod === "PRODUCT_INSPECTION" || pq.investigation.investigationMethod === "SITE_VISIT_EVAL") && ( <> -- cgit v1.2.3