src/main/webapp/views/pda/stockIn.html
@@ -282,11 +282,11 @@ success: function (res) { if (res.code === 200) { reset(); tips("空板入库启动成功") tips(typeof I18n !== 'undefined' ? I18n.t(res.msg) : res.msg) } else if (res.code === 403) { top.location.href = baseUrl + "/pda"; } else { tips(res.msg, true) tips(typeof I18n !== 'undefined' ? I18n.t(res.msg) : res.msg, true) } } })