@{ ViewBag.Title = "结算报告配置"; Layout = "~/Views/Shared/_MainLayout.cshtml"; var pageObj = new { }; } @section JS{ }
@Html.MyAceDropdownInput("ClientId", "适用客户", ClientDataModel.GetAllClient(), true, true, null, false)
@MyControls.SearchBtn() @MyControls.Btn("新增", "TradeMarketReportConfigureAdd()") @MyControls.Btn("导入", "importTradeMarketReportConfigure()")