src/main/webapp/static/js/pakStore/stockOut.js
@@ -126,6 +126,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+"/";