From a2bc455f654e011c53968b0d3a14389d7259847e Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 3 Sep 2025 10:35:57 +0000 Subject: (최겸) 구매 입찰 개발(벤더 응찰 개발 및 기본계약 요청 개발 필) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tech-vendors/table/import-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tech-vendors/table/import-button.tsx') diff --git a/lib/tech-vendors/table/import-button.tsx b/lib/tech-vendors/table/import-button.tsx index b268d29d..85b16bc7 100644 --- a/lib/tech-vendors/table/import-button.tsx +++ b/lib/tech-vendors/table/import-button.tsx @@ -213,7 +213,7 @@ export function ImportTechVendorButton({ onSuccess }: ImportTechVendorButtonProp // 담당자 정보가 없으면 벤더 정보를 기본 담당자로 사용 const representativeName = row["대표자명"] || row["representativeName"]; contacts.push({ - contactName: representativeName || row["업체명"] || row["vendorName"] || "기본 담당자", + contactName: contactName || row["vendorName"] || "기본 담당자", contactPosition: "기본 담당자", contactEmail: vendorEmail, contactPhone: row["대표자연락처"] || row["representativePhone"] || row["전화번호"] || row["phone"] || "", -- cgit v1.2.3