diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-03 04:48:47 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-03 04:48:47 +0000 |
| commit | defda07c0bb4b0bd444ca8dc4fd3f89322bda0ce (patch) | |
| tree | d7f257781f107d7ec2fd4ef76cb4f840f5065a06 /lib/rfq-last | |
| parent | 00743c8b4190fac9117c2d9c08981bbfdce576de (diff) | |
(대표님) edp, tbe, dolce 등
Diffstat (limited to 'lib/rfq-last')
| -rw-r--r-- | lib/rfq-last/service.ts | 1 | ||||
| -rw-r--r-- | lib/rfq-last/vendor/rfq-vendor-table.tsx | 10 |
2 files changed, 6 insertions, 5 deletions
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: <Clock className="h-3 w-3 mr-1" />, color: "text-blue-600" }, - "검토중": { variant: "secondary", icon: <Eye className="h-3 w-3 mr-1" />, color: "text-orange-600" }, - "보류": { variant: "outline", icon: <AlertCircle className="h-3 w-3 mr-1" />, color: "text-yellow-600" }, - "완료": { variant: "success", icon: <CheckCircle className="h-3 w-3 mr-1" />, color: "text-green-600" }, - "취소": { variant: "destructive", icon: <XCircle className="h-3 w-3 mr-1" />, color: "text-red-600" }, + "진행중": { variant: "default", icon: <Clock className="h-3 w-3 mr-1" />}, + "검토중": { variant: "secondary", icon: <Eye className="h-3 w-3 mr-1" /> }, + "보류": { variant: "outline", icon: <AlertCircle className="h-3 w-3 mr-1" /> }, + "완료": { variant: "success", icon: <CheckCircle className="h-3 w-3 mr-1" /> }, + "취소": { variant: "destructive", icon: <XCircle className="h-3 w-3 mr-1" /> }, }[status] || { variant: "outline", icon: null, color: "text-gray-600" }; return ( |
