|
|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
<col style="width: 20%;" />
|
|
|
|
|
<col style="width: 30%;" />
|
|
|
|
|
<col style="width: 20%;" />
|
|
|
|
|
<col style="width: 30%;"/>
|
|
|
|
|
<col style="width: 30%;" />
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th"><span class="required">*</span> 구분</th>
|
|
|
|
|
@ -36,29 +36,25 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th"><span class="required">*</span> 주민번호/법인번호</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" id="rrno" name="rrno" class="input"
|
|
|
|
|
value="${data.rrno}" maxlength="13" />
|
|
|
|
|
<input type="text" id="rrno" name="rrno" class="input" value="${data.rrno}" maxlength="13" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th"><span class="required">*</span> 성명</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" id="flnm" name="flnm" class="input"
|
|
|
|
|
value="${data.flnm}" validation-check="required" maxlength="100" />
|
|
|
|
|
<input type="text" id="flnm" name="flnm" class="input" value="${data.flnm}" validation-check="required" maxlength="100" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th"><span class="required">*</span> 주소</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" id="addr" name="addr" class="input"
|
|
|
|
|
value="${data.addr}" validation-check="required" maxlength="100"/>
|
|
|
|
|
<input type="text" id="addr" name="addr" class="input" value="${data.addr}" validation-check="required" maxlength="100" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th">상세 주소</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" id="daddr" name="daddr" class="input"
|
|
|
|
|
value="${data.daddr}" maxlength="100"/>
|
|
|
|
|
<input type="text" id="daddr" name="daddr" class="input" value="${data.daddr}" maxlength="100" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
@ -71,15 +67,13 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th"> 전화번호</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" id="telno" name="telno" class="input"
|
|
|
|
|
value="${data.telno}" maxlength="100"/>
|
|
|
|
|
<input type="text" id="telno" name="telno" class="input" value="${data.telno}" maxlength="100" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th"> 메일주소</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" id="eml" name="eml" class="input"
|
|
|
|
|
value="${data.eml}" maxlength="100"/>
|
|
|
|
|
<input type="text" id="eml" name="eml" class="input" value="${data.eml}" maxlength="100" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<%--<tr>
|
|
|
|
|
@ -91,47 +85,47 @@
|
|
|
|
|
<tr style="display: none;">
|
|
|
|
|
<th class="th"><span class="required">*</span> 지번 주소</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" id="lotnoAddr" name="lotnoAddr" class="input" style="width: 450px;" maxlength="320" readonly value="${data.lotnoAddr}"/>
|
|
|
|
|
<input type="text" id="lotnoMno" name="lotnoMno" class="input" style="width: 120px;" maxlength="4" readonly value="${data.lotnoMno}"/>
|
|
|
|
|
<input type="text" id="lotnoSno" name="lotnoSno" class="input" style="width: 120px;" maxlength="4" readonly value="${data.lotnoSno}"/>
|
|
|
|
|
<input type="text" id="lotnoAddr" name="lotnoAddr" class="input" style="width: 450px;" maxlength="320" readonly value="${data.lotnoAddr}" />
|
|
|
|
|
<input type="text" id="lotnoMno" name="lotnoMno" class="input" style="width: 120px;" maxlength="4" readonly value="${data.lotnoMno}" />
|
|
|
|
|
<input type="text" id="lotnoSno" name="lotnoSno" class="input" style="width: 120px;" maxlength="4" readonly value="${data.lotnoSno}" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="display: none;">
|
|
|
|
|
<th class="th"><span class="required">*</span> 도로명 주소</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" id="roadNmAddr" name="roadNmAddr" class="input" style="width: 450px;" maxlength="320" readonly value="${data.roadNmAddr}"/>
|
|
|
|
|
<input type="text" id="bldgMno" name="bldgMno" class="input" style="width: 120px;" maxlength="4" readonly value="${data.bldgMno}"/>
|
|
|
|
|
<input type="text" id="bldgSno" name="bldgSno" class="input" style="width: 120px;" maxlength="4" readonly value="${data.bldgSno}"/>
|
|
|
|
|
<input type="text" id="roadNmAddr" name="roadNmAddr" class="input" style="width: 450px;" maxlength="320" readonly value="${data.roadNmAddr}" />
|
|
|
|
|
<input type="text" id="bldgMno" name="bldgMno" class="input" style="width: 120px;" maxlength="4" readonly value="${data.bldgMno}" />
|
|
|
|
|
<input type="text" id="bldgSno" name="bldgSno" class="input" style="width: 120px;" maxlength="4" readonly value="${data.bldgSno}" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- 중요로직: sggCd(시군구 코드는 세션에서 서버가 설정) -->
|
|
|
|
|
<tr style="display: none;">
|
|
|
|
|
<th class="th"><span class="required">*</span> 행정구역코드</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" id="pbadmsZoneCd" name="pbadmsZoneCd" class="input" maxlength="10" style="width: 180px;" placeholder="예) 4128700000" readonly value="${data.pbadmsZoneCd}"/>
|
|
|
|
|
<input type="text" id="pbadmsZoneCd" name="pbadmsZoneCd" class="input" maxlength="10" style="width: 180px;" placeholder="예) 4128700000" readonly value="${data.pbadmsZoneCd}" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="display: none;">
|
|
|
|
|
<th class="th">지번 전체주소</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" id="lotnoWholAddr" name="lotnoWholAddr" class="input" maxlength="2000" readonly value="${data.lotnoWholAddr}"/>
|
|
|
|
|
<input type="text" id="lotnoWholAddr" name="lotnoWholAddr" class="input" maxlength="2000" readonly value="${data.lotnoWholAddr}" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<tr style="display: none;">
|
|
|
|
|
<th class="th">도로명 전체주소</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" id="roadNmWholAddr" name="roadNmWholAddr" class="input" maxlength="2000" readonly value="${data.roadNmWholAddr}"/>
|
|
|
|
|
<input type="text" id="roadNmWholAddr" name="roadNmWholAddr" class="input" maxlength="2000" readonly value="${data.roadNmWholAddr}" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="display: none;">
|
|
|
|
|
<th class="th">참고 주소</th>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="text" id="refAddr" name="refAddr" class="input" maxlength="320" readonly value="${data.refAddr}"/>
|
|
|
|
|
<input type="text" id="refAddr" name="refAddr" class="input" maxlength="320" readonly value="${data.refAddr}" />
|
|
|
|
|
</td>
|
|
|
|
|
<th class="th">도로명 코드</th>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="text" id="roadNmCd" name="roadNmCd" class="input" style="width: 180px;" maxlength="12" readonly value="${data.roadNmCd}"/>
|
|
|
|
|
<input type="text" id="roadNmCd" name="roadNmCd" class="input" style="width: 180px;" maxlength="12" readonly value="${data.roadNmCd}" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="display: none;">
|
|
|
|
|
@ -226,7 +220,7 @@
|
|
|
|
|
alert(response.message || '처리되었습니다.');
|
|
|
|
|
if (window.opener && window.opener.refreshOwnActList) {
|
|
|
|
|
window.opener.refreshOwnActList();
|
|
|
|
|
}else if (window.opener && window.opener.CrdnOwnrSelectPopup) {
|
|
|
|
|
} else if (window.opener && window.opener.CrdnOwnrSelectPopup) {
|
|
|
|
|
window.opener.CrdnOwnrSelectPopup.search();
|
|
|
|
|
}
|
|
|
|
|
window.close();
|
|
|
|
|
@ -243,15 +237,17 @@
|
|
|
|
|
var ownrId = $("#ownrId").val();
|
|
|
|
|
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: '/crdn/ownact/delete.ajax',
|
|
|
|
|
url: '<c:url value="/crdn/ownact/delete.ajax"/>',
|
|
|
|
|
type: 'POST',
|
|
|
|
|
data: { ownrId: ownrId },
|
|
|
|
|
data: {
|
|
|
|
|
ownrId: ownrId
|
|
|
|
|
},
|
|
|
|
|
success: function(response) {
|
|
|
|
|
if (response.success) {
|
|
|
|
|
alert(response.message || '삭제되었습니다.');
|
|
|
|
|
if (window.opener && window.opener.refreshOwnActList) {
|
|
|
|
|
window.opener.refreshOwnActList();
|
|
|
|
|
}else if (window.opener && window.opener.CrdnOwnrSelectPopup) {
|
|
|
|
|
} else if (window.opener && window.opener.CrdnOwnrSelectPopup) {
|
|
|
|
|
window.opener.CrdnOwnrSelectPopup.search();
|
|
|
|
|
}
|
|
|
|
|
window.close();
|
|
|
|
|
|