diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs index 19d1043..56608ee 100644 --- a/BO/Controllers/croomController.cs +++ b/BO/Controllers/croomController.cs @@ -1410,8 +1410,14 @@ namespace NP.BO.Controllers ht.Add("typeman", vm.stringval5); ht.Add("studyplace", vm.stringval6); ht.Add("typejob", vm.stringval7); - ht.Add("scompletetime", vm.stringval8); - ht.Add("ecompletetime", vm.stringval9); + // 교육기간 + //ht.Add("scompletetime", vm.stringval8); + //ht.Add("ecompletetime", vm.stringval9); + + // 교육종료일 + ht.Add("edate1", vm.stringval8); + ht.Add("edate2", vm.stringval9); + ht.Add("typegrade", vm.stringval10); ht.Add("typeedu", vm.stringval11); diff --git a/BO/Views/croom/completions.cshtml b/BO/Views/croom/completions.cshtml index c981308..2a1f054 100644 --- a/BO/Views/croom/completions.cshtml +++ b/BO/Views/croom/completions.cshtml @@ -63,7 +63,7 @@ - 학습기간 + 교육종료일
@Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval8) ? (DateTime?)null : Convert.ToDateTime(Model.stringval8), new ViewDataDictionary { { "name", "stringval8" } }) ~ diff --git a/BO/Views/croom/gradeall.cshtml b/BO/Views/croom/gradeall.cshtml index 025f477..359f26d 100644 --- a/BO/Views/croom/gradeall.cshtml +++ b/BO/Views/croom/gradeall.cshtml @@ -142,6 +142,9 @@ } @Html.Partial(callpage, Model) + @section styles{