diff options
Diffstat (limited to 'components/vendor-regular-registrations')
| -rw-r--r-- | components/vendor-regular-registrations/registration-request-dialog.tsx | 16 |
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> {/* 대표자 경력 */} |
