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: 7%;">
|
||||
-->
|
||||
<col style="width: 7%;">
|
||||
<col style="width: 10%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -269,7 +269,8 @@ function fncCancelDo(p_a, p_b){
|
||||
|
||||
<p>
|
||||
<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} --%>
|
||||
|
||||
</c:if>
|
||||
|
||||
@ -336,6 +336,8 @@ $( document ).ready(function() {
|
||||
$("#kccadr_sbmt").jstree("refresh");
|
||||
});
|
||||
|
||||
|
||||
|
||||
/*
|
||||
$('#authorCodeSelect').change(function(){
|
||||
alert("1");
|
||||
@ -348,6 +350,12 @@ $( document ).ready(function() {
|
||||
|
||||
//기본 데이터 로드
|
||||
fn_load_default();
|
||||
|
||||
//201010 삭제
|
||||
if ('${AdrSbmtLineMgrUsrVO.sbmtTyCd}'=='201010'){
|
||||
$('li#appreq_box_3').hide();
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
//직원 상세 초기화
|
||||
@ -1055,7 +1063,7 @@ function setSbmtPerson(pram){
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<li id="appreq_box_3">
|
||||
<div class="title">위원장</div>
|
||||
<div class="appreq_box">
|
||||
<div class="add_box">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user