src/main/webapp/static/js/pakStore/emptyIn.js
@@ -43,7 +43,7 @@ async: false, success: function (res) { if (res.code === 200){ layer.msg("入库启动成功,目标库位:" + res.data); layer.msg(typeof I18n !== 'undefined' ? I18n.t('inbound_started_success_target_loc') + res.data : "入库启动成功,目标库位:" + res.data); } else if (res.code === 403){ top.location.href = baseUrl+"/"; }else {