2023-04-20 15:42 전자조정 결재선 변경 요청 작업
This commit is contained in:
parent
9e61e054cc
commit
c26b41797d
@ -168,7 +168,7 @@ function fncCancelDo(p_a, p_b){
|
|||||||
<col style="width: 15%;">
|
<col style="width: 15%;">
|
||||||
<col style="width: 7%;">
|
<col style="width: 7%;">
|
||||||
-->
|
-->
|
||||||
<col style="width: 7%;">
|
<col style="width: 10%;">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -269,7 +269,8 @@ function fncCancelDo(p_a, p_b){
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<c:if test="${lastCount eq status.count}">
|
<c:if test="${lastCount eq status.count}">
|
||||||
<a href="javascript:fncCancelDo('${list.adrSeq}','${list.adrHstryMgrSeq}');">되돌리기</a>
|
<%-- <a href="javascript:fncCancelDo('${list.adrSeq}','${list.adrHstryMgrSeq}');">되돌리기</a> --%>
|
||||||
|
<button type="button" class="btnType03" onclick="fncCancelDo('${list.adrSeq}','${list.adrHstryMgrSeq}');">되돌리기</button>
|
||||||
<%-- ${list.menuId} --%>
|
<%-- ${list.menuId} --%>
|
||||||
|
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|||||||
@ -336,6 +336,8 @@ $( document ).ready(function() {
|
|||||||
$("#kccadr_sbmt").jstree("refresh");
|
$("#kccadr_sbmt").jstree("refresh");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$('#authorCodeSelect').change(function(){
|
$('#authorCodeSelect').change(function(){
|
||||||
alert("1");
|
alert("1");
|
||||||
@ -348,6 +350,12 @@ $( document ).ready(function() {
|
|||||||
|
|
||||||
//기본 데이터 로드
|
//기본 데이터 로드
|
||||||
fn_load_default();
|
fn_load_default();
|
||||||
|
|
||||||
|
//201010 삭제
|
||||||
|
if ('${AdrSbmtLineMgrUsrVO.sbmtTyCd}'=='201010'){
|
||||||
|
$('li#appreq_box_3').hide();
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
//직원 상세 초기화
|
//직원 상세 초기화
|
||||||
@ -1055,7 +1063,7 @@ function setSbmtPerson(pram){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li id="appreq_box_3">
|
||||||
<div class="title">위원장</div>
|
<div class="title">위원장</div>
|
||||||
<div class="appreq_box">
|
<div class="appreq_box">
|
||||||
<div class="add_box">
|
<div class="add_box">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user