<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebForm.Platform.WorkFlowComments.Default" %>
添加意见   删除所选
<%if(!isOneSelf){%> <%}%> <% foreach (var comment in workFlowCommentList.OrderBy(p => p.Type).ThenBy(p => p.Sort)){ %> <%if(!isOneSelf){ %> <%}%> <%}%>
意见内容所属成员 添加类型排序 编辑
<%=comment.Comment %><%=comment.MemberID.IsNullOrEmpty() ? "所有人员" : borganize.GetNames(comment.MemberID) %> <%=comment.Type==0?"管理员":"个人" %><%=comment.Sort%> 编辑