From 371462edc6b3ee1de97c235d4a019b544badda0d Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期六, 14 二月 2026 22:09:37 +0800
Subject: [PATCH] AGV工作档界面和逻辑调整

---
 src/main/webapp/views/taskLog/taskLog.html |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/views/taskLog/taskLog.html b/src/main/webapp/views/taskLog/taskLog.html
index 8be1e84..95efaa1 100644
--- a/src/main/webapp/views/taskLog/taskLog.html
+++ b/src/main/webapp/views/taskLog/taskLog.html
@@ -9,6 +9,15 @@
     <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all">
     <link rel="stylesheet" href="../../static/css/cool.css" media="all">
     <link rel="stylesheet" href="../../static/css/common.css" media="all">
+    <style>
+        .taskLog-wrksts-cb-wrap .taskLog-wrksts-cb-label:has(input:checked) {
+            color: #1890ff;
+            font-weight: 500;
+            background-color: #e6f7ff;
+            border-radius: 4px;
+            padding: 2px 6px;
+        }
+    </style>
 </head>
 <body>
 <!-- 鎼滅储鏍� -->
@@ -19,13 +28,12 @@
         </div>
     </div>
     <div class="layui-inline">
-        <div class="layui-input-inline cool-auto-complete">
-            <input id="wrkSts" class="layui-input" name="wrk_sts" type="text" placeholder="璇疯緭鍏�" autocomplete="off" style="display: none">
-            <input id="wrkSts$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="宸ヤ綔鐘舵��" onfocus=this.blur()>
-            <div class="cool-auto-complete-window">
-                <input class="cool-auto-complete-window-input" data-key="basWrkStatusQueryBywrkSts" onkeyup="autoLoad(this.getAttribute('data-key'))">
-                <select class="cool-auto-complete-window-select" data-key="basWrkStatusQueryBywrkStsSelect" onchange="confirmed(this.getAttribute('data-key'))" multiple="multiple">
-                </select>
+        <div class="layui-input-inline cool-auto-complete" id="taskLogWrkStsWrap">
+            <input id="taskLogWrkSts" class="layui-input" name="wrk_sts" type="text" placeholder="璇疯緭鍏�" autocomplete="off" style="display: none">
+            <input id="taskLogWrkStsDisp" class="layui-input cool-auto-complete-div" type="text" placeholder="宸ヤ綔鐘舵��" readonly onfocus="this.blur()">
+            <div class="cool-auto-complete-window" id="taskLogWrkStsWindow" style="display: none;">
+                <div style="padding: 6px 8px 0; color: #999; font-size: 12px;">鍙閫夛紝鐩存帴鐐瑰嚮鍕鹃��</div>
+                <div id="taskLogWrkStsCheckboxWrap" class="taskLog-wrksts-cb-wrap" style="padding: 8px; max-height: 200px; overflow-y: auto;"></div>
             </div>
         </div>
     </div>

--
Gitblit v1.9.1