自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-22 dbf724ce068489d0b3d20b4f8333a2ab372bc48b
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');
            });
        }
    })