diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml index 949454d..c5427d1 100644 --- a/FO/Views/Course/ApplyEdu.cshtml +++ b/FO/Views/Course/ApplyEdu.cshtml @@ -2,6 +2,14 @@ @{ var isallday = Model.CM.retimeymd == "2099-12-31" ? true : false; } +
+ @*법정교육/기타교육*@ + @*교육유형*@ + @*기술인분류*@ + @*교육목적*@ + @*등급*@ + @*직무분야*@ +
@*강좌번호*@ @*법정교육/기타교육*@ @@ -351,6 +359,7 @@ {
  • 수강대기 신청
  • } +
  • 뒤로가기
  • @@ -401,6 +410,10 @@ boxassignview(); } }); + + $("#btnback").on("click", function () { + $("#backForm").submit(); + }); }); function initControl() { $("#spninfee").html(bindComma(@Model.CM.infee));