2025-10-29 12:43 대상자 등록 버튼 수정
This commit is contained in:
parent
19d4ed766d
commit
73017623c1
@ -680,7 +680,8 @@
|
||||
|
||||
<div class="btn_wrap btn_layout02">
|
||||
<div class="btn_left">
|
||||
<button type="button" class="btn_type04 btn btn_upload_excel lg" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
||||
<button type="button" class="btn_type04 btn btn_upload_excel lg" onclick="fn_excel_upload(); return false;">대상자등록(엑셀 대량 업로드)</button>
|
||||
<button type="button" class="btn_type01 btn fill blue" onclick="fncCreate(); return false;">대상자등록</button>
|
||||
</div>
|
||||
<div class="btn_center">
|
||||
</div>
|
||||
@ -689,7 +690,7 @@
|
||||
<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> -->
|
||||
|
||||
<button type="button" class="btn_type01 btn fill blue" onclick="fncCreate(); return false;">등록</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -674,7 +674,7 @@
|
||||
<p>엑셀 다운로드</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<button type="button" class="btn_type08 btn_down_excel" onclick="fncExcel();">엑셀 다운로드</button>
|
||||
<button type="button" class="btn_type08 btn_down_excel" onclick="fncExcel();">대상자 엑셀 다운로드</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -682,7 +682,8 @@
|
||||
|
||||
<div class="btn_wrap btn_layout02">
|
||||
<div class="btn_left">
|
||||
<button type="button" class="btn_type04 btn btn_upload_excel lg" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
||||
<button type="button" class="btn_type04 btn btn_upload_excel lg" onclick="fn_excel_upload(); return false;">대상자등록(엑셀 대량 업로드)</button>
|
||||
<button type="button" class="btn_type01 btn fill blue" onclick="fncCreate(); return false;">대상자등록</button>
|
||||
</div>
|
||||
<div class="btn_center">
|
||||
</div>
|
||||
@ -691,7 +692,7 @@
|
||||
<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> -->
|
||||
|
||||
<button type="button" class="btn_type01 btn fill blue" onclick="fncCreate(); return false;">등록</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user