自动化立体仓库 - WMS系统
lty
7 天以前 539a56279625242c497b4b4093f2defbb9d80334
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)
                }
            }
        })