summaryrefslogtreecommitdiff
path: root/lib/rfq-last
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfq-last')
-rw-r--r--lib/rfq-last/service.ts1
-rw-r--r--lib/rfq-last/vendor/rfq-vendor-table.tsx10
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 (