Merge branch 'tolag3'
Conflicts: src/main/java/kcc/kccadr/adjReqMgrPast/web/AdjReqMgrPastController.java
This commit is contained in:
commit
7b90490b38
@ -150,12 +150,12 @@ public class AdjReqMgrPastController {
|
||||
model.addAttribute("adrVO", adjReqMgrPastVO);
|
||||
}
|
||||
|
||||
|
||||
model.addAttribute("prtclSize", adjReqMgrPastService.selectAdrPrtclMgrPastList(adjReqMgrPastVO).size());
|
||||
// 조정부 / 조사관 정보
|
||||
model.addAttribute("memAss", adjReqMgrPastService.selectMemAss(adjReqMgrPastVO));
|
||||
model.addAttribute("reqPerTotCnt", reqPerTotCnt);
|
||||
|
||||
if(StringUtil.isNotEmpty(adjReqMgrPastVO.getAdrSeq())) {
|
||||
model.addAttribute("prtclSize", adjReqMgrPastService.selectAdrPrtclMgrPastList(adjReqMgrPastVO).size());
|
||||
// 조정부 / 조사관 정보
|
||||
model.addAttribute("memAss", adjReqMgrPastService.selectMemAss(adjReqMgrPastVO));
|
||||
model.addAttribute("reqPerTotCnt", reqPerTotCnt);
|
||||
}
|
||||
|
||||
return "kccadr/adjReqMgrPast/adjReqMgrPastBasicRegist";
|
||||
}
|
||||
|
||||
@ -223,7 +223,7 @@
|
||||
}
|
||||
|
||||
function sendDlvInfoUrlPop() {
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '800', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '1300', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -171,7 +171,7 @@ $(document).ready(function() {
|
||||
}
|
||||
|
||||
function sendDlvInfoUrlPop() {
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '800', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '1300', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
}
|
||||
|
||||
function sendDlvInfo() {
|
||||
|
||||
@ -313,7 +313,7 @@
|
||||
}
|
||||
|
||||
function sendDlvInfoUrlPop() {
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '800', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '1300', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -217,7 +217,7 @@
|
||||
}
|
||||
|
||||
function sendDlvInfoUrlPop() {
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '800', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '1300', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
}
|
||||
|
||||
function sendDlvInfo() {
|
||||
|
||||
@ -41,7 +41,12 @@
|
||||
opener.parent.document.getElementById("dlvrySelect").innerHTML = regNm + "/" + dlvrySeq;
|
||||
opener.parent.document.dlvpop.dlvrySeq.value = dlvrySeq;
|
||||
window.close();
|
||||
}
|
||||
}
|
||||
|
||||
//송달정보 조회
|
||||
function fnPostChk(regNm){
|
||||
commonPopWindowopenForm("/web/kccadr/kccadrCom/postCheckLink.do?sid=" + regNm, "1200", "1000", "postChkPop", $('#listForm'));
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
@ -65,13 +70,14 @@
|
||||
<table>
|
||||
<caption>송달정보 목록 : 송달일자, 조정번호, 구분, 당사자, 등기번호, 송달서류, 발송일, 송달일</caption>
|
||||
<colgroup>
|
||||
<col style="width: 10%;">
|
||||
<col style="width: 18%;">
|
||||
<col style="width: 10%;">
|
||||
<col style="width: 10%;">
|
||||
<col style="width: 18%;">
|
||||
<col style="width: 10%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 16%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 12%;">
|
||||
<col style="width: 18%;">
|
||||
<col style="width: 10%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 12%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
@ -96,6 +102,9 @@
|
||||
송달완료일자
|
||||
<!-- <button class="sort btn_sort" id="sort_recDeDay">▲</button> -->
|
||||
</th>
|
||||
<th>
|
||||
송달조회
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -127,7 +136,9 @@
|
||||
<td>
|
||||
<c:out value="${item.recDeDay}" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<button type="button" class="btnType03" onclick="fnPostChk('<c:out value="${item.regNm}" />');">송달조회</button>
|
||||
</td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
<c:if test="${empty list}">
|
||||
@ -140,6 +151,10 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- <div class="btn_wrap btn_layout02">
|
||||
<button type="button" class="btnType03" onclick="fnPostChk();">송달조회</button>
|
||||
</div> -->
|
||||
<!-- //list -->
|
||||
<!-- 페이지 네비게이션 시작 -->
|
||||
<c:if test="${!empty list}">
|
||||
|
||||
@ -307,7 +307,7 @@
|
||||
}
|
||||
|
||||
function sendDlvInfoUrlPop() {
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '800', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '900', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
}
|
||||
|
||||
function sendDlvInfo() {
|
||||
|
||||
@ -62,8 +62,8 @@
|
||||
oz.sendToActionScript("pdf.fontembedding", "true");
|
||||
oz.sendToActionScript("pdf.fontembedding_subset", "true");
|
||||
|
||||
oz.sendToActionScript("print.externalmodule","oz.viewer.export.OZAppletPrintBarcode_MarkAny");
|
||||
oz.sendToActionScript("connection.extraparam","PropertiesFilePath=%OZCONF%/ozmarkany.properties,UserPassword=a,PdfCreator=MarkAny");
|
||||
// oz.sendToActionScript("print.externalmodule","oz.viewer.export.OZAppletPrintBarcode_MarkAny");
|
||||
// oz.sendToActionScript("connection.extraparam","PropertiesFilePath=%OZCONF%/ozmarkany.properties,UserPassword=a,PdfCreator=MarkAny");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -287,7 +287,7 @@
|
||||
}
|
||||
|
||||
function sendDlvInfoUrlPop() {
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '800', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '1300', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
}
|
||||
|
||||
function sendDlvInfo() {
|
||||
|
||||
@ -288,7 +288,7 @@
|
||||
}
|
||||
|
||||
function sendDlvInfoUrlPop() {
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '800', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '1300', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
}
|
||||
|
||||
function sendDlvInfo() {
|
||||
|
||||
@ -155,7 +155,7 @@
|
||||
}
|
||||
|
||||
function sendDlvInfoUrlPop() {
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '800', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '1300', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -229,7 +229,7 @@
|
||||
}
|
||||
|
||||
function sendDlvInfoUrlPop() {
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '800', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoUrlPop.do", '1300', '600', "dlvInfoUrlPop", $('#dlvpop'));
|
||||
}
|
||||
|
||||
function sendDlvInfo() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user