From a8bebbd591b2720704ae436aa48b4033d588392e Mon Sep 17 00:00:00 2001 From: gzs <2313988263@qq.com> Date: Wed, 18 Dec 2024 01:06:57 +0800 Subject: [PATCH] gzs --- src/webapp/404.htm | 318 +++---- .../webpage/SystemSetting/AuthTable.jsp | 599 ++++++++------ .../webpage/SystemSetting/FloorTable.jsp | 492 ++++++----- src/webapp/webpage/SystemSetting/LogTable.jsp | 89 +- .../webpage/SystemSetting/RoomTypeTable.jsp | 777 +++++++++++------- .../webpage/SystemSetting/SystemMain.jsp | 27 +- .../webpage/SystemSetting/SystemNav.jsp | 135 ++- .../webpage/SystemSetting/insertRomeType.jsp | 241 +++--- 8 files changed, 1566 insertions(+), 1112 deletions(-) diff --git a/src/webapp/404.htm b/src/webapp/404.htm index 0a084a2..53d7d70 100644 --- a/src/webapp/404.htm +++ b/src/webapp/404.htm @@ -1,147 +1,177 @@  + - - 404错误页面 - - - - - - - - - - - -
-
-
-
- -

啊~哦~ 您要查看的页面不存在或已删除!

-
-
-
-
- - - - - \ No newline at end of file + + + 404错误页面 + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ + + - - - 酒店管理系统 - - - - - - - + + + + + 酒店管理系统 + + + + + + + + + + + + + + + +
+ +
+
+
+ +
- -
-
- <%--方法级渲染表格--%> -
+ + +
+
+ + +
+
+ + +
+
+ + +
- - + diff --git a/src/webapp/webpage/SystemSetting/FloorTable.jsp b/src/webapp/webpage/SystemSetting/FloorTable.jsp index c723bdb..342b2a6 100644 --- a/src/webapp/webpage/SystemSetting/FloorTable.jsp +++ b/src/webapp/webpage/SystemSetting/FloorTable.jsp @@ -1,272 +1,262 @@ <%@ page contentType="text/html;charset=UTF-8" %> + - - - 酒店管理系统 - - - - - - - - - - + + + + + 酒店管理系统 + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+ +
- -
-
-
+ + +
+
+ + +
+
+ + +
+
+ + +
- - + - - \ No newline at end of file + // 搜索功能逻辑,为id为“searchButton”的元素(即页面中的搜索按钮)绑定点击事件处理函数,当按钮被点击时执行以下逻辑 + // 先获取id为“inputSearch”的输入框元素的值(即用户输入的搜索关键词内容),赋值给变量inputTxt,用于后续判断和操作 + $('#searchButton').click(function () { + var inputTxt = $('#inputSearch').val(); + if (inputTxt === "") { + // 判断用户输入的搜索关键词是否为空字符串,如果是,则使用L \ No newline at end of file diff --git a/src/webapp/webpage/SystemSetting/LogTable.jsp b/src/webapp/webpage/SystemSetting/LogTable.jsp index 0a4e970..fc22fb8 100644 --- a/src/webapp/webpage/SystemSetting/LogTable.jsp +++ b/src/webapp/webpage/SystemSetting/LogTable.jsp @@ -1,64 +1,100 @@ <%@ page contentType="text/html;charset=UTF-8" %> + + + 酒店管理系统 + + + + + +
+
+ <%--方法级渲染表格--%>
+ - - - - - - - + + + + + 酒店管理系统 + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+ +
- -
-
-
+ + +
+
+ + +
+
+ + +
+
+ + +
- - + - - - + + + + + + + 酒店管理系统 + + + + + + + + + + + - -
-
- -
-
- - - - + + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff --git a/src/webapp/webpage/SystemSetting/insertRomeType.jsp b/src/webapp/webpage/SystemSetting/insertRomeType.jsp index 1505697..9457550 100644 --- a/src/webapp/webpage/SystemSetting/insertRomeType.jsp +++ b/src/webapp/webpage/SystemSetting/insertRomeType.jsp @@ -1,108 +1,163 @@ <%@ page contentType="text/html;charset=UTF-8" %> + - - - 新增房间类型 - - - - - + + + + + 新增房间类型 + + + + + + + + + - -
- 新增房间类型 -
-
-
- -
- -
+ + +
+ 新增房间类型 +
+ + + +
+ + + +
+ + +
+
+ +
+ +
+ + + +
+ +
-
-
- -
- -
-
-
- -
- -
-
+
+ +
+ +
+ +
-
-
- -
- -
-
+
+
+ +
+ +
+ +
+ +
-
- -
- - -
-
-
-
- - -
-
- +
+
+ +
+ +
+ + + + +
+
+ +
+
+ + + + +
+
+ - - + // 返回false,表示阻止表单默认的提交行为,因为这里通过AJAX方式($.post)自行向服务器发送请求并处理响应了,不需要浏览器进行默认的表单提交跳转等操作 + return false; + }); + }); + + \ No newline at end of file