王佳豪
2021-07-08 95059b789744cd84e704f0bffa9ded5bc5f47044
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>