1월21일 작업
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
<!-- Header -->
|
||||
<header class="page-header">
|
||||
<h1 class="title">신규 고객 등록</h1>
|
||||
<button type="button" id="btnFillTestData" style="padding: 5px 15px; background: #ff4757; color: #fff; border: none; border-radius: 4px; cursor: pointer; font-size: 14px; font-weight: bold;">
|
||||
테스트 데이터 채우기
|
||||
</button>
|
||||
</header>
|
||||
|
||||
<!-- Body -->
|
||||
@@ -46,7 +49,7 @@
|
||||
|
||||
<!-- Column 1: Basic Info -->
|
||||
<section class="form-section-card col-card">
|
||||
<div class="section-title">기본 정보</div>
|
||||
<div class="section-title">기본 정보<span id="msg-basic" class="validation-msg"></span></div>
|
||||
<!-- Name -->
|
||||
<div class="form-row">
|
||||
<label class="required">고객명</label>
|
||||
@@ -111,23 +114,23 @@
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<label class="required">주소</label>
|
||||
<label for="address" class="required">주소</label>
|
||||
<div class="address-input-group" style="display: flex; gap: 8px;">
|
||||
<input id="modalAddress" name="modalAddress" type="text" placeholder="주소를 검색하세요" readonly style="flex: 1; cursor: pointer;" />
|
||||
<input id="address" name="address" type="text" placeholder="주소를 검색하세요" readonly style="flex: 1; cursor: pointer;" />
|
||||
<button type="button" id="btnSearchAddress" class="btn-small" style="padding: 0 15px; background: #333; color: #fff; border-radius: 4px;">검색</button>
|
||||
</div>
|
||||
<input id="modalAddressDetail" name="modalAddressDetail" type="text" placeholder="상세 주소를 입력하세요" style="margin-top: 8px;" />
|
||||
<input id="addressDtl" name="addressDtl" type="text" placeholder="상세 주소를 입력하세요" style="margin-top: 8px;" />
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<label class="required">이메일</label>
|
||||
<input name="email" type="text" placeholder="imadeu@naver.com" />
|
||||
<label for="email">이메일</label>
|
||||
<input id="email" name="email" type="text" placeholder="imadeu@naver.com" />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Column 2: Contact Info -->
|
||||
<section class="form-section-card col-card">
|
||||
<div class="section-title">개인정보 수집 및 이용동의</div>
|
||||
<div class="section-title">개인정보 수집 및 이용동의<span id="msg-consent" class="validation-msg"></div>
|
||||
|
||||
<div class="form-row checkbox-row">
|
||||
<label for="agreePrivacy">개인정보 수집 및 이용안내</label>
|
||||
@@ -179,7 +182,7 @@
|
||||
|
||||
<!-- Column 3: Additional Info -->
|
||||
<section class="form-section-card col-card">
|
||||
<div class="section-title">기타 정보</div>
|
||||
<div class="section-title">기타 정보<span id="msg-etc" class="validation-msg"></div>
|
||||
|
||||
<!-- Channel -->
|
||||
<div class="form-row">
|
||||
@@ -191,12 +194,9 @@
|
||||
|
||||
<!-- Recommender -->
|
||||
<div class="form-row">
|
||||
<label>추천인</label>
|
||||
<label for="introName">추천인</label>
|
||||
<div class="searchIntroUser" style="position:relative; cursor:pointer;">
|
||||
<input type="text" name="modalRecommendId" placeholder="검색하여 선택하세요" readonly
|
||||
style="cursor:pointer; padding-right:40px;" />
|
||||
<img src="/image/web/search_B.svg" alt="search"
|
||||
style="position:absolute; right:12px; top:50%; transform:translateY(-50%); width:18px;">
|
||||
<input type="text" id="introName" name="introName" placeholder="추천인 성함을 입력해주세요" style="cursor:pointer; padding-right:40px;" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -215,7 +215,7 @@
|
||||
<footer class="page-footer">
|
||||
<!-- Use project standard classes -->
|
||||
<button type="button" class="cancel_btn btnCancle">취소</button>
|
||||
<button type="button" class="registration_bth btnSave">등록 완료</button>
|
||||
<button type="button" class="registration_bth btnSave">서명</button>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user