show出相应单据列表

            var Fids=AddGroupItems.Select(o=>Convert.ToString(o["Id"])).ToArray();
            string filter=string.Format(@"Fid in ({0})",string.Join(",",Fids));
            //ListShowParameter listPara = new ListShowParameter();//ListShowParameter 列表打开参数详见Innovasys RealWorld
            //listPara.IsIsolationOrg = false;
            this.View.ShowListForm("LT_WSM_ProcessReport", filter, listPara => { listPara.IsIsolationOrg = false; });//打开方法
原文地址:https://www.cnblogs.com/liuyudong0825/p/6364200.html