<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MySTUserGroupAdd.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MySTUserGroupAdd" %> <%= new MySubjectNavInstance(this) { Local = MySubjectNavItem.评审专家管理 }.ToHtml()%>
添加人员到评审组"<%=this.STGroup.Name %>"
所属平台: <%= new HtmlSelect("DomainGuid", "Name", "Guid", "Guid") { Width=120, Option = this.ListDomain, DefaultSelectValue = "", SelectedValue = this.DomainGuid }.InsertOption("::选择::", "", 0)%> 登录名: <%= new HtmlText("UserName", this.UserName) { Width = 80 }%> 真实名称: <%= new HtmlText("TrueName", this.TrueName) { Width = 80 }%> <%= new HtmlHidden("Key","MySTUserGroupAdd") %> <%= new HtmlHidden("ParentSTGroup",this.STGroup.Guid) %> <%= new HtmlSubmit("查询") %> <%= new HtmlReset("清除") { Class="btn"}%> <%= new HtmlButton("添加", "STUserGroupBatchAdd(this);"){ Class="btn btn-warning pull-right" }%>
<% for (int i = 0; i <= this.ListSTUser.Count - 1; i++) { var stUser = this.ListSTUser[i]; var user = this.ListSTUser[i].ParentUser; %> <% } %>
人员 类型 联系 操作
<%= new HtmlCheckBox() { Value = SetKey(stUser.Guid + "," + this.STGroup.Guid, user.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> <%= user.ParentDomain.Name %>
<%= user.UserName %> ( <%= user.TrueName %> )
<%= user.ParentUserType.Name %> <%= user.MobilePhone %>
<%= user.Email %>
'); return false;">添加<%-- | <%= new HtmlAnchor("查看主页") { Href = WebUrl.Show(user.ParentDomain.Guid, user.Guid) }%> --%>
全选 - 取消
<%= new PagerAjaxInstance(this) { RecordCount = this.Query.RecordCount, PageSize = this.Query.PageSize, PageIndex = this.Query.PageIndex, PageJsFn = WebUrl.MySTUserGroupAdd(this.Subject.Guid, int.MaxValue, this.DomainGuid, this.UserName, this.TrueName) }.ToHtml()%>