<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> 操作者信息列表 <%=Html.QPSeach(80,true) %>
<%=Html.QV(p=>p.OPERATOR) %> <%=Html.QC(p => p.OPERATOR)%> <%=Html.QV(p => p.PROCESSTYPE)%> <%=Html.QC(p => p.PROCESSTYPE)%>
<%=Html.QPEnd()%> <%=Html.QPList() %> <%=Html.QDateGrid(Model)%> <%=Html.QPEnd() %> <%=Html.Hidden("selectKey")%>
<%=Html.QTButtonSearch("OperatorInfo", "List", "List(1)", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonAdd("OperatorInfo", "Add", "Add()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonUpdate("OperatorInfo", "Edit", "Update()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonDelete("OperatorInfo", "Delete", "Delete()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%--<%=Html.QTButton("export", "ExportExcel", QMFrameWork.WebUI.IconCls.redo, "Export()", (s, f) => { return true; })%> --%>