diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-19 09:44:28 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-19 09:44:28 +0000 |
| commit | 95bbe9c583ff841220da1267630e7b2025fc36dc (patch) | |
| tree | 5e3d5bb3302530bbaa7f7abbe8c9cf8193ccbd4c /lib/procurement-rfqs/vendor-response/quotation-editor.tsx | |
| parent | 0eb030580b5cbe5f03d570c3c9d8c519bac3b783 (diff) | |
(대표님) 20250619 1844 KST 작업사항
Diffstat (limited to 'lib/procurement-rfqs/vendor-response/quotation-editor.tsx')
| -rw-r--r-- | lib/procurement-rfqs/vendor-response/quotation-editor.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/procurement-rfqs/vendor-response/quotation-editor.tsx b/lib/procurement-rfqs/vendor-response/quotation-editor.tsx index 963c2f85..66bb2613 100644 --- a/lib/procurement-rfqs/vendor-response/quotation-editor.tsx +++ b/lib/procurement-rfqs/vendor-response/quotation-editor.tsx @@ -173,6 +173,8 @@ interface VendorQuotationEditorProps { export default function VendorQuotationEditor({ quotation }: VendorQuotationEditorProps) { + console.log(quotation) + const [activeTab, setActiveTab] = useState("items") const [isSubmitting, setIsSubmitting] = useState(false) const [isSaving, setIsSaving] = useState(false) |
