From 271569ba6ee76cfeb68a9c0110dc42f7c0e2f31b Mon Sep 17 00:00:00 2001 From: syruan <321359594@qq.com> Date: Wed, 16 Jul 2025 18:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BE=85=E5=8A=9E=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/views/login/login.jsp | 11 +- .../views/rm/unFinishWorkList-mobile.jsp | 614 ++++++++++++++++++ .../WEB-INF/views/rm/unFinishWorkList.jsp | 43 ++ WebContent/static/css/mobile.css | 364 +++++++++++ WebContent/static/js/mobile-detect.js | 79 +++ .../ReturnMaterialTaskRecordController.java | 65 +- src/com/bonus/rm/controller/logger.java | 5 + 7 files changed, 1167 insertions(+), 14 deletions(-) create mode 100644 WebContent/WEB-INF/views/rm/unFinishWorkList-mobile.jsp create mode 100644 WebContent/static/css/mobile.css create mode 100644 WebContent/static/js/mobile-detect.js create mode 100644 src/com/bonus/rm/controller/logger.java diff --git a/WebContent/WEB-INF/views/login/login.jsp b/WebContent/WEB-INF/views/login/login.jsp index b55ea2c..1f0dc9c 100644 --- a/WebContent/WEB-INF/views/login/login.jsp +++ b/WebContent/WEB-INF/views/login/login.jsp @@ -37,7 +37,6 @@ - + + + + +
+

待办任务列表

+
+ + +
+
+ + + +
+
+ + +
+
+ +
+
+ + + + + +
+ +
+ + + + +
+
+
+

加载中...

+
+
+ + +
+
+ +
+ + + + \ No newline at end of file diff --git a/WebContent/WEB-INF/views/rm/unFinishWorkList.jsp b/WebContent/WEB-INF/views/rm/unFinishWorkList.jsp index b01122d..7152345 100644 --- a/WebContent/WEB-INF/views/rm/unFinishWorkList.jsp +++ b/WebContent/WEB-INF/views/rm/unFinishWorkList.jsp @@ -7,6 +7,7 @@ <%@include file="../systemset.jsp" %> +