2025-09-26 16:19 의뢰취소 처리
This commit is contained in:
parent
429edb7702
commit
f5c04d4285
@ -285,6 +285,7 @@
|
||||
|
||||
// 교육상태가 대기/ 연기 인지 확인
|
||||
// 그 외에 값이면 loop 나온 뒤 경고 alert 실행 후 function 종료
|
||||
/*제한없이
|
||||
if($(this).data('eduinfo') != 10
|
||||
&& $(this).data('eduinfo') != 50
|
||||
&& $(this).data('eduinfo') != ''
|
||||
@ -292,6 +293,7 @@
|
||||
chk = true;
|
||||
return;
|
||||
}
|
||||
*/
|
||||
});
|
||||
|
||||
if(chk){
|
||||
@ -685,7 +687,7 @@
|
||||
<div class="btn_center">
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
<button type="button" class="btn_type04 btn fill lightblue" onclick="fn_updateCancelReqStatus(10, 10); return false;">의뢰취소복구</button>
|
||||
<button type="button" class="btn_type04 btn fill lightblue" onclick="fn_updateCancelReqStatus('', 15); return false;">의뢰취소복구</button>
|
||||
<button type="button" class="btn_type05 btn line red" onclick="fn_updateReqStatus(60, 40); return false;">의뢰취소</button>
|
||||
<!-- <button type="button" class="btn_type02" onclick="fn_eduAsgnm(); return false;">교육배정</button> -->
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user