From b4a8d50e3d97fc9e893b554a60134e4eceb012eb Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期一, 05 一月 2026 08:58:08 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/locNormal/normalReport.html |   21 ++++++++-------------
 1 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/src/main/webapp/views/locNormal/normalReport.html b/src/main/webapp/views/locNormal/normalReport.html
index 241bb6e..5423ccf 100644
--- a/src/main/webapp/views/locNormal/normalReport.html
+++ b/src/main/webapp/views/locNormal/normalReport.html
@@ -89,7 +89,9 @@
     .btn-remove {
         display: none;
     }
-
+    #btn-export {
+        margin-top: 10px;
+    }
 </style>
 <body>
 <div>
@@ -136,18 +138,11 @@
     </div>
 
     <!-- 琛ㄦ牸 -->
-    <div class="layui-form">
-        <table class="layui-hide" id="locNormal" lay-filter="locNormal"></table>
-    </div>
-
-    <script type="text/html" id="locArea">
-        {{
-        locArea.map(function(item){
-        if (d.warehouse == item.uuid) {
-        return item.name;
-        }
-        });
-        }}
+    <table class="layui-hide" id="locNormal" lay-filter="locNormal"></table>
+    <script type="text/html" id="toolbar">
+        <div class="layui-btn-container">
+            <button class="layui-btn layui-btn-primary layui-btn-sm" id="btn-export" lay-event="exportData" >瀵煎嚭</button>
+        </div>
     </script>
 
 </div>

--
Gitblit v1.9.1