<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> 数据处理任务监控 <%=Html.QPSeach(80,true) %>
<%=Html.QV(p=>p.StartTime) %><%=Html.QC(p=>p.StartTime) %> <%=Html.QV(p=>p.EndTime) %><%=Html.QC(p=>p.EndTime) %>
<%=Html.QPEnd()%> <%=Html.QPList() %> <%=Html.QDateGrid(Model)%> <%=Html.QPEnd() %> <%=Html.Hidden("selectKey")%> <%=Html.HiddenFor(p=>p.PLANID) %>
<%=Html.QTButtonSearch("Monitor", "TaskLogList", "List()")%> <%=Html.QTButton("export", "ExportExcel",QMFrameWork.WebUI.IconCls.redo, "Export()", (s, f) => { return true; })%>