<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage"%> <%@ Import Namespace="QMAPP.Web.Models.Sys" %> <%@ Import Namespace="QMAPP.Web.Models.Sys" %> 添加联系人
<% List orgaizationList = Model.orgaizationList; List zpFlowList = Model.zpFlowList; %>
    <%foreach (OrgaizationModel om in orgaizationList) { bool check = false; if (zpFlowList != null && zpFlowList.Count > 0) { ZPFlowModel tm = zpFlowList.Find(p => p.SDept == om.OrgaID); if (tm != null) { check = true; } } %>
  • <%if (check) { %> <%=om.OrgaDESC%> <%} else { %> "/> <%=om.OrgaDESC%> <%} %>
  • <%} %>
<%=Html.HiddenFor(p => p.FlowLevel)%> <%=Html.Hidden("selectKey") %>
<%=Html.QTButton("ok", "save", QMFrameWork.WebUI.IconCls.save, "Save()", (s, f) => { return true; })%> <%=Html.QTButton("cancel", "save", "close", "parent.closeAppWindow1();return false;", (s, f) => { return true; })%>