@model YLErp.Modules.MarginModule.MarginParamsImportResult @{ ViewBag.Title = "报告配置导入"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section CSS{ } @section JS{ } @using (Html.BeginForm("TradeMarketReportConfigureImport", "clientbalance", FormMethod.Post, new { id = "MarketReportConfigureImportForm" })) {