Merge branch 'tolag3'
This commit is contained in:
commit
645feb8e9f
@ -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"> --%>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user