<기능개선>

FO/Views/Course/ApplyEdu.cshtml
FO/Views/CRoom/Index.cshtml
FO/Views/Shared/Partial/Pay.cshtml
단순문구 변경
This commit is contained in:
kdh0120 2021-11-15 04:03:22 +00:00
parent c624e68613
commit e8b85bbe3f
3 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@
</div>
<div style="text-align:center;">
<span style="color:red;">※ 관련 규정에 의거 동시접속방지 기능으로 인해 다른 환경에서 접속 시 기존 환경에서는 로그아웃 되어 동영상 시청 진도율이 반영되지 않습니다.</span><br/>
<span style="color:red;">※ 관련 법령에 의해 일일 최대 학습시간은 학습중인 모든 과정에 대하여 10시간(10차시)이오니 일정변경에 참고하시기 바랍니다.</span>
<span style="color:red;">※ 관련 법령에 의해 일일 최대 학습시간은 학습중인 모든 과정에 대하여 10시간(10차시)니다.</span>
</div>
</div>
@if(Model.Lect.isoffabs == 1)

View File

@ -152,7 +152,7 @@
</tbody>
</table>
<p class="subDsc mt10">
<span style="color:red">※계산서 발급을 원할 경우 반드시 업체로 선택해 주세요. </span><br>
<span style="color:red">※계산서 발급을 원할 경우 반드시 업체로 선택해 주세요. (단 카드결제는 관련 법에 의해 계산서 발급불가) </span><br>
※수료증 소속부분에 기재될 내용으로 소속업체가 없으면 개인을 선택해 주세요.
</p>
</div>
@ -190,7 +190,7 @@
<div class="div-companyInfo">
<h4 class="clsTitle">회사정보 확인</h4>
<p class="subDsc">*는 필수 입력사항입니다.</p>
<p class="subDsc">계산서 발급을 원할 경우 담당자성명, 담당자연락처를 제외한 모든 사항 필수 입력을 해주세요.</p>
@*<p class="subDsc">계산서 발급을 원할 경우 담당자성명, 담당자연락처를 제외한 모든 사항 필수 입력을 해주세요.</p>*@
@Html.HiddenFor(x => x.Assign.asno)
@Html.HiddenFor(x => x.Assign.eino)
<table class="clsTable">

View File

@ -131,7 +131,7 @@
<tr class="isdvr1"><th>배송메세지</th><td><input type="text" name="PayDVR.dmemo" id="dmemo" maxlength="200" style="width:100%;" /></td></tr>
</table>
</div>
<h4 class="bskTitle">결제방법</h4>
<h4 class="bskTitle">결제방법(신용카드 선택 시 계산서 발급 불가)</h4>
<ul class="bskPay">
@if(Model.PayItems.Sum(s => s.pcnt * s.payamt) + (Model.PayItems.Where(w => w.ptype == 2).Count() > 0 ? Model.deliveramt : 0) > 0){
<li><input data-paycontext="wcard" type="radio" name="ptype" id="ptype1" value="1" checked /><label for="ptype1">신용카드</label></li>