From 1ea1dfa5c2684838d37ebfc58e3e8fd98c2dc60b Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 9 Dec 2025 02:11:47 +0000 Subject: (임수민) 협력업체 등록 레이아웃 순서 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/signup/join-form.tsx | 152 ++++++++++++++++++++-------------------- i18n/locales/ko/join.json | 2 +- 2 files changed, 77 insertions(+), 77 deletions(-) diff --git a/components/signup/join-form.tsx b/components/signup/join-form.tsx index c6281b24..973fb00c 100644 --- a/components/signup/join-form.tsx +++ b/components/signup/join-form.tsx @@ -1431,6 +1431,82 @@ function CompleteVendorForm({ + {/* 한국 사업자 정보 */} + {data.country === "KR" && ( +
+

{t('koreanBusinessInfo')}

+
+
+ + handleInputChange('representativeName', e.target.value)} + disabled={isSubmitting} + /> +
+
+ + handleInputChange('representativeBirth', e.target.value)} + disabled={isSubmitting} + /> +
+
+ + handleInputChange('representativeEmail', e.target.value)} + disabled={isSubmitting} + /> +
+
+ + handleInputChange('representativePhone', value)} + countryCode="KR" + disabled={isSubmitting} + showValidation={true} + t={t} + /> +
+
+ + handleInputChange('corporateRegistrationNumber', e.target.value)} + disabled={isSubmitting} + /> +
+
+ handleInputChange('representativeWorkExpirence', e.target.checked)} + disabled={isSubmitting} + className="h-4 w-4 text-blue-600 border-gray-300 rounded focus:ring-blue-500" + /> + +
+
+
+ )} + {/* 담당자 정보 */}
@@ -1551,82 +1627,6 @@ function CompleteVendorForm({
- {/* 한국 사업자 정보 */} - {data.country === "KR" && ( -
-

{t('koreanBusinessInfo')}

-
-
- - handleInputChange('representativeName', e.target.value)} - disabled={isSubmitting} - /> -
-
- - handleInputChange('representativeBirth', e.target.value)} - disabled={isSubmitting} - /> -
-
- - handleInputChange('representativeEmail', e.target.value)} - disabled={isSubmitting} - /> -
-
- - handleInputChange('representativePhone', value)} - countryCode="KR" - disabled={isSubmitting} - showValidation={true} - t={t} - /> -
-
- - handleInputChange('corporateRegistrationNumber', e.target.value)} - disabled={isSubmitting} - /> -
-
- handleInputChange('representativeWorkExpirence', e.target.checked)} - disabled={isSubmitting} - className="h-4 w-4 text-blue-600 border-gray-300 rounded focus:ring-blue-500" - /> - -
-
-
- )} - {/* 필수 첨부 서류 */}

{t('requiredDocuments')}

diff --git a/i18n/locales/ko/join.json b/i18n/locales/ko/join.json index 691ca61f..f35b86db 100644 --- a/i18n/locales/ko/join.json +++ b/i18n/locales/ko/join.json @@ -27,7 +27,7 @@ "vendorInfoRegistration": "업체 정보 등록", "vendorInfoDescription": "업체 정보와 필요한 서류를 등록해주세요. 모든 정보는 관리자 검토 후 승인됩니다.", - "basicInformation": "기본 정보", + "basicInformation": "회사 정보", "vendorType": "업체유형", "vendorName": "업체명", "supplyItems": "공급품목", -- cgit v1.2.3