<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> <%=Html.QPEdit()%>
条件(请不要超过400条记录)
<%=Html.HiddenFor(p => p.HidCom)%> <%=Html.HiddenFor(p=>p.QueryType) %>
<%=Html.QTButton("save", "FactoryList", QMFrameWork.WebUI.IconCls.save, "Search()", (s, f) => { return true; })%> <%=Html.QTButton("paste", "FactoryList", QMFrameWork.WebUI.IconCls.redo, "QueryMore()", (s, f) => { return true; })%> <%=Html.QTButton("clear", "FactoryList", QMFrameWork.WebUI.IconCls.redo, "Clear()", (s, f) => { return true; })%> <%-- <%=Html.QTButton("import", "FactoryList", QMFrameWork.WebUI.IconCls.undo, "Import()", (s, f) => { return true; })%> <%=Html.QTButton("template", "FactoryList", QMFrameWork.WebUI.IconCls.template, "GetTemplate()", (s, f) => { return true; })%>--%> <%=Html.QTButton("create", "FactoryList", QMFrameWork.WebUI.IconCls.add, "AddRow()", (s, f) => { return true; })%> <%=Html.QTButton("delete", "FactoryList", QMFrameWork.WebUI.IconCls.remove, "DelRow()", (s, f) => { return true; })%> <%=Html.QTButtonBack("close", "CargoTypeList", "parent.closeAppWindow1();return false;")%>