parent
60449d647f
commit
7326d18314
@ -413,17 +413,14 @@ $(document).ready(function(){
|
||||
<form:form id="tabForm0" onsubmit="return false;" method="post">
|
||||
<input type="hidden" id="adrNo" name="adrNo" value="<c:out value="${info.adrNo}" />" />
|
||||
<div class="tab_cont on">
|
||||
|
||||
<div class="btn_wrap btn_layout03">
|
||||
<div class="btn_wrap btn_layout05">
|
||||
개발용 코드 노출 삭제 예정임/${info.statCd}/
|
||||
<div class="btn_left_box">
|
||||
<c:choose>
|
||||
<c:when test="${info.adrNo == null || info.adrNo == ''}">
|
||||
<div class="area_Right">
|
||||
<button type="button" class="btnType02" onclick="fncReg()">조정접수</button>
|
||||
</div>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<div class="area_left">
|
||||
<!-- 접수결재 요청은 조정접수(10105) 또는 접수결재반려(201090) 후 노출 -->
|
||||
<c:if test="${info.statCd== KccadrConstants.ADR_RCPT_COMP || info.statCd== KccadrConstants.ADR_RCPT_APPR_RETN}">
|
||||
<!-- <button type="button" class="btnType02" onclick="fncApp()">접수결재요청</button> -->
|
||||
@ -925,32 +922,22 @@ $(document).ready(function(){
|
||||
public static final String ADR_CLOSE_APPR_COMP = "309050"; // 종결결재완료
|
||||
|
||||
-->
|
||||
</div>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</div>
|
||||
<!-- //btn_wrap -->
|
||||
<!-- btn_wrap -->
|
||||
<div class="btn_wrap btn_layout01">
|
||||
<div class="area_left">
|
||||
<c:if test="${ojctCnt > 0}">
|
||||
<button type="button" class="btnType02" onclick="fnOjctPop()">이의신청</button>
|
||||
</c:if>
|
||||
<!-- <button type="button" class="btnType02">기일조서</button> -->
|
||||
<%--
|
||||
<button type="button" class="btnType02">기일조서</button>
|
||||
<button type="button" class="btnType02">기일조서</button>
|
||||
<button type="button" class="btnType03" onclick="fncBtnShowAll()">개발용테스트버튼보기</button>
|
||||
--%>
|
||||
</div>
|
||||
<div class="area_right">
|
||||
<div class="btn_right_box">
|
||||
<button type="button" class="btnType03" onclick="fncGo('apm/apmList.do')">목록</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="btn_wrap btn_layout01">
|
||||
<div class="area_left">
|
||||
<!-- <button type="button" class="btnType02">기일조서</button> -->
|
||||
</div>
|
||||
<!-- <div class="area_right">
|
||||
<button type="button" class="btnType03" onclick="fncBtnShowAll()">개발용테스트버튼보기</button>
|
||||
</div> -->
|
||||
</div>
|
||||
<!-- //btn_wrap -->
|
||||
|
||||
<jsp:include page="/WEB-INF/jsp/web/kccadr/kccadrCom/workFlowJsp.jsp"></jsp:include>
|
||||
|
||||
|
||||
@ -144,6 +144,12 @@ p+.list_util{width: auto;}
|
||||
|
||||
.btn_layout04{text-align: center;}
|
||||
|
||||
.btn_layout05 {position:relative;width:100%;margin:0 0 15px;}
|
||||
.btn_layout05:after {content:'';display:block;clear:both;}
|
||||
.btn_layout05 .btn_left_box {float:left;width:calc(100% - 100px);}
|
||||
.btn_layout05 .btn_left_box .btnType02 {float:left;margin:0 5px 5px 0;}
|
||||
.btn_layout05 .btn_right_box {float:right;width:100px;}
|
||||
|
||||
/* 버튼 타입 */
|
||||
.btnType01{height: 36px; padding: 0 11px; font-size: 15px; font-weight: 400; background-color: #fffaf5; color: #ea5404; border: 1px solid #ea5404; border-radius: 5px; transition: all 0.1s linear;}
|
||||
.btnType01:hover{background-color: #f6e7d5; transition: all 0.1s linear;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user