From edecf0e079b3d69a9daa4a605904c6815408e67f Mon Sep 17 00:00:00 2001 From: lch Date: Tue, 4 May 2021 01:24:04 +0000 Subject: [PATCH] =?UTF-8?q?=EB=92=A4=EB=A1=9C=EA=B0=80=EA=B8=B0=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Course/ApplyEdu.cshtml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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));