이준호 전자조정시스템 커밋
- 기일조서 참관대리인 등록 수정
This commit is contained in:
parent
916cc946e7
commit
56b90f0139
@ -441,6 +441,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function fncAddAgnt(rpplSeq) {
|
||||||
|
$('#rpplSeq').val(rpplSeq);
|
||||||
|
|
||||||
|
var pop = document.pop;
|
||||||
|
commonPopWindowopenForm("/kccadr/adjPgrMgr/drt/popup/addAgntPop.do", "750", "660", "addAgntPop", $('#pop'));
|
||||||
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -453,6 +460,7 @@
|
|||||||
<!-- 고도화로 추가됨 -->
|
<!-- 고도화로 추가됨 -->
|
||||||
<input type="hidden" id="sbmtTyCd" name="sbmtTyCd" value=""/>
|
<input type="hidden" id="sbmtTyCd" name="sbmtTyCd" value=""/>
|
||||||
|
|
||||||
|
<input type="hidden" id="rpplSeq" name="rpplSeq" />
|
||||||
</form>
|
</form>
|
||||||
<form id="dlvpop" name="dlvpop" method="post">
|
<form id="dlvpop" name="dlvpop" method="post">
|
||||||
<input type="hidden" id="adrNo" name="adrNo" value="<c:out value="${info.adrNo}" />" />
|
<input type="hidden" id="adrNo" name="adrNo" value="<c:out value="${info.adrNo}" />" />
|
||||||
@ -585,20 +593,22 @@
|
|||||||
<th>참관대리인</th>
|
<th>참관대리인</th>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach var="ass" items="${assList}">
|
<c:forEach var="ass" items="${assList}">
|
||||||
<c:choose>
|
<c:if test="${ass.assUsrTy eq '10'}">
|
||||||
<c:when test="${ass.assUsrTy=='35' && ass.isAgnt eq 'Y'}">
|
<c:choose>
|
||||||
<p>
|
<c:when test="${ass.isAgnt eq 'Y'}">
|
||||||
<c:out value="${ass.agntNm }"></c:out>
|
<p>
|
||||||
</p>
|
<c:out value="${ass.agntNm }"></c:out>
|
||||||
<select name="addAgntList" id="addAgntList" class="wid_120">
|
</p>
|
||||||
<option value="<c:out value="${ass.agntSeq }|35|Y|${ass.assSeq}"></c:out>" <c:if test="${ass.addYn=='Y' }">selected="selected"</c:if>>출석</option>
|
<select name="addAgntList" id="addAgntList" class="wid_120">
|
||||||
<option value="<c:out value="${ass.agntSeq }|35|N|${ass.assSeq}"></c:out>" <c:if test="${ass.addYn=='N' }">selected="selected"</c:if>>불출석</option>
|
<option value="<c:out value="${ass.agntSeq }|35|Y"></c:out>">출석</option>
|
||||||
</select>
|
<option value="<c:out value="${ass.agntSeq }|35|N"></c:out>">불출석</option>
|
||||||
</c:when>
|
</select>
|
||||||
<c:when test="${ass.assUsrTy=='30' && ass.isAgnt eq 'N'}">
|
</c:when>
|
||||||
<button type="button" class="btnType01 btn_change" onclick="fncAddAgnt('${ass.addUsrId}')">참관대리인등록</button>
|
<c:when test="${ass.isAgnt eq 'N'}">
|
||||||
</c:when>
|
<button type="button" class="btnType01 btn_change" onclick="fncAddAgnt('${ass.addUsrId}')">참관대리인등록</button>
|
||||||
</c:choose>
|
</c:when>
|
||||||
|
</c:choose>
|
||||||
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -636,20 +646,22 @@
|
|||||||
<th>참관대리인</th>
|
<th>참관대리인</th>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach var="ass" items="${assList}">
|
<c:forEach var="ass" items="${assList}">
|
||||||
<c:choose>
|
<c:if test="${ass.assUsrTy eq '20'}">
|
||||||
<c:when test="${ass.assUsrTy=='45' && ass.isAgnt eq 'Y'}">
|
<c:choose>
|
||||||
<p>
|
<c:when test="${ass.isAgnt eq 'Y'}">
|
||||||
<c:out value="${ass.agntNm }"></c:out>
|
<p>
|
||||||
</p>
|
<c:out value="${ass.agntNm }"></c:out>
|
||||||
<select name="addAgntList" id="addAgntList" class="wid_120">
|
</p>
|
||||||
<option value="<c:out value="${ass.agntSeq }|45|Y|${ass.assSeq}"></c:out>" <c:if test="${ass.addYn=='Y' }">selected="selected"</c:if>>출석</option>
|
<select name="addAgntList" id="addAgntList" class="wid_120">
|
||||||
<option value="<c:out value="${ass.agntSeq }|45|N|${ass.assSeq}"></c:out>" <c:if test="${ass.addYn=='N' }">selected="selected"</c:if>>불출석</option>
|
<option value="<c:out value="${ass.agntSeq }|45|Y"></c:out>">출석</option>
|
||||||
</select>
|
<option value="<c:out value="${ass.agntSeq }|45|N"></c:out>">불출석</option>
|
||||||
</c:when>
|
</select>
|
||||||
<c:when test="${ass.assUsrTy=='40' && ass.isAgnt eq 'N'}">
|
</c:when>
|
||||||
<button type="button" class="btnType01 btn_change" onclick="fncAddAgnt('${ass.addUsrId}')">참관대리인등록</button>
|
<c:when test="${ass.isAgnt eq 'N'}">
|
||||||
</c:when>
|
<button type="button" class="btnType01 btn_change" onclick="fncAddAgnt('${ass.addUsrId}')" style="height: 50px;">${ass.addUsrNm}</br>참관대리인등록</button>
|
||||||
</c:choose>
|
</c:when>
|
||||||
|
</c:choose>
|
||||||
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -864,7 +876,7 @@
|
|||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left"></div>
|
<div class="area_left"></div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<!-- <button type="button" class="btnType06" onclick="fncPrint()">출력</button> -->
|
<button type="button" class="btnType06" onclick="fncPrint()">출력</button>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${dlvCnt > 0}">
|
<c:when test="${dlvCnt > 0}">
|
||||||
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
|
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
|
||||||
|
|||||||
@ -359,21 +359,22 @@
|
|||||||
<th>참관대리인</th>
|
<th>참관대리인</th>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach var="ass" items="${assList}">
|
<c:forEach var="ass" items="${assList}">
|
||||||
<c:choose>
|
<c:if test="${ass.assUsrTy eq '10'}">
|
||||||
<c:when test="${ass.assUsrTy=='30' && ass.isAgnt eq 'Y'}">
|
<c:choose>
|
||||||
<p>
|
<c:when test="${ass.isAgnt eq 'Y'}">
|
||||||
<c:out value="${ass.agntNm }"></c:out>
|
<p>
|
||||||
</p>
|
<c:out value="${ass.agntNm }"></c:out>
|
||||||
<select name="addAgntList" id="addAgntList" class="wid_120">
|
</p>
|
||||||
<option value="<c:out value="${ass.agntSeq }|35|Y"></c:out>">출석</option>
|
<select name="addAgntList" id="addAgntList" class="wid_120">
|
||||||
<option value="<c:out value="${ass.agntSeq }|35|N"></c:out>">불출석</option>
|
<option value="<c:out value="${ass.agntSeq }|35|Y"></c:out>">출석</option>
|
||||||
</select>
|
<option value="<c:out value="${ass.agntSeq }|35|N"></c:out>">불출석</option>
|
||||||
</c:when>
|
</select>
|
||||||
<%-- <c:when test="${ass.assUsrTy=='30' && ass.isAgnt eq 'N'}"> --%>
|
</c:when>
|
||||||
<c:when test="${ass.isAgnt eq 'N'}">
|
<c:when test="${ass.isAgnt eq 'N'}">
|
||||||
<button type="button" class="btnType01 btn_change" onclick="fncAddAgnt('${ass.addUsrId}')">참관대리인등록</button>
|
<button type="button" class="btnType01 btn_change" onclick="fncAddAgnt('${ass.addUsrId}')">참관대리인등록</button>
|
||||||
</c:when>
|
</c:when>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -411,20 +412,22 @@
|
|||||||
<th>참관대리인</th>
|
<th>참관대리인</th>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach var="ass" items="${assList}">
|
<c:forEach var="ass" items="${assList}">
|
||||||
<c:choose>
|
<c:if test="${ass.assUsrTy eq '20'}">
|
||||||
<c:when test="${ass.assUsrTy=='40' && ass.isAgnt eq 'Y'}">
|
<c:choose>
|
||||||
<p>
|
<c:when test="${ass.isAgnt eq 'Y'}">
|
||||||
<c:out value="${ass.agntNm }"></c:out>
|
<p>
|
||||||
</p>
|
<c:out value="${ass.agntNm }"></c:out>
|
||||||
<select name="addAgntList" id="addAgntList" class="wid_120">
|
</p>
|
||||||
<option value="<c:out value="${ass.agntSeq }|45|Y"></c:out>">출석</option>
|
<select name="addAgntList" id="addAgntList" class="wid_120">
|
||||||
<option value="<c:out value="${ass.agntSeq }|45|N"></c:out>">불출석</option>
|
<option value="<c:out value="${ass.agntSeq }|45|Y"></c:out>">출석</option>
|
||||||
</select>
|
<option value="<c:out value="${ass.agntSeq }|45|N"></c:out>">불출석</option>
|
||||||
</c:when>
|
</select>
|
||||||
<c:when test="${ass.assUsrTy=='40' && ass.isAgnt eq 'N'}">
|
</c:when>
|
||||||
<button type="button" class="btnType01 btn_change" onclick="fncAddAgnt('${ass.addUsrId}')">참관대리인등록</button>
|
<c:when test="${ass.isAgnt eq 'N'}">
|
||||||
</c:when>
|
<button type="button" class="btnType01 btn_change" onclick="fncAddAgnt('${ass.addUsrId}')" style="height: 50px;">${ass.addUsrNm}</br>참관대리인등록</button>
|
||||||
</c:choose>
|
</c:when>
|
||||||
|
</c:choose>
|
||||||
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -139,4 +139,6 @@
|
|||||||
<auth-constraint></auth-constraint>
|
<auth-constraint></auth-constraint>
|
||||||
</security-constraint>
|
</security-constraint>
|
||||||
|
|
||||||
|
<!-- tomcat clustering setting -->
|
||||||
|
<distrubutable />
|
||||||
</web-app>
|
</web-app>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user