<기능개선>

통합테스트목록 - {519}
FO/Views/Course/ApplyEdu.cshtml
교육신청화면 문구 추가
This commit is contained in:
kdh0120 2021-11-09 23:53:30 +00:00
parent 641dc5084a
commit 11852bce8e
1 changed files with 9 additions and 5 deletions

View File

@ -86,9 +86,13 @@
@if (Model.CM.cshape == 2 && Model.CM.applicableCM == "정상접수")
{
<div>
<h4 class="clsTitle">교육종료일 선택 <span style="font-size:12pt; font-weight:400;">&nbsp;&nbsp;&nbsp;※ 교육종료일까지 수료조건을 만족하시면 교육수료가 됩니다.</span></h4>
@*<select id="selMonth">
<div>
<h4 class="clsTitle">교육종료일 선택 </h4>
<p style="margin-bottom: 30px; color:red;">
※ 원하는 교육종료일(수료일자)를 선택해 주세요.<br>
※ 수료일자 까지 수료조건을 만족하시면 그 다음날 오후 3시 이후에 수료증 출력이 가능합니다.
</p>
@*<select id="selMonth">
@for (int i = 1; i <= 12; i++)
{
<option @(DateTime.Now.Month == i ? "selected" : "") value="@(i)">@(i)월</option>
@ -96,8 +100,8 @@
</select>
<span>&nbsp;&nbsp;&nbsp;※원하는 수료일자(월)을 선택하세요. 지정하신 일자가 수료일자가 됩니다.</span>
<br /><br />*@
<ul id="ulScd"></ul>
</div>
<ul id="ulScd"></ul>
</div>
}
@if ((Model.CM.cshape == 1 || Model.CM.cshape == 2) && Model.CM.isaccommodation == 1)