<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Open_List.aspx.cs" Inherits="WebForm.Platform.WorkFlowDesigner.Open_List" %>
名称:
<% foreach (var flow in flows.OrderBy(p => p.Name)) { if (!borg.GetAllUsers(flow.Manager).Exists(p => p.ID == RoadFlow.Platform.Users.CurrentUserID)) { continue; } if (type.IsGuid() && !bwf.GetAllChildsIDString(type.ToGuid()).Contains(flow.Type.ToString(), StringComparison.CurrentCultureIgnoreCase)) { continue; } %> <%}%>
流程名称 创建时间 创建人 状态
<%=flow.Name %> <%=flow.CreateDate.ToDateTimeStringS() %> <%=busers.GetName(flow.CreateUserID) %> <%=bwf.GetStatusTitle(flow.Status) %> 打开