获取所有单据id跳转列表页面去除默认列表条件原创
金蝶云社区-欧阳1
欧阳1
2人赞赏了该文章 170次浏览 未经作者许可,禁止转载编辑于2024年09月25日 17:11:22
ListShowParameter listShowParameter = new ListShowParameter();
listShowParameter.setFormId("bos_list");

listShowParameter.setCustomParam("bos_call_source_type","botp_track");
listShowParameter.setCustomParam("isIgnoreLicense","true");
listShowParameter.setCustomParam("","");
listShowParameter.setBillFormId("xxx");
LinkQueryPkIdCollection collection = new LinkQueryPkIdCollection();
Iterator<Long> iterator = ids.iterator();
while (iterator.hasNext()){
   Long next = iterator.next();
   collection.addLinkQueryPkId(next);
}
listShowParameter.setLinkQueryPkIdCollection(collection); //所有id都放入其中,列表的插件过滤失效模仿下查功能
listShowParameter.getOpenStyle().setShowType(ShowType.MainNewTabPage);
this.getView().showForm(listShowParameter);


图标赞 2
2人点赞
还没有人点赞,快来当第一个点赞的人吧!
图标打赏
0人打赏
还没有人打赏,快来当第一个打赏的人吧!