<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> 工厂信息列表 <%=Html.QPSeach(80,true) %>
<%=Html.QV(p => p.ProductCode)%> <%=Html.QC(p => p.ProductCode)%> <%=Html.QV(p => p.CreateState)%> <%=Html.QC(p => p.CreateState)%> <%=Html.QV(p => p.CreateEnd)%> <%=Html.QC(p => p.CreateEnd)%>
<%=Html.QPEnd()%> <%=Html.QPList() %> <%=Html.QDateGrid(Model)%> <%=Html.QPEnd() %> <%=Html.Hidden("selectKey")%> <%=Html.Hidden("PID")%> <%=Html.Hidden("Type")%>
<%=Html.QTButtonSearch("InOutPutBeginShift", "List", "List(1)", QMAPP.Common.Web.SystemLimit.isLimt)%>