<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> 支持交互 <%=Html.QPSeach(80,true) %>
<%=Html.QV(p => p.PType)%> <%=Html.QC(p => p.PType)%> <%=Html.QV(p=>p.Shkey) %> <%=Html.QC(p => p.Shkey)%> <%=Html.QV(p=>p.PStatus) %> <%=Html.QC(p => p.PStatus)%>
<%=Html.QPEnd()%> <%=Html.QPList() %> <%=Html.QDateGrid(Model)%> <%=Html.QPEnd() %> <%=Html.Hidden("selectKey")%>
<%=Html.QTButtonSearch("SupportInteraction", "SupportInteractionList", "List(1)", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonAdd("SupportInteraction", "SupportInteractionEdit", "Insert();", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButton("deal", "SupportInteractionDeal", QMFrameWork.WebUI.IconCls.edit, "deal()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButton("export", "ProblemManageExportExcel", QMFrameWork.WebUI.IconCls.redo, "Export()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButton("help", "", "help", "SysHelp('Support030000','SupportInteractionModel');", (s, f) => { return true; })%>