From f6e0107233bd7fc000b77b3cc9164c5c00b16448 Mon Sep 17 00:00:00 2001 From: 王佳豪 <g675230687@126.com> Date: 星期三, 10 三月 2021 11:19:56 +0800 Subject: [PATCH] 1.0.5 1.增加平仓入库功能 2.优化平仓管理出入库状态查询功能 --- src/main/webapp/views/locNormal/locNormal.html | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/locNormal/locNormal.html b/src/main/webapp/views/locNormal/locNormal.html index 5ee4626..83b0570 100644 --- a/src/main/webapp/views/locNormal/locNormal.html +++ b/src/main/webapp/views/locNormal/locNormal.html @@ -111,9 +111,9 @@ </div> <!-- 鍔熻兘鍖� --> - <div class="function-area"> - <button id="mat-query" class="function-btn" onclick="addLocNormal()">鏂板搴撳瓨</button> - </div> + <!--<div class="function-area">--> + <!--<button id="mat-query" class="function-btn" onclick="addLocNormal()">鏂板搴撳瓨</button>--> + <!--</div>--> <!-- 琛ㄦ牸 --> @@ -153,6 +153,15 @@ {{# } else { }} {{# } }} </script> + <script type="text/html" id="locArea"> + {{ + locArea.map(function(item){ + if (d.warehouse == item.id) { + return item.name; + } + }); + }} + </script> <script type="text/html" id="operate"> <button class="layui-btn layui-btn-xs layui-btn-normal" lay-event="outLocNormal">鍑哄簱</button> <button class="layui-btn layui-btn-xs layui-btn-danger" lay-event="removeLocNormal">绉婚櫎</button> -- Gitblit v1.9.1