diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs index fc9e340..7cc8a8d 100644 --- a/BO/Controllers/croomController.cs +++ b/BO/Controllers/croomController.cs @@ -621,6 +621,7 @@ namespace NP.BO.Controllers if (searchCheck) { vm.Lects = Dao.Get("grade.lectgradesToAll", new System.Collections.Hashtable() { { "cmno", vm.CM.cmno }, { "ustatus", 1 }, { "isrebate", vm.addstringval }, { "iscomplete", vm.addstringval2 }, { "cmisno", vm.addstringval3 }, { "ispasss", vm.addstringval4 }, { "ispassa", vm.addstringval5 }, { "ispassex", vm.addstringval6 }, { "usernameid", vm.addstringval7 }, { "orderby", "ua.asname,ua.asno,u.username" } }); + //vm.Lects = Dao.Get("grade.lectgrades", new System.Collections.Hashtable() { { "cmno", vm.CM.cmno }, { "ustatus", 1 }, { "isrebate", vm.addstringval }, { "iscomplete", vm.addstringval2 }, { "cmisno", vm.addstringval3 }, { "ispasss", vm.addstringval4 }, { "ispassa", vm.addstringval5 }, { "ispassex", vm.addstringval6 }, { "usernameid", vm.addstringval7 }, { "orderby", "ua.asname,ua.asno,u.username" } }); } else { diff --git a/BO/Views/Shared/Partial/ScdScript.cshtml b/BO/Views/Shared/Partial/ScdScript.cshtml index 4b463d0..daa95f3 100644 --- a/BO/Views/Shared/Partial/ScdScript.cshtml +++ b/BO/Views/Shared/Partial/ScdScript.cshtml @@ -5,13 +5,15 @@ overflow-y: auto; } - \ No newline at end of file + + function setCmisno() { + switch (scdReturnType) { + case "ur": + $("#lect_" + selectedLectno + "_cmisno").data("cmisno", selectedCmisno) + break; + default: + break; + } + } + \ No newline at end of file diff --git a/BO/Views/cm/cmregeduschedule.cshtml b/BO/Views/cm/cmregeduschedule.cshtml index 115e4fc..af2605c 100644 --- a/BO/Views/cm/cmregeduschedule.cshtml +++ b/BO/Views/cm/cmregeduschedule.cshtml @@ -207,7 +207,6 @@ $(".troff").show(); $(".idoff").show(); } - }); function save() { diff --git a/BO/Views/croom/cmlects.cshtml b/BO/Views/croom/cmlects.cshtml index 87e6e28..2b8d7eb 100644 --- a/BO/Views/croom/cmlects.cshtml +++ b/BO/Views/croom/cmlects.cshtml @@ -311,6 +311,8 @@ submit(); } }); + + scdallCheck = true; setScd2(@Model.CM.cmno); }); function leave() { diff --git a/BO/Views/croom/completions.cshtml b/BO/Views/croom/completions.cshtml index e1bb210..a056aac 100644 --- a/BO/Views/croom/completions.cshtml +++ b/BO/Views/croom/completions.cshtml @@ -101,9 +101,9 @@
- @* 엑셀다운로드*@ + @* 엑셀다운로드*@ 엑셀다운로드 -

+
@Html.Partial("./Partial/pagerow", new ViewDataDictionary { { "tbodyid", "tbody1" }, { "searchmethod", "submit()" }, { "pagesize", Model.pagerowcount } })
@@ -396,11 +396,25 @@ 수정 + +
+

교육일정변경닫기

+
    + +
    + @Html.Partial("./Partial/AssignBox2", "bindAssign;고객사 검색;1") -@Html.Partial("./Partial/CMScdBox2", "bindCMScd;교육일정선택;1") +@*@Html.Partial("./Partial/CMScdBox2", "bindCMScd;교육일정선택;1")*@ +@Html.Partial("./Partial/ScdScript", "bindCMScd;교육일정선택;1") @section scriptsHeader{ @Html.Partial("./Partial/ScriptDate") @Html.Partial("./Partial/ScriptPost") @@ -409,17 +423,33 @@ @section scripts{