Merge branch 'tolag3'

This commit is contained in:
LJH 2022-12-06 15:41:48 +09:00
commit 645feb8e9f
11 changed files with 17 additions and 12 deletions

View File

@ -367,6 +367,9 @@ function authorChange(obj) {
} }
} }
</script> </script>
<style>
.tbType02 .radio_wrap input[type=radio] + label {margin-right:15px;}
</style>
</head> </head>
<body> <body>
<%-- <form:form commandName="userManageVO" action="${pageContext.request.contextPath}/uss/umt/user/EgovUserSelectUpdt.do" name="userManageVO" method="post" enctype="multipart/form-data"> --%> <%-- <form:form commandName="userManageVO" action="${pageContext.request.contextPath}/uss/umt/user/EgovUserSelectUpdt.do" name="userManageVO" method="post" enctype="multipart/form-data"> --%>

View File

@ -527,7 +527,7 @@
<tr> <tr>
<th>송달서류선택</th> <th>송달서류선택</th>
<td colspan="3"> <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> </td>
</tr> </tr>
<tr> <tr>

View File

@ -386,7 +386,7 @@ $(document).ready(function() {
<tr> <tr>
<th>송달서류선택</th> <th>송달서류선택</th>
<td colspan="3"> <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> </td>
</tr> </tr>
<tr> <tr>

View File

@ -628,7 +628,7 @@
<tr> <tr>
<th>송달서류선택</th> <th>송달서류선택</th>
<td colspan="3"> <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> </td>
</tr> </tr>
<tr> <tr>

View File

@ -443,7 +443,7 @@
<tr> <tr>
<th>송달서류선택</th> <th>송달서류선택</th>
<td colspan="3"> <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> </td>
</tr> </tr>
<tr> <tr>

View File

@ -37,8 +37,10 @@
window.close(); window.close();
} }
function selectDlvInfo(regNm,dlvrySeq) { function selectDlvInfo(regNm, dlvrySeq, dlvryDocTyTxt) {
opener.parent.document.getElementById("dlvrySelect").innerHTML = regNm + "/" + dlvrySeq; /* 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; opener.parent.document.dlvpop.dlvrySeq.value = dlvrySeq;
window.close(); window.close();
} }
@ -123,7 +125,7 @@
<c:out value="${item.rpplNm}" /> <c:out value="${item.rpplNm}" />
</td> </td>
<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}" /> <c:out value="${item.regNm}" />
</a> </a>
</td> </td>

View File

@ -599,7 +599,7 @@
<tr> <tr>
<th>송달서류선택</th> <th>송달서류선택</th>
<td colspan="3"> <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> </td>
</tr> </tr>
<tr> <tr>

View File

@ -790,7 +790,7 @@
<tr> <tr>
<th>송달서류선택</th> <th>송달서류선택</th>
<td colspan="3"> <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> </td>
</tr> </tr>
<tr> <tr>

View File

@ -610,7 +610,7 @@
<tr> <tr>
<th>송달서류선택</th> <th>송달서류선택</th>
<td colspan="3"> <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> </td>
</tr> </tr>
<tr> <tr>

View File

@ -451,7 +451,7 @@
<tr> <tr>
<th>송달서류선택</th> <th>송달서류선택</th>
<td colspan="3"> <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> </td>
</tr> </tr>
<tr> <tr>

View File

@ -522,7 +522,7 @@
<tr> <tr>
<th>송달서류선택</th> <th>송달서류선택</th>
<td colspan="3"> <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> </td>
</tr> </tr>
<tr> <tr>