From 418a73bcee019e078307a1c2c255235de33d20ca Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 25 十二月 2025 16:29:38 +0800
Subject: [PATCH] #agv任务

---
 src/main/webapp/views/locCache/locDetail.html |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/src/main/webapp/views/locCache/locDetail.html b/src/main/webapp/views/locCache/locDetail.html
index 48b34c0..712130e 100644
--- a/src/main/webapp/views/locCache/locDetail.html
+++ b/src/main/webapp/views/locCache/locDetail.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 <html lang="en">
+
 <head>
     <meta charset="utf-8">
     <title></title>
@@ -12,14 +13,15 @@
     <style>
     </style>
 </head>
+
 <body>
-<div class="layui-inline" style="width:31%;margin-top: 20px">
-    <label class="layui-form-label">搴� 浣� 鍙凤細</label>
-    <div class="layui-input-inline">
-        <input id="locNo" class="layui-input" type="text" disabled="disabled">
+    <div class="layui-inline" style="width:31%;margin-top: 20px">
+        <label class="layui-form-label">搴� 浣� 鍙凤細</label>
+        <div class="layui-input-inline">
+            <input id="locNo" class="layui-input" type="text" disabled="disabled">
+        </div>
     </div>
-</div>
-<table class="layui-hide" id="locCacheDetls" lay-filter="locCacheDetls"></table>
+    <table class="layui-hide" id="locCacheDetls" lay-filter="locCacheDetls"></table>
 </body>
 <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
 <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
@@ -31,7 +33,7 @@
 
     function getCol() {
         var cols = [
-            {field: 'locNo', align: 'center', title: '搴撲綅鍙�'}
+            { field: 'locNo', align: 'center', title: '搴撲綅鍙�' }
         ];
         cols.push.apply(cols, cacheCols);
         return cols;
@@ -46,9 +48,9 @@
         // 鏁版嵁娓叉煋
         tableIns1 = table.render({
             elem: '#locCacheDetls',
-            headers: {token: localStorage.getItem('token')},
-            url: baseUrl + '/locDetl/list/auth',
-            where: {loc_no: parent.locNo},
+            headers: { token: localStorage.getItem('token') },
+            url: baseUrl + '/locCacheDetl/list/auth',
+            where: { loc_no: parent.locNo },
             page: true,
             limit: 16,
             limits: [16, 30, 50, 100, 200, 500],
@@ -88,5 +90,5 @@
         });
     });
 </script>
-</html>
 
+</html>
\ No newline at end of file

--
Gitblit v1.9.1