<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> <%--缺陷信息列表--%> <%=Html.QPSeach(100,true) %>
<%=Html.QV(p=>p.vehicleType) %> <%=Html.QC(p => p.vehicleType)%> <%=Html.QV(p=>p.station) %> <%=Html.QC(p => p.station)%> <%=Html.QV(p=>p.parameter) %> <%=Html.QC(p => p.parameter)%> <%=Html.QV(p=>p.begintime) %> <%=Html.QC(p => p.begintime)%> <%=Html.QV(p=>p.endtime) %> <%=Html.QC(p => p.endtime)%>
<%=Html.QPEnd()%> <%=Html.QPList() %> <%=Html.QDateGrid(Model)%> <%=Html.QPEnd() %> <%=Html.Hidden("PID")%> <%=Html.Hidden("selectKey")%>
<%=Html.QTButtonSearch("PARAMETERS", "List", "List(1)", QMAPP.Common.Web.SystemLimit.isLimt)%> <%-- <%=Html.QTButtonAdd("PARAMETERS", "Add", "Add()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonUpdate("PARAMETERS", "Edit", "Update()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonDelete("PARAMETERS", "Delete", "Delete()", QMAPP.Common.Web.SystemLimit.isLimt)%>--%> <%=Html.QTButton("export", "ExportExcel", QMFrameWork.WebUI.IconCls.redo, "Export()", QMAPP.Common.Web.SystemLimit.isLimt)%>