单据体、分录过滤原创
8人赞赏了该文章
1,151次浏览
未经作者许可,禁止转载编辑于2024年04月02日 09:47:20
需求描述:根据条件过滤单据体
EntryQueryParam entryQueryParam = new EntryQueryParam(); List<EntryFilterItemInfo> filterItems =new ArrayList<>(); filterItems.add(new EntryFilterItemInfo("propName","value", QCP.in)); entryQueryParam.setFilterItems(filterItems); this.getModel().filterEntry("Entryid",entryQueryParam); this.getView().updateView("Entryid");
赞 8
8人点赞
还没有人点赞,快来当第一个点赞的人吧!
打赏
5人打赏
还没有人打赏,快来当第一个打赏的人吧!
推荐阅读