summaryrefslogtreecommitdiff
path: root/lib/rfq-last/vendor-response
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-12-01 10:28:05 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-12-01 10:28:05 +0000
commitcd0ce0cbe8af8719a6f542098ec78f2a5c1222ce (patch)
treeaca09d123c60852400c2fc8603928e110c53e8f5 /lib/rfq-last/vendor-response
parent3a76ebfa18df15096ac21d10bf46f85b4d1e45e2 (diff)
(최겸) 구매 입찰 사전견적 개발(rfq-last)
Diffstat (limited to 'lib/rfq-last/vendor-response')
-rw-r--r--lib/rfq-last/vendor-response/editor/quotation-items-table.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx b/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx
index 281316eb..f8f11327 100644
--- a/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx
+++ b/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx
@@ -741,7 +741,7 @@ export default function QuotationItemsTable({ prItems, decimalPlaces = 2 }: Quot
<span className="font-mono text-sm font-medium">{prItem?.materialCode || "-"}</span>
{prItem?.acc && (
<span className="text-xs text-muted-foreground font-mono">
- ACC: {prItem.acc}
+ {prItem.acc}
</span>
)}
</div>