自动化立体仓库 - WMS系统
lty
昨天 daac5618fc2322620a82d25603c5b4d15465c5ef
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)
                }
            }
        })