| | |
| | | </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>--> |
| | | |
| | | |
| | | <!-- 表格 --> |
| | |
| | | {{# } 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> |