From defda07c0bb4b0bd444ca8dc4fd3f89322bda0ce Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 3 Oct 2025 04:48:47 +0000 Subject: (대표님) edp, tbe, dolce 등 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/rfq-last/service.ts | 1 + lib/rfq-last/vendor/rfq-vendor-table.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'lib/rfq-last') diff --git a/lib/rfq-last/service.ts b/lib/rfq-last/service.ts index 78d2479a..f536a142 100644 --- a/lib/rfq-last/service.ts +++ b/lib/rfq-last/service.ts @@ -3292,6 +3292,7 @@ async function processSingleVendor({ currentUser, designAttachments }); + console.log("tbeSession 생성 완료", tbeSession); // 이메일 발송 처리 (사용자가 선택한 경우에만) let emailSent = null; if (hasToSendEmail) { diff --git a/lib/rfq-last/vendor/rfq-vendor-table.tsx b/lib/rfq-last/vendor/rfq-vendor-table.tsx index e5c1f51e..55549a6d 100644 --- a/lib/rfq-last/vendor/rfq-vendor-table.tsx +++ b/lib/rfq-last/vendor/rfq-vendor-table.tsx @@ -765,11 +765,11 @@ export function RfqVendorTable({ } const statusConfig = { - "진행중": { variant: "default", icon: , color: "text-blue-600" }, - "검토중": { variant: "secondary", icon: , color: "text-orange-600" }, - "보류": { variant: "outline", icon: , color: "text-yellow-600" }, - "완료": { variant: "success", icon: , color: "text-green-600" }, - "취소": { variant: "destructive", icon: , color: "text-red-600" }, + "진행중": { variant: "default", icon: }, + "검토중": { variant: "secondary", icon: }, + "보류": { variant: "outline", icon: }, + "완료": { variant: "success", icon: }, + "취소": { variant: "destructive", icon: }, }[status] || { variant: "outline", icon: null, color: "text-gray-600" }; return ( -- cgit v1.2.3