@using WX.CRM.WebHelper; @model WX.CRM.WEB.ViewModel.Level2.Soft_RefundOrder @{ ViewBag.Title = "bas_agent"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
@Html.ToolButton("btnQuery", "icon-search", "查询", true) @Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar)
@using (Html.BeginForm("GetHtmlList", "RefundApplay", null, FormMethod.Post, new { Id = "CreateForm" })) { @Html.ValidationSummary(true) }
@Html.Raw(ViewBag.gridTable)
@*ToolBar事件处理*@