| | |
| | | <header> |
| | | <div class="layui-input-inline" style="margin-top: 0px"> |
| | | <label class="layui-form-label">货位</label> |
| | | <input class="layui-input" id="locNo" onkeyup="find(this)" placeholder="扫码 / 输入" autocomplete="off" style="width: 75%; height: 40px; margin-right: 0;"> |
| | | <input class="layui-input" id="locNo" onkeyup="find(this)" placeholder="扫码 / 输入" autocomplete="off" style="width: 65%; height: 40px; margin-right: 0;float: left"> |
| | | <span id="node-ok"></span> |
| | | </div> |
| | | <div style="margin: 5px 5px"> |
| | |
| | | method: 'GET', |
| | | success: function (res) { |
| | | if (res.code === 200) { |
| | | if (res.data != null) { |
| | | if (res.data != null && res.data > 0) { |
| | | locDetlData = []; |
| | | initTableData(res.data); |
| | | $('#node-ok').show(); |