<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> <%=Html.QPEdit()%>
条件(请不要超过400条记录)
<%=Html.HiddenFor(p => p.TextField)%> <%=Html.HiddenFor(p=>p.ValueField) %>
<%=Html.QTButton("save", "FactoryList", QMFrameWork.WebUI.IconCls.save, "Save()", (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("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;")%>