diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-17 10:40:12 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-17 10:40:12 +0000 |
| commit | 10cb50753ccf318024c4394282f9e8d968dcd1a5 (patch) | |
| tree | cf4edb96aa172c3b90d88532aff1f536944a2283 /lib/bidding/vendor/components | |
| parent | f7117370b9cc0c7b96bd1eb23a1b9f5b16cc8ceb (diff) | |
(최겸) 구매 입찰 오류 수정 및 선적지,하역지 연동,TO Cont, TO PO 개발
Diffstat (limited to 'lib/bidding/vendor/components')
| -rw-r--r-- | lib/bidding/vendor/components/pr-items-pricing-table.tsx | 5 | ||||
| -rw-r--r-- | lib/bidding/vendor/components/simple-file-upload.tsx | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/lib/bidding/vendor/components/pr-items-pricing-table.tsx b/lib/bidding/vendor/components/pr-items-pricing-table.tsx index 13804251..483bce5c 100644 --- a/lib/bidding/vendor/components/pr-items-pricing-table.tsx +++ b/lib/bidding/vendor/components/pr-items-pricing-table.tsx @@ -4,8 +4,7 @@ import * as React from 'react' import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card' import { Input } from '@/components/ui/input' import { Label } from '@/components/ui/label' -import { Button } from '@/components/ui/button' -import { Textarea } from '@/components/ui/textarea' + import { Badge } from '@/components/ui/badge' import { Table, @@ -17,7 +16,7 @@ import { } from '@/components/ui/table' import { Package, - FileText, + Download, Calculator } from 'lucide-react' diff --git a/lib/bidding/vendor/components/simple-file-upload.tsx b/lib/bidding/vendor/components/simple-file-upload.tsx index 58b60bdf..1344a491 100644 --- a/lib/bidding/vendor/components/simple-file-upload.tsx +++ b/lib/bidding/vendor/components/simple-file-upload.tsx @@ -5,7 +5,6 @@ import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card' import { Button } from '@/components/ui/button' import { Input } from '@/components/ui/input' import { Label } from '@/components/ui/label' -import { Badge } from '@/components/ui/badge' import { Table, TableBody, @@ -15,7 +14,6 @@ import { TableRow, } from '@/components/ui/table' import { - Upload, FileText, Download, Trash2 @@ -171,6 +169,7 @@ export function SimpleFileUpload({ throw new Error('파일 정보가 없습니다.') } } catch (error) { + console.error('파일 다운로드 실패:', error) toast({ title: '다운로드 실패', description: '파일 다운로드에 실패했습니다.', |
