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");