From e7177b79a070acf774fdb6b12b1660450c98c7d3 Mon Sep 17 00:00:00 2001 From: ksjihd163 Date: Thu, 28 Apr 2022 00:09:56 +0000 Subject: [PATCH] =?UTF-8?q?1.=20PMS=20NO=20:=20{=EC=9D=B4=EB=A9=94?= =?UTF-8?q?=EC=9D=BC=EC=9A=94=EC=B2=AD=EA=B1=B4}=202.=20(=EC=A3=BC?= =?UTF-8?q?=EC=9A=94)=EC=9E=91=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20{Views/c?= =?UTF-8?q?c/exelboard.cshtml}=20=20-=20=20{"=EC=97=91=EC=85=80=EB=8B=A4?= =?UTF-8?q?=EC=9A=B4=EB=A1=9C=EB=93=9C=EB=A5=BC=20=EA=B8=B0=EB=A1=9D?= =?UTF-8?q?=ED=95=9C=20=EB=B3=B4=EB=93=9C=EC=9E=85=EB=8B=88=EB=8B=A4."}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/cc/exelboard.cshtml | 90 ++++++++++++++++++++++++++++++++++++ Dao/MyBatis/Maps/System.xml | 27 +++++++++-- 2 files changed, 114 insertions(+), 3 deletions(-) create mode 100644 BO/Views/cc/exelboard.cshtml diff --git a/BO/Views/cc/exelboard.cshtml b/BO/Views/cc/exelboard.cshtml new file mode 100644 index 0000000..f109fb7 --- /dev/null +++ b/BO/Views/cc/exelboard.cshtml @@ -0,0 +1,90 @@ +@model NP.Model.VMCM +@{ + ViewBag.Title = "exelboard"; +} + + + + +
+
+ @Html.Partial("./Partial/SearchCaption") +
+
+
+ + 다운로드 기간 @Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval5) ? (DateTime?)null : Convert.ToDateTime(Model.stringval5), new ViewDataDictionary { { "name", "stringval5" } }) ~ @Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval6) ? (DateTime?)null : Convert.ToDateTime(Model.stringval6), new ViewDataDictionary { { "name", "stringval6" } }) + @Html.Partial("./Partial/Text", Model.stringval4, Helpers.DicText(new NP.Model.TextDic() { Name = "stringval4", Value = Model.stringval4, PH = "회원아이디를 입력하세요.", CssClass = "ff" })) + @Html.Partial("./Partial/Button", new NP.Model.Button() { Special = "search" }) +
+
+
+
+
+ @Html.Partial("./Partial/pagerow", new ViewDataDictionary { { "tbodyid", "tbody1" }, { "searchmethod", "submit()" }, { "pagesize", Model.pagerowcount } }) +
+
+
+ + + + + + + + + + + + + + + @foreach (var el in Model.excelloglook) + { + + + + + + + + + + + } + +
No회원번호회원아이디회원성함다운로드 시간위치IP사유
@el.edno@el.userno@el.userid@el.username@el.actiontime@el.position@el.userip@el.comment
+
+ @Html.Pager((int)Model.pagenum, 10, Model.pagerowcount, Model.pagetotalcount) +
+
+
+ @Html.Partial("./Partial/dform", Model, new ViewDataDictionary { { "preform", 1 } }) +
+ +@section scriptsHeader{ + @Html.Partial("./Partial/ScriptDate") +} +@section scripts{ + +} diff --git a/Dao/MyBatis/Maps/System.xml b/Dao/MyBatis/Maps/System.xml index 6388681..e629c3e 100644 --- a/Dao/MyBatis/Maps/System.xml +++ b/Dao/MyBatis/Maps/System.xml @@ -1349,10 +1349,31 @@ - INSERT INTO exceldownlog (userno, username, actiontime, position, comment, userip) - VALUES ( #userno#, #username#, sysdate(), #position#, #comment#, #userip#); + INSERT INTO exceldownlog (userno, userid, username, actiontime, position, comment, userip) + VALUES ( #userno#, #userid#, #username#, sysdate(), #position#, #comment#, #userip#); - + + +