summaryrefslogtreecommitdiff
path: root/lib/techsales-rfq/vendor-response/quotation-item-editor.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-06-15 04:40:22 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-06-15 04:40:22 +0000
commitc5002d77087b256599b174ada611621657fcc523 (patch)
tree515aab399709755cf3d57d9927e2d81467dea700 /lib/techsales-rfq/vendor-response/quotation-item-editor.tsx
parent9f3b8915ab20f177edafd3c4a4cc1ca0da0fc766 (diff)
(최겸) 기술영업 조선,해양RFQ 수정
Diffstat (limited to 'lib/techsales-rfq/vendor-response/quotation-item-editor.tsx')
-rw-r--r--lib/techsales-rfq/vendor-response/quotation-item-editor.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/techsales-rfq/vendor-response/quotation-item-editor.tsx b/lib/techsales-rfq/vendor-response/quotation-item-editor.tsx
index e11864dc..92bec96a 100644
--- a/lib/techsales-rfq/vendor-response/quotation-item-editor.tsx
+++ b/lib/techsales-rfq/vendor-response/quotation-item-editor.tsx
@@ -365,7 +365,7 @@ export function QuotationItemEditor({
onBlur={(e) => handleBlur(index, field, e.target.value)}
disabled={disabled || isSaving || !item.isAlternative}
className="w-full"
- placeholder={field === 'vendorMaterialCode' ? "벤더 자재코드" : "벤더 자재명"}
+ placeholder={field === 'vendorMaterialCode' ? "벤더 자재그룹" : "벤더 자재명"}
/>
)
} else if (field === 'deliveryDate') {
@@ -406,14 +406,14 @@ export function QuotationItemEditor({
return (
<div className="mt-2 p-3 bg-blue-50 rounded-md space-y-2 text-sm">
{/* <div className="flex flex-col gap-2">
- <label className="text-xs font-medium text-blue-700">벤더 자재코드</label>
+ <label className="text-xs font-medium text-blue-700">벤더 자재그룹</label>
<Input
value={item.vendorMaterialCode || ""}
onChange={(e) => handleTextInputChange(index, 'vendorMaterialCode', e)}
onBlur={(e) => handleBlur(index, 'vendorMaterialCode', e.target.value)}
disabled={disabled || isSaving}
className="h-8 text-sm"
- placeholder="벤더 자재코드 입력"
+ placeholder="벤더 자재그룹 입력"
/>
</div> */}
@@ -511,7 +511,7 @@ export function QuotationItemEditor({
<TableHeader className="sticky top-0 bg-background">
<TableRow>
<TableHead className="w-[50px]">번호</TableHead>
- <TableHead>자재코드</TableHead>
+ <TableHead>자재그룹</TableHead>
<TableHead>자재명</TableHead>
<TableHead>수량</TableHead>
<TableHead>단위</TableHead>