@model ServiceRepresentativeConfig @{ ViewBag.Title = "服务商配置 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section JS { } @using (Html.BeginForm("servicerepresentativeconfigEdit", "servicerepresentativeconfig", FormMethod.Post, new { id = "servicerepresentativeconfigEditForm", autocomplete = "off" })) {