summaryrefslogtreecommitdiff
path: root/components/vendor-regular-registrations
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-08-26 01:17:56 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-08-26 01:17:56 +0000
commit12e936c0b45ffa1c8f3c02ff77961212767be9a7 (patch)
tree34f31b9a64c6d30e187c1114530c4d47b95d30a9 /components/vendor-regular-registrations
parent83f67ed333f0237b434a41d1eceef417c0d48313 (diff)
(대표님) 가입, 기본계약, 벤더
(최겸) 기술영업 아이템 관련
Diffstat (limited to 'components/vendor-regular-registrations')
-rw-r--r--components/vendor-regular-registrations/registration-request-dialog.tsx16
1 files changed, 8 insertions, 8 deletions
diff --git a/components/vendor-regular-registrations/registration-request-dialog.tsx b/components/vendor-regular-registrations/registration-request-dialog.tsx
index 2a79189a..cf79bd02 100644
--- a/components/vendor-regular-registrations/registration-request-dialog.tsx
+++ b/components/vendor-regular-registrations/registration-request-dialog.tsx
@@ -398,15 +398,15 @@ export function RegistrationRequestDialog({
onChange={(e) => handleInputChange('corporateNumber', e.target.value)}
/>
</div>
- <div>
+ {/* <div>
<Label htmlFor="majorItems">주요품목</Label>
<Input
id="majorItems"
value={formData.majorItems}
onChange={(e) => handleInputChange('majorItems', e.target.value)}
/>
- </div>
- <div>
+ </div> */}
+ {/* <div>
<Label htmlFor="establishmentDate">설립일자</Label>
<Input
id="establishmentDate"
@@ -414,7 +414,7 @@ export function RegistrationRequestDialog({
value={formData.establishmentDate}
onChange={(e) => handleInputChange('establishmentDate', e.target.value)}
/>
- </div>
+ </div> */}
</div>
</div>
@@ -442,7 +442,7 @@ export function RegistrationRequestDialog({
/>
</div>
</div>
- <div className="grid grid-cols-1 md:grid-cols-2 gap-4">
+ {/* <div className="grid grid-cols-1 md:grid-cols-2 gap-4">
<div>
<Label htmlFor="factoryAddress">공장 주소</Label>
<Input
@@ -481,7 +481,7 @@ export function RegistrationRequestDialog({
placeholder="필요시 입력"
/>
</div>
- </div>
+ </div> */}
</div>
</div>
@@ -538,7 +538,7 @@ export function RegistrationRequestDialog({
</div>
</div>
- <div className="mt-4 space-y-3">
+ {/* <div className="mt-4 space-y-3">
<div className="flex items-center space-x-2">
<Checkbox
id="isWorkingAtCompany"
@@ -555,7 +555,7 @@ export function RegistrationRequestDialog({
/>
<Label htmlFor="isInternalPartner">사내협력사 <span className="text-red-500">*</span></Label>
</div>
- </div>
+ </div> */}
</div>
{/* 대표자 경력 */}