| | |
| | | .btn-remove { |
| | | display: none; |
| | | } |
| | | |
| | | #btn-export { |
| | | margin-top: 10px; |
| | | } |
| | | </style> |
| | | <body> |
| | | <div> |
| | |
| | | </div> |
| | | |
| | | <div class="layui-inline" style="width: 150px; margin-top: 4px"> |
| | | <select id="state" name="state"> |
| | | <select id="io_type" name="io_type"> |
| | | <option value="1">入库</option> |
| | | <option value="2">出库</option> |
| | | <option value="3">修改</option> |
| | | <option value="4">删除</option> |
| | | </select> |
| | | </div> |
| | | |
| | |
| | | </div> |
| | | |
| | | <!-- 表格 --> |
| | | <div class="layui-form"> |
| | | <table class="layui-hide" id="locNormal" lay-filter="locNormal"></table> |
| | | </div> |
| | | |
| | | <script type="text/html" id="locArea"> |
| | | {{ |
| | | locArea.map(function(item){ |
| | | if (d.warehouse == item.uuid) { |
| | | return item.name; |
| | | } |
| | | }); |
| | | }} |
| | | <table class="layui-hide" id="locNormal" lay-filter="locNormal"></table> |
| | | <script type="text/html" id="toolbar"> |
| | | <div class="layui-btn-container"> |
| | | <button class="layui-btn layui-btn-primary layui-btn-sm" id="btn-export" lay-event="exportData" >导出</button> |
| | | </div> |
| | | </script> |
| | | |
| | | </div> |