<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> 支持交互 <%=Html.QPSeach(80,true) %>
<%=Html.QV(p=>p.Shkey) %> <%=Html.QC(p => p.Shkey)%>
<%=Html.QPEnd()%> <%=Html.QPList() %> <%=Html.QDateGrid(Model)%> <%=Html.QPEnd() %> <%=Html.Hidden("selectKey")%>
<%=Html.QTButtonSearch("SupportInteraction", "SupportInteractionList", "List(1)")%> <%=Html.QTButton("ok", "save", QMFrameWork.WebUI.IconCls.save, "setHandle()", (s, f) => { return true; })%> <%=Html.QTButton("help", "", "help", "SysHelp('Support030000','SupportInteractionModel');", (s, f) => { return true; })%>