@{ ViewBag.Title = "删除历史"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var isCompanyCash = Context.Request.Query["isCompanyCash"] == "1"; } @section CSS{ } @section JS{ }
@Html.MyAceDropdownInput("ClientId", "客户名称", ClientDataModel.GetAllOpenClient(isContainClosed: true)) @MyControls.SearchBtn()
@Html.Raw(JqGridSimple.OutTable())