From acdc4b3427cbd2a6dc811aed202fbd3e9c309d69 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期五, 05 十一月 2021 10:57:12 +0800
Subject: [PATCH] #
---
src/main/webapp/views/locNormal/locNormal.html | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/views/locNormal/locNormal.html b/src/main/webapp/views/locNormal/locNormal.html
index 61ef89a..02f4dfd 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>
@@ -168,17 +169,8 @@
{{# } 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'){ }}
+ {{# if(d.state === '1' && d.warehouse === 'cs'){ }}
<button class="layui-btn layui-btn-xs layui-btn-normal btn-out" lay-event="outLocNormal">鍑哄簱</button>
{{# } else { }}
<button class="layui-btn layui-btn-xs layui-btn-disabled btn-out">鍑哄簱</button>
--
Gitblit v1.9.1