src/main/webapp/static/js/pakStore/locMove.js
@@ -62,6 +62,7 @@ } }); }); // 搜索库位物料 @@ -80,8 +81,8 @@ 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'); }); } })