二开单据列表界面如何根据用户行政组织范围过滤
在js中复写list.js中的getCustomFilterItems方法即可。如下图:
/** * 组装自定义过滤条件,根据行政组织范围过滤 */ getCustomFilterItems: function() { if( $.getUserInfo() ){ var userId = $.getUserInfo().id; var customFilter =" adminOrg.id in (SELECT FOrgID FROM T_PM_OrgRange WHERE "+ " FType = 20 AND FUserID='"+ userId + "')" ; return customFilter; }else{ return null; } },
你好 想问一下 这个后台的List handler 是继承BizListHandler 还是 DEPCustomBillListHandler 呢 ? 需要覆盖getCustomFilter 方法不?
二开单据列表界面如何根据用户行政组织范围过滤
在js中复写list.js中的getCustomFilterItems方法即可。如下图:/** * 组装自定义过滤条件,根据行政组织范围过滤 */ getCustomFilterItems...
点击下载文档
本文2024-09-16 23:47:42发表“s-hr cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-shr-56843.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章