From 82002ded512cb6ee0d4859c9f9675b92db1d7f88 Mon Sep 17 00:00:00 2001 From: hyunho Date: Mon, 22 Mar 2021 05:15:48 +0000 Subject: [PATCH] --- BO/Controllers/croomController.cs | 4 + BO/Views/Shared/Partial/ScriptPost.cshtml | 3 +- BO/Views/croom/asrpop.cshtml | 3 + BO/Views/croom/cmlects.cshtml | 17 ++- BO/Views/croom/cmstandbylects.cshtml | 138 ++++++++++++++++++---- 5 files changed, 135 insertions(+), 30 deletions(-) diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs index b6a5264..2860990 100644 --- a/BO/Controllers/croomController.cs +++ b/BO/Controllers/croomController.cs @@ -270,9 +270,13 @@ namespace NP.BO.Controllers default: break; } + ht.Remove("searchtext"); + ht.Add("searchtext", vm.addstringval5); vm.Lects = Dao.Get("lect.lects", ht); vm.pagetotalcount = GetCount(vm.Lects.FirstOrDefault()); + vm.ComCodes = GetComCodes("typeman,typeedu,typegrade,typejob"); + return View(vm); } public ActionResult cmlectattprint(VMCM vm) diff --git a/BO/Views/Shared/Partial/ScriptPost.cshtml b/BO/Views/Shared/Partial/ScriptPost.cshtml index b4fddce..4a6d92a 100644 --- a/BO/Views/Shared/Partial/ScriptPost.cshtml +++ b/BO/Views/Shared/Partial/ScriptPost.cshtml @@ -1,4 +1,5 @@ - +@**@ + }