From 8288a6a520a5c9c6b11db85f174daa5ef3a52eeb Mon Sep 17 00:00:00 2001 From: lch Date: Wed, 9 Jun 2021 08:24:35 +0000 Subject: [PATCH] =?UTF-8?q?"=EA=B0=95=EC=A2=8C=20=EC=84=A0=ED=83=9D=20?= =?UTF-8?q?=EC=8B=9C=20=EC=B6=9C=EB=A0=A5=EB=90=98=EB=8A=94=20=EA=B0=95?= =?UTF-8?q?=EC=A2=8C=EC=A0=95=EB=B3=B4=20=EB=82=B4=EC=9A=A9=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 교육일: 강좌에 입력되어 있는 학습기간으로 표기 (2021-03-05 ~ 2021-05-01) - 강좌가 상시일 경우에만 00일로 표기 2. 현재: 교육비 부분에 회원/비회원으로 출력됨 변경: 교육비 부분에 수강료/합숙비용 이 출력되도록 " --- BO/Views/Shared/Partial/CMBox2.cshtml | 4 +++- BO/Views/croom/lectreg.cshtml | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/BO/Views/Shared/Partial/CMBox2.cshtml b/BO/Views/Shared/Partial/CMBox2.cshtml index 38c9418..6f6e36d 100644 --- a/BO/Views/Shared/Partial/CMBox2.cshtml +++ b/BO/Views/Shared/Partial/CMBox2.cshtml @@ -102,7 +102,9 @@ + r.typegrade + ":" + r.typejob + ":" + r.typejob + ":" - + r.isaccommodation + + r.isaccommodation + ":" + + r.sssetermname + ":" + + getint(r.accommofee) + "\" />" + r.rnorvt + "" + r.cmno + "" + r.pcgname + " | " + r.cgname + "" + r.tmname + "" + r.cshapename + "" + (@(issingle?1:0)== 1 ? ("[" + r.ismastername + "] " + r.cnameclassno.replace(/:/gi, '|').replace(/;/gi, '|') + ""): ("" + r.cnameclassno.replace(/:/gi, '|').replace(/;/gi, '|') + "")) + ""); diff --git a/BO/Views/croom/lectreg.cshtml b/BO/Views/croom/lectreg.cshtml index 54e4b6e..843c669 100644 --- a/BO/Views/croom/lectreg.cshtml +++ b/BO/Views/croom/lectreg.cshtml @@ -228,11 +228,11 @@ }); }); function bindCM(vs) { - var v = vs.split(':'); + var v = vs.split(':'); setv("cmno", v[0]); $("#cmname").text(v[2] + " | " + v[8] + " | " + v[1]); - $("#ssseterm").text("교육일 : " + v[9] + "일"); - $("#fee").text("교육비 : 회원 " + bindComma3(v[5]) + "원 | 비회원 " + bindComma3(v[6]) + "원"); + $("#ssseterm").text("교육일 : " + v[17]); + $("#fee").text("교육비 : 수강료 " + bindComma3(v[5]) + "원 | 합숙비용 " + bindComma3(v[18]) + "원"); $("#layertable tbody tr:gt(0)").remove(); $("#layertable tbody tr").first().attr("data-cmno", v[0]); $("th.cm,th.payamtcash,th.payamtcard,td.payamtcash,td.payamtcard").addClass("hide");