From 0e43995a57429c58076bdc231285e237897d7467 Mon Sep 17 00:00:00 2001 From: lch Date: Thu, 3 Jun 2021 09:26:47 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B5=90=EC=9C=A1=EC=83=9D=20=EA=B0=9C?= =?UTF-8?q?=EB=B3=84=20=EB=93=B1=EB=A1=9D=20=EC=9E=91=EC=97=85(=EC=A4=91?= =?UTF-8?q?=EA=B0=84=EC=BB=A4=EB=B0=8B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Controllers/croomController.cs | 1 + BO/Views/croom/lectreg.cshtml | 295 +++++++++++++++--------------- 2 files changed, 146 insertions(+), 150 deletions(-) diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs index 26b1196..9dd8f05 100644 --- a/BO/Controllers/croomController.cs +++ b/BO/Controllers/croomController.cs @@ -14,6 +14,7 @@ namespace NP.BO.Controllers { public ActionResult lectreg(NP.Model.VMCM vm) { + vm.ComCodes = GetComCodes("typeman,typeedu,typegrade,typejob,studyplace"); vm.IsAdmin = SUserInfo.IsAdmin; vm.IsSiteAdmin = SUserInfo.IsSiteAdmin; return View(vm); diff --git a/BO/Views/croom/lectreg.cshtml b/BO/Views/croom/lectreg.cshtml index 06bf6d5..3c77136 100644 --- a/BO/Views/croom/lectreg.cshtml +++ b/BO/Views/croom/lectreg.cshtml @@ -4,10 +4,16 @@
개별등록
- +
-
+ +
+
+
+
+ +
  • @@ -15,32 +21,104 @@
-
- -
@Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "1:예;0:아니오" }, { "checked", 0 }, { "name", "ismember" } })
-
-