2022-11-23 10:56 조정진행상세 버튼 관련 작업
This commit is contained in:
parent
f867689d0f
commit
a3221061a8
@ -612,7 +612,7 @@ $(document).ready(function(){
|
||||
<div class="tab_cont on">
|
||||
<div class="btn_wrap btn_layout05">
|
||||
|
||||
new-코드 삭제 예정임/${info.statCd}/
|
||||
new button-코드 삭제 예정임/${info.statCd}/
|
||||
<div class="btn_left_box">
|
||||
<c:choose>
|
||||
|
||||
@ -1012,8 +1012,8 @@ $(document).ready(function(){
|
||||
</div>
|
||||
|
||||
|
||||
개발용 코드 노출 삭제 예정임/${info.statCd}/
|
||||
<div class="btn_left_box">
|
||||
old button-개발용 코드 노출 삭제 예정임/${info.statCd}/
|
||||
<div class="btn_left_box" style="display:none;">
|
||||
<c:choose>
|
||||
<c:when test="${info.adrNo == null || info.adrNo == ''}">
|
||||
<button type="button" class="btnType02" onclick="fncReg()">조정접수</button>
|
||||
@ -1646,7 +1646,7 @@ $(document).ready(function(){
|
||||
<button type="button" class="btnType03" onclick="fncBtnShowAll()">개발용테스트버튼보기</button>
|
||||
--%>
|
||||
</div>
|
||||
<div class="btn_right_box">
|
||||
<div class="btn_right_box" style="display:none;">
|
||||
<button type="button" class="btnType03" onclick="fncSmsSend();">문자발송</button>
|
||||
<button type="button" class="btnType03" onclick="fncGo('apm/apmList.do')">목록</button>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user