自动化立体仓库 - WMS系统
cl
2026-03-23 9245059bbd1202e8e59486e5f124d7819760818a
src/main/webapp/static/js/pakStore/emptyOut.js
@@ -23,6 +23,10 @@
                    var template = Handlebars.compile(tpl);
                    var html = template(res);
                    $('#staNoSelect').append(html);
                    var $sta = $('#staNoSelect');
                    if ($sta.find('option[value="101"]').length) {
                        $sta.val('101');
                    }
                    form.render('select');
                } else if (res.code === 403){
                    top.location.href = baseUrl+"/";