<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> 支持交互问题类型 <%=Html.QPSeach(80,true) %>
<%=Html.QV(p => p.PTypeName)%> <%=Html.QC(p => p.PTypeName)%> <%=Html.QV(p=>p.SDept) %> <%=Html.QC(p => p.SDept)%> <%=Html.QV(p=>p.SUser) %> <%=Html.QMyPerceptTextboxFor(p => p.SUserID, p => p.SUserName, "userlist", "SelectUser", null)%> <%=Html.HiddenFor(p => p.SUser) %> <%=Html.QReadOnlyTextboxFor(p => p.SUserName)%>
<%=Html.QPEnd()%> <%=Html.QPList() %> <%=Html.QDateGrid(Model)%> <%=Html.QPEnd() %> <%=Html.Hidden("selectKey")%>
<%=Html.QTButtonSearch("SIProblemType", "SIProblemTypeList", "List(1)", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonAdd("SIProblemType", "SIProblemTypeAdd", "Insert();", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonUpdate("SIProblemType", "SIProblemTypeEdit", "Update()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonDelete("SIProblemType", "SIProblemTypeDelete", "Delete()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButton("export", "ExportExcel", QMFrameWork.WebUI.IconCls.redo, "Export()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButton("help", "", "help", "SysHelp('Support010000','SIProblemTypeModel');", (s, f) => { return true; })%>