From 0bf3dbff833e75128ab52bf2ae25bb8fd9ab7e72 Mon Sep 17 00:00:00 2001 From: jity7777 Date: Mon, 5 Dec 2022 01:53:14 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=206983=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20js/mypage.js=20=20-=20msg?= =?UTF-8?q?=20=20=EB=AC=B8=EA=B5=AC=20=EB=B3=80=EA=B2=BD=20=EB=B0=8F=20?= =?UTF-8?q?=ED=91=9C=ED=98=84=20=EB=B0=A9=EC=8B=9D=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?(2)=20Views/Shared/=5FLayoutMy.cshtml=20=20-=20mypage.js=20?= =?UTF-8?q?=EB=B2=84=EC=A0=BC=20=EB=93=B1=EB=A1=9D=20(2)=20Views/Shared/?= =?UTF-8?q?=5FLayoutMyAssign.cshtml=20=20-=20mypage.js=20=EB=B2=84?= =?UTF-8?q?=EC=A0=BC=20=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Shared/_LayoutMy.cshtml | 2 +- FO/Views/Shared/_LayoutMyAssign.cshtml | 2 +- FO/js/mypage.js | 13 ++++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/FO/Views/Shared/_LayoutMy.cshtml b/FO/Views/Shared/_LayoutMy.cshtml index c61885e..f3382b8 100644 --- a/FO/Views/Shared/_LayoutMy.cshtml +++ b/FO/Views/Shared/_LayoutMy.cshtml @@ -7,7 +7,7 @@ @RenderSection("styles", required: false) @Html.Partial("./Partial/JS") @RenderSection("scriptsHeader", required: false) - + @{ diff --git a/FO/Views/Shared/_LayoutMyAssign.cshtml b/FO/Views/Shared/_LayoutMyAssign.cshtml index 0697cad..c1c7397 100644 --- a/FO/Views/Shared/_LayoutMyAssign.cshtml +++ b/FO/Views/Shared/_LayoutMyAssign.cshtml @@ -7,7 +7,7 @@ @RenderSection("styles", required: false) @Html.Partial("./Partial/JS") @RenderSection("scriptsHeader", required: false) - + @{ diff --git a/FO/js/mypage.js b/FO/js/mypage.js index 5d7b91a..388a115 100644 --- a/FO/js/mypage.js +++ b/FO/js/mypage.js @@ -65,12 +65,23 @@ $(document).ready(function () { if (complete != undefined && complete == 0) { + /* msg("해당 과정은 미 수료 상태 입니다.
" + "교육일정변경 메뉴에서 교육일정을 변경 해주세요.

" + "※ 미 수료 상태로 교육시작일 이후 1년 경과 시 교육이 취소되어 일정변경이 불가합니다.
" + "※ 확인 클릭 시 교육일정변경 메뉴로 이동합니다.", null, null, null, "location.href='" + '/My/LectureOn' + "'" ); - + */ + $("#bglayer, #layermessage").show(); + + let msg = '
해당 과정은 미수료 상태입니다.
교육일정변경 메뉴에서 교육일정을 변경 해주세요.

' + msg += '단, 수료처리일이 지나지 않은 분들은 잠시 기다려주시기 바랍니다.
' + msg += '수료처리일 : 교육종료일 다음날 오후 3시 이후 (평일기준)

※ 미 수료 상태로 교육시작일 이후 1년 경과 시 교육이 취소되어 일정변경이 불가합니다.' + msg += '
※ 확인 클릭 시 교육일정변경 메뉴로 이동합니다.
' + msg += '
취소' + msg += '확인
' + + $("#layermessage").html(msg) return false; } if (href != undefined && href != null && href.toLowerCase().indexOf("croom/index?croomlectno=") != -1) {