From 98610c8e9101b11678e6bc06bef2abfc45f5dc4c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 24 九月 2021 10:36:21 +0800
Subject: [PATCH] 1

---
 src/main/webapp/views/locNormal/locNormal.html |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/views/locNormal/locNormal.html b/src/main/webapp/views/locNormal/locNormal.html
index 61ef89a..e4ef433 100644
--- a/src/main/webapp/views/locNormal/locNormal.html
+++ b/src/main/webapp/views/locNormal/locNormal.html
@@ -138,6 +138,7 @@
     <script type="text/html" id="toolbar">
         <div class="layui-btn-container">
             <button class="layui-btn layui-btn-sm" id="btn-locNormal-into" lay-event="intoData">瀵煎叆</button>
+            <button class="layui-btn layui-btn-primary layui-btn-sm" id="btn-export" lay-event="exportData">瀵煎嚭</button>
         </div>
     </script>
 
@@ -167,15 +168,6 @@
         <span style="color: red">宸插嚭搴�</span>
         {{#  } else { }}
         {{#  } }}
-    </script>
-    <script type="text/html" id="locArea">
-        {{
-        locArea.map(function(item){
-        if (d.warehouse == item.uuid) {
-        return item.name;
-        }
-        });
-        }}
     </script>
     <script type="text/html" id="operate">
         {{#  if(d.state === '1'){ }}

--
Gitblit v1.9.1