This commit is contained in:
@@ -120,7 +120,6 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
</tbody>
|
||||
</table>
|
||||
<p></p>
|
||||
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">공인 중개사 정보</h5>
|
||||
@@ -156,10 +155,10 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="bg-light">등록일</th>
|
||||
<th>등록일</th>
|
||||
<td><?= $data['rdate'] ?></td>
|
||||
|
||||
<th class="bg-light">전화/서류 완료일시</th>
|
||||
<th>전화/서류 완료일시</th>
|
||||
<td>
|
||||
<select class="form-select form-select-sm" name="atcl_vrtc_way" id="atcl_vrtc_way"
|
||||
disabled>
|
||||
@@ -177,10 +176,10 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="bg-light">등기부등본 확인완료</th>
|
||||
<th>등기부등본 확인완료</th>
|
||||
<td><?= $data['result_tm'] ?></td>
|
||||
|
||||
<th class="bg-light">의뢰인(매도자)</th>
|
||||
<th>의뢰인(매도자)</th>
|
||||
<td>
|
||||
<?php if (in_array($data['stat_cd'], ['19', '60', '69'])): ?>
|
||||
***
|
||||
@@ -191,10 +190,10 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="bg-light">매물구분</th>
|
||||
<th>매물구분</th>
|
||||
<td><?= $data['atcl_nm'] ?></td>
|
||||
|
||||
<th class="bg-light">거래구분</th>
|
||||
<th>거래구분</th>
|
||||
<td>
|
||||
<div class="d-flex flex-wrap gap-3">
|
||||
<div class="form-check">
|
||||
@@ -225,10 +224,10 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="bg-light" rowspan="3">지역구분</th>
|
||||
<th rowspan="3">지역구분</th>
|
||||
<td rowspan="3"><?= $data['region_nm'] ?></td>
|
||||
|
||||
<th class="bg-light">리 주소</th>
|
||||
<th>리 주소</th>
|
||||
<td>
|
||||
<input type="text" class="form-control form-control-sm"
|
||||
value="<?= $data['address2a'] ?>" disabled>
|
||||
@@ -236,7 +235,7 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="bg-light">상세주소</th>
|
||||
<th>상세주소</th>
|
||||
<td class="d-flex gap-1">
|
||||
<?php if (empty($data['address2b'])): ?>
|
||||
<input type="text" class="form-control form-control-sm"
|
||||
@@ -254,7 +253,7 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="bg-light">기타주소</th>
|
||||
<th>기타주소</th>
|
||||
<td>
|
||||
<input type="text" class="form-control form-control-sm"
|
||||
value="<?= $data['address4'] ?>" disabled>
|
||||
@@ -262,7 +261,7 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="bg-light">단지명</th>
|
||||
<th>단지명</th>
|
||||
<td>
|
||||
<input type="hidden" name="atcl_hscp_nm" id="atcl_hscp_nm"
|
||||
value="<?= $data['hscp_nm'] ?>" />
|
||||
@@ -277,7 +276,7 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
||||
<th class="bg-light align-middle">가격</th>
|
||||
<th>가격</th>
|
||||
<td>
|
||||
<!-- 기본 가격 -->
|
||||
<div class="align-items-center gap-2 mb-2" id="div_trade_type_price"
|
||||
@@ -374,7 +373,7 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="bg-light">평형</th>
|
||||
<th>평형</th>
|
||||
<td>
|
||||
<input type="hidden" name="atcl_ptp_nm" id="atcl_ptp_nm" value="">
|
||||
<select class="form-select form-select-sm" name="atcl_ptp_no" id="atcl_ptp_no"
|
||||
@@ -383,7 +382,7 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
</select>
|
||||
</td>
|
||||
|
||||
<th class="bg-light">층 / 총층</th>
|
||||
<th>층 / 총층</th>
|
||||
<td>
|
||||
<div class="d-flex align-items-center gap-2">
|
||||
<input type="text" class="form-control form-control-sm" style="max-width:80px;"
|
||||
@@ -397,11 +396,11 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
|
||||
<?php if ($data['hscplqry_lv'] == '3'): ?>
|
||||
<tr>
|
||||
<th class="bg-light">공급면적</th>
|
||||
<th>공급면적</th>
|
||||
<td>
|
||||
<span style="color:#F21E1E"><?= $data['sply_spc'] ?></span>
|
||||
</td>
|
||||
<th class="bg-light">전용면적</th>
|
||||
<th>전용면적</th>
|
||||
<td>
|
||||
<span style="color:#F21E1E"><?= $data['excls_spc'] ?></span>
|
||||
</td>
|
||||
@@ -411,11 +410,11 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
<?php if (empty($data['hscp_no'])): ?>
|
||||
<?php if ($data['rlet_type_cd'] == 'C01' || $data['rlet_type_cd'] == 'C02' || ($data['rlet_type_cd'] == 'C03' and $data['trade_type_cd'] != 'A1') || $data['rlet_type_cd'] == 'D02' || $data['rlet_type_cd'] == 'D01' || $data['rlet_type_cd'] == 'E04'): ?>
|
||||
<tr>
|
||||
<th class="bg-light">공급면적</th>
|
||||
<th>공급면적</th>
|
||||
<td>
|
||||
<span style="color:#002EE7"><?= $data['sply_spc'] ?></span>
|
||||
</td>
|
||||
<th class="bg-light">전용면적</th>
|
||||
<th>전용면적</th>
|
||||
<td>
|
||||
<span style="color:#002EE7"><?= $data['excls_spc'] ?></span>
|
||||
</td>
|
||||
@@ -456,10 +455,10 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
|
||||
<?php if ($data['vir_addr_yn'] == 'Y'): ?>
|
||||
<tr>
|
||||
<th class="bg-light">가주소 여부</th>
|
||||
<th>가주소 여부</th>
|
||||
<td><span><?= $data['vir_addr_yn'] ?></span></td>
|
||||
|
||||
<th class="bg-light">검증참고란</th>
|
||||
<th>검증참고란</th>
|
||||
<td><span><?= $data['registerBookUniqueNo'] ?></span></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
@@ -486,18 +485,18 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<th class="bg-light">소유자 구분</th>
|
||||
<th>소유자 구분</th>
|
||||
<td><span><?= $ownerTypeCode ?></span></td>
|
||||
|
||||
<th class="bg-light">미등기 검증요청</th>
|
||||
<th>미등기 검증요청</th>
|
||||
<td><span><?= $data['noRgbkVrfcReqYn'] ?></span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="bg-light">건축물대장 면적 검증요청</th>
|
||||
<th>건축물대장 면적 검증요청</th>
|
||||
<td><span><?= $data['areaByBdbkVrfcReqYn'] ?></span></td>
|
||||
|
||||
<th class="bg-light">등기부 고유번호</th>
|
||||
<th>등기부 고유번호</th>
|
||||
<td><span><?= $data['registerBookUniqueNumber'] ?></span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user