이준호 전자조정시스템 고도화
- 송달 문서 조회 수정
This commit is contained in:
parent
7b90490b38
commit
b2c5bd90aa
@ -367,6 +367,9 @@ function authorChange(obj) {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
.tbType02 .radio_wrap input[type=radio] + label {margin-right:15px;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<%-- <form:form commandName="userManageVO" action="${pageContext.request.contextPath}/uss/umt/user/EgovUserSelectUpdt.do" name="userManageVO" method="post" enctype="multipart/form-data"> --%>
|
||||
|
||||
@ -527,7 +527,7 @@
|
||||
<tr>
|
||||
<th>송달서류선택</th>
|
||||
<td colspan="3">
|
||||
<button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button><span id="dlvrySelect"></span>
|
||||
<span id="dlvrySelect"></span><button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -386,7 +386,7 @@ $(document).ready(function() {
|
||||
<tr>
|
||||
<th>송달서류선택</th>
|
||||
<td colspan="3">
|
||||
<button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button><span id="dlvrySelect"></span>
|
||||
<span id="dlvrySelect"></span><button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -628,7 +628,7 @@
|
||||
<tr>
|
||||
<th>송달서류선택</th>
|
||||
<td colspan="3">
|
||||
<button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button><span id="dlvrySelect"></span>
|
||||
<span id="dlvrySelect"></span><button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -443,7 +443,7 @@
|
||||
<tr>
|
||||
<th>송달서류선택</th>
|
||||
<td colspan="3">
|
||||
<button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button><span id="dlvrySelect"></span>
|
||||
<span id="dlvrySelect"></span><button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -37,8 +37,10 @@
|
||||
window.close();
|
||||
}
|
||||
|
||||
function selectDlvInfo(regNm,dlvrySeq) {
|
||||
opener.parent.document.getElementById("dlvrySelect").innerHTML = regNm + "/" + dlvrySeq;
|
||||
function selectDlvInfo(regNm, dlvrySeq, dlvryDocTyTxt) {
|
||||
/* opener.parent.document.getElementById("dlvrySelect").innerHTML = regNm + "/" + dlvrySeq; */
|
||||
opener.parent.document.getElementById("urlPopButton").style.visibility = 'hidden'
|
||||
opener.parent.document.getElementById("dlvrySelect").innerHTML = "문서구분 : " + dlvryDocTyTxt + "</br> 등기번호 : " + regNm;
|
||||
opener.parent.document.dlvpop.dlvrySeq.value = dlvrySeq;
|
||||
window.close();
|
||||
}
|
||||
@ -123,7 +125,7 @@
|
||||
<c:out value="${item.rpplNm}" />
|
||||
</td>
|
||||
<td>
|
||||
<a href="#none" onclick="selectDlvInfo('${item.regNm}','${item.dlvrySeq}');">
|
||||
<a href="#none" onclick="selectDlvInfo('${item.regNm}','${item.dlvrySeq}', '${item.dlvryDocTyTxt}');">
|
||||
<c:out value="${item.regNm}" />
|
||||
</a>
|
||||
</td>
|
||||
|
||||
@ -599,7 +599,7 @@
|
||||
<tr>
|
||||
<th>송달서류선택</th>
|
||||
<td colspan="3">
|
||||
<button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button><span id="dlvrySelect"></span>
|
||||
<span id="dlvrySelect"></span><button type="button" class="btnType02" id="urlPopButton" onclick="sendDlvInfoUrlPop();">송달서류선택</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -790,7 +790,7 @@
|
||||
<tr>
|
||||
<th>송달서류선택</th>
|
||||
<td colspan="3">
|
||||
<button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button><span id="dlvrySelect"></span>
|
||||
<span id="dlvrySelect"></span><button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -610,7 +610,7 @@
|
||||
<tr>
|
||||
<th>송달서류선택</th>
|
||||
<td colspan="3">
|
||||
<button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button><span id="dlvrySelect"></span>
|
||||
<span id="dlvrySelect"></span><button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -451,7 +451,7 @@
|
||||
<tr>
|
||||
<th>송달서류선택</th>
|
||||
<td colspan="3">
|
||||
<button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button><span id="dlvrySelect"></span>
|
||||
<span id="dlvrySelect"></span><button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -522,7 +522,7 @@
|
||||
<tr>
|
||||
<th>송달서류선택</th>
|
||||
<td colspan="3">
|
||||
<button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button><span id="dlvrySelect"></span>
|
||||
<span id="dlvrySelect"></span><button type="button" class="btnType02" onclick="sendDlvInfoUrlPop();">송달서류선택</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user