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