From 0ac8fe78532fa2decaeed4a9e3b6715ccc271e90 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期二, 13 七月 2021 08:58:06 +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