自动化立体仓库 - WMS系统
lty
2 天以前 d907a822a940c7ec0fb7de0ca845472bda52229b
src/main/webapp/static/js/report/inOut.js
@@ -134,7 +134,7 @@
                            } else if (res.code === 403) {
                                top.location.href = baseUrl+"/";
                            } else {
                                layer.msg(res.msg)
                                layer.msg(typeof I18n !== 'undefined' ? I18n.t(res.msg) : res.msg, {icon: 2})
                            }
                        }
                    });