From 95059b789744cd84e704f0bffa9ded5bc5f47044 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期四, 08 七月 2021 12:45:02 +0800
Subject: [PATCH] 1.平仓日入库支持导出(当前页数据)

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

diff --git a/src/main/webapp/views/locNormal/locNormal.html b/src/main/webapp/views/locNormal/locNormal.html
index 61ef89a..dbc2095 100644
--- a/src/main/webapp/views/locNormal/locNormal.html
+++ b/src/main/webapp/views/locNormal/locNormal.html
@@ -168,15 +168,6 @@
         {{#  } 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'){ }}
         <button class="layui-btn layui-btn-xs layui-btn-normal btn-out" lay-event="outLocNormal">鍑哄簱</button>

--
Gitblit v1.9.1