王佳豪
2021-07-07 9a4530ace0c4305af2d75fc95654a16c6007fd5b
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>