From f838f54d083e549ba4c82fc00d51f939724d7688 Mon Sep 17 00:00:00 2001 From: KimHanJin Date: Fri, 2 Jan 2026 17:32:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80=EA=B0=9C=EB=B0=9C01/02=5F9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/cm/cmregex.cshtml | 8 +++++++- FO/Views/CRoom/EstimationExam.cshtml | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/BO/Views/cm/cmregex.cshtml b/BO/Views/cm/cmregex.cshtml index 6343ab2..b1ee791 100644 --- a/BO/Views/cm/cmregex.cshtml +++ b/BO/Views/cm/cmregex.cshtml @@ -67,7 +67,13 @@
-
@Html.TextBoxFor(m => m.CMEX.econdition, new { @Value = (Model.CMEX.econdition == 0 ? 90 : Model.CMEX.econdition), @class = "form-control disp-init int nocomma text-center", @maxlength = "3", @style = "width: 80px;", @Name = "vm.CMEX.econdition" }) % 이상
+
+ @if (Model.CMEX.exno > 0) { + @Html.TextBoxFor(m => m.CMEX.econdition, new { @Value = Model.CMEX.econdition, @class = "form-control disp-init int nocomma text-center", @maxlength = "3", @style = "width: 80px;", @Name = "vm.CMEX.econdition" }) % 이상 + } else { + @Html.TextBoxFor(m => m.CMEX.econdition, new { @Value = (Model.CMEX.econdition == 0 ? 90 : Model.CMEX.econdition), @class = "form-control disp-init int nocomma text-center", @maxlength = "3", @style = "width: 80px;", @Name = "vm.CMEX.econdition" }) % 이상 + } +
diff --git a/FO/Views/CRoom/EstimationExam.cshtml b/FO/Views/CRoom/EstimationExam.cshtml index cfc403a..7e7f4c0 100644 --- a/FO/Views/CRoom/EstimationExam.cshtml +++ b/FO/Views/CRoom/EstimationExam.cshtml @@ -3,9 +3,9 @@ string exDate = ""; if (Model.LectEX.scdcmisno > 0) { - exDate = Model.LectEX.lectcdt.ToString("yyyy-MM-dd 00:00") + " ~ " + (Model.LectEX.testedate != null ? Convert.ToDateTime(Model.LectEX.testedate).ToString("yyyy-MM-dd hh:mm") : "") + "까지(진도율 " + Model.LectEX.econdition + "%이상 응시가능)"; + exDate = Model.LectEX.lectcdt.ToString("yyyy-MM-dd 00:00") + " ~ " + (Model.LectEX.testedate != null ? Convert.ToDateTime(Model.LectEX.testedate).ToString("yyyy-MM-dd HH:mm") : "") + "까지(진도율 " + Model.LectEX.econdition + "%이상 응시가능)"; } else { - exDate = Model.LectEX.lectcdt.ToString("yyyy-MM-dd 00:00") + " ~ " + Model.LectEX.edate.Value.ToString("yyyy-MM-dd hh:mm") + "까지(진도율 " + Model.LectEX.econdition + "%이상 응시가능)"; + exDate = Model.LectEX.lectcdt.ToString("yyyy-MM-dd 00:00") + " ~ " + Model.LectEX.edate.Value.ToString("yyyy-MM-dd HH:mm") + "까지(진도율 " + Model.LectEX.econdition + "%이상 응시가능)"; } }

시험안내