报销工作台偶发能看到其他公司其他人提的单据
报销工作台偶发可以看到其他所有公司所有人的单据:
原因:切换报销工作台的时候改变了window.history,报销平台左树右表,在每个list页面加载后用这段代码,可以让返回失效
(function(){
if(window.history && window.history.pushState) {
window.onpopstate=function () {
window.history.pushState('forward', null, '');
window.history.forward(1);
};
}
window.history.pushState('forward', null, '');//在IE中必须得有这两行
window.history.forward(1);
})();
解决方案:EAS8.5可以安装报销补丁PT151074解决
报销工作台偶发能看到其他公司其他人提的单据
报销工作台偶发可以看到其他所有公司所有人的单据:原因:切换报销工作台的时候改变了window.history,报销平台左树右表,在每个list页面加...
点击下载文档
本文2024-09-22 18:49:54发表“eas cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-eas-103311.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章