From f93493f68c9f368e10f1c3379f1c1384068e3b14 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 8 Sep 2025 10:29:19 +0000 Subject: (대표님, 최겸) rfqLast, bidding, prequote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/vendor-regular-registrations/document-status-dialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components') diff --git a/components/vendor-regular-registrations/document-status-dialog.tsx b/components/vendor-regular-registrations/document-status-dialog.tsx index cfdd03fd..dcac8bf9 100644 --- a/components/vendor-regular-registrations/document-status-dialog.tsx +++ b/components/vendor-regular-registrations/document-status-dialog.tsx @@ -185,7 +185,7 @@ export function DocumentStatusDialog({ return; } - if (contract.status !== "COMPLETED") { + if (contract.status !== "VENDOR_SIGNED") { toast.error("완료된 계약서만 다운로드할 수 있습니다."); return; } @@ -348,7 +348,7 @@ export function DocumentStatusDialog({ ) : ( registration.basicContracts.map((contract, index) => { - const isCompleted = contract.status === "COMPLETED"; + const isCompleted = contract.status === "VENDOR_SIGNED"; return (