refactor:줄 맞춤

This commit is contained in:
hylee 2022-10-27 10:18:06 +09:00
parent 3e84a85023
commit 8d6b25958b

View File

@ -199,26 +199,6 @@ function goToEntDetailNotice(){
</table> </table>
</div> </div>
<!-- -->
<!-- -->
<!-- -->
<!-- -->
<!-- -->
<c:forEach var="prtclVO" items="${prtclMgrVO }" varStatus="status" > <c:forEach var="prtclVO" items="${prtclMgrVO }" varStatus="status" >
<p class="tb_tit">${prtclVO.adrSn }차 기일</p> <p class="tb_tit">${prtclVO.adrSn }차 기일</p>
<div class="tbType02"> <div class="tbType02">
@ -350,67 +330,6 @@ function goToEntDetailNotice(){
</div> </div>
</c:forEach> </c:forEach>
<div class="btn_wrap btn_layout01">
<div class="area_left">
<%-- <c:forEach var="result" items="${hstyList}" varStatus="status"> --%>
<%-- <c:choose> --%>
<%-- 조정사건이력(adr_hstry) stat_cd 기일통지서승인(205050)가 있으면 버튼 노출 --%>
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_APP_NTC_APPR}"> --%>
<!-- <button type="button" class="btnType02" onclick="goToDntDetailNotice('mainVO')">기일통지서 상세</button> -->
<%-- </c:when> --%>
<%-- 조정사건이력(adr_hstry) stat_cd 기일변경승인(204050)가 있으면 버튼 노출 --%>
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_APP_CHG_APPR}"> --%>
<!-- <button type="button" class="btnType02" onclick="goToDntDetailNotice('update')">기일변경통지서 상세</button> -->
<%-- </c:when> --%>
<%-- 조정사건이력(adr_hstry) stat_cd 기일조서 결재완료(302050)가 있으면 버튼 노출 --%>
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_KJOSU_APPR_COMP}"> --%>
<!-- <button type="button" class="btnType02" onclick="goToDrtDetailNotice()">기일조서 상세</button> -->
<%-- </c:when> --%>
<%-- 조정사건이력(adr_hstry) stat_cd 조정권고안 결재완료(303050)가 있으면 버튼 노출 --%>
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_KKA_APPR_COMP}"> --%>
<!-- <button type="button" class="btnType02" onclick="goToArmDetailNotice()">조정권고안 상세</button> -->
<%-- </c:when> --%>
<%-- 조정사건이력(adr_hstry) stat_cd 직권조정결정서 확인완료(306050)가 있으면 버튼 노출 --%>
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_JKKJS_APPR_COMP}"> --%>
<!-- <button type="button" class="btnType02" onclick="goToOadDetailNotice()">직권조정결정서 상세</button> -->
<%-- </c:when> --%>
<%-- 조정사건이력(adr_hstry) stat_cd 조정조서 결재완료(304050)가 있으면 버튼 노출 --%>
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_JJOSU_APPR_COMP}"> --%>
<!-- <button type="button" class="btnType02" onclick="goToDrtCtrDetailNotice()">조정조서 상세</button> -->
<%-- </c:when> --%>
<%-- 조정사건이력(adr_hstry) stat_cd 불성립종결통보서 결재완료(307050)가 있으면 버튼 노출 --%>
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_BSRTBS_APPR_COMP}"> --%>
<!-- <button type="button" class="btnType02" onclick="goToCrtDetailNotice()">불성립종결통보서 상세</button> -->
<%-- </c:when> --%>
<%-- 조정사건이력(adr_hstry) stat_cd 취하종결통보서 결재완료(305050)가 있으면 버튼 노출 --%>
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_CNCLTBS_APPR_COMP}"> --%>
<!-- <button type="button" class="btnType02" onclick="goToEntDetailNotice()">취하종결통보서 상세</button> -->
<%-- </c:when> --%>
<%-- <c:otherwise> --%>
<%-- </c:otherwise> --%>
<%-- </c:choose> --%>
<%-- </c:forEach> --%>
<%--
<button type="button" class="btnType02" onclick="goToDntDetailNotice('mainVO')">기일통지서 상세</button>
<button type="button" class="btnType02" onclick="goToDntDetailNotice('update')">기일변경통지서 상세</button>
<button type="button" class="btnType02" onclick="goToDrtDetailNotice()">기일조서 상세</button>
<button type="button" class="btnType02" onclick="goToArmDetailNotice()">조정권고안 상세</button>
<button type="button" class="btnType02" onclick="goToOadDetailNotice()">직권조정결정서 상세</button>
<button type="button" class="btnType02" onclick="goToDrtCtrDetailNotice()">조정조서 상세</button>
<button type="button" class="btnType02" onclick="goToCrtDetailNotice()">불성립종결통보서 상세</button>
<button type="button" class="btnType02" onclick="goToEntDetailNotice()">취하종결통보서 상세</button>
--%>
</div>
<div class="area_right"> <div class="area_right">
<button type="button" class="btnType03" onclick="fncGoList(); return false;">목록</button> <button type="button" class="btnType03" onclick="fncGoList(); return false;">목록</button>
</div> </div>