From 4ad1f324ab1fd2b51504afc00b43b4ee40f029c2 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 20 二月 2025 09:40:03 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/locCheck/locCheck.html |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/locCheck/locCheck.html b/src/main/webapp/views/locCheck/locCheck.html
index cec8251..0d2507d 100644
--- a/src/main/webapp/views/locCheck/locCheck.html
+++ b/src/main/webapp/views/locCheck/locCheck.html
@@ -9,6 +9,7 @@
     <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all">
     <link rel="stylesheet" href="../../static/css/admin.css?v=318" media="all">
     <link rel="stylesheet" href="../../static/css/cool.css" media="all">
+    <link rel="stylesheet" href="../../static/css/common.css" media="all">
 </head>
 <body>
 
@@ -55,6 +56,7 @@
 <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
 <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
 <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script>
 <script type="text/javascript" src="../../static/js/locCheck/locCheck.js" charset="utf-8"></script>
 
 </body>
@@ -141,13 +143,19 @@
 <script type="text/html" id="nodeSelect">
     <form id=detailSelect lay-filter="detailSelect" class="layui-form">
         <div class="layui-form-item">
-            <label class="layui-form-label">閫夋嫨搴撳瓨鐜�</label>
+            <label class="layui-form-label">閫夋嫨鐩樼偣鐜�:</label>
             <div class="layui-input-block">
-                <div id="nodeSel" class="ew-xmselect-tree"></div>
+                <select id="selectPerc" name="selectPerc" lay-filter="selectPerc">
+                    <option value="100" selected="">100%</option>
+                    <option value="80">80%</option>
+                    <option value="60">60%</option>
+                    <option value="40">40%</option>
+                    <option value="10">10%</option>
+                </select>
             </div>
         </div>
         <div class="layui-form-item text-right">
-            <button class="layui-btn" lay-filter="pakin" lay-submit="">纭鍏ュ簱</button>
+            <button class="layui-btn" lay-filter="pakin" lay-submit="">鐢熸垚鐩樼偣</button>
             <button class="layui-btn layui-btn-primary" type="button" ew-event="closeDialog">鍙栨秷</button>
         </div>
     </form>

--
Gitblit v1.9.1