diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-06 05:50:31 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-06 05:50:31 +0000 |
| commit | 13321f6252c91acf5649ebfcff83ca93d8e23c89 (patch) | |
| tree | 9e7074af900f19359ec66c40f756fab34e390752 | |
| parent | ec67f25270df089fa65315091afa24f0e8995b98 (diff) | |
(최겸) 구매 pq 수정
| -rw-r--r-- | lib/pq/pq-review-table-new/vendors-table-columns.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 </DropdownMenuItem>
{/* 방문실사 버튼 - PQ가 승인됨 상태이고 제품검사평가 또는 방문실사평가인 경우에만 표시 */}
- {pq.status === "APPROVED" && pq.investigation &&
+ {pq.investigation &&
(pq.investigation.investigationMethod === "PRODUCT_INSPECTION" ||
pq.investigation.investigationMethod === "SITE_VISIT_EVAL") && (
<>
|
