<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> 投料配置规则列表 <%=Html.QPSeach(80,true) %>
<%=Html.QV(p => p.COLORCODE)%> <%=Html.QC(p => p.COLORCODE)%> <%=Html.QV(p => p.HB)%> <%=Html.QC(p => p.HB)%> <%=Html.QV(p => p.INJECTIONINDEXSEARCH)%> <%=Html.QC(p => p.INJECTIONINDEXSEARCH)%> <%=Html.QV(p => p.INJECTIONTERMINALSEARCH)%> <%=Html.QC(p => p.INJECTIONTERMINALSEARCH)%>
<%=Html.QPEnd()%> <%=Html.QPList() %> <%=Html.QDateGrid(Model)%> <%=Html.QPEnd() %> <%=Html.Hidden("selectKey")%>
<%=Html.QTButtonSearch("ProductMderule", "List", "List(1)", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonAdd("ProductMderule", "Add", "Add()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonUpdate("ProductMderule", "Edit", "Update()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonDelete("ProductMderule", "Delete", "Delete()", QMAPP.Common.Web.SystemLimit.isLimt)%>