| | |
| | | } |
| | | }); |
| | | |
| | | |
| | | }); |
| | | |
| | | // 搜索库位物料 |
| | |
| | | var tpl = $("#emptyLocStock").html(); |
| | | var template = Handlebars.compile(tpl); |
| | | var html = template(res); |
| | | console.log(html); |
| | | $('.layui-anim.layui-anim-upbit').append(html); |
| | | $('#targetLocNo').append(html); |
| | | layui.form.render('select'); |
| | | }); |
| | | } |
| | | }) |
| | |
| | | |
| | | <script type="text/template" id="emptyLocStock"> |
| | | {{#each data}} |
| | | <dd lay-value="{{this}}" class>{{this}}</dd> |
| | | <option value="{{this}}">{{this}}</option> |
| | | {{/each}} |
| | | </script> |
| | | |
| | | |
| | | <div id="locMoveWindow" style="height: 100%;display: none"> |
| | | <div style="float: left;width: 35%;height: 100%"> |
| | | <div> |