@model margin_template @{ ViewBag.Title = "预付金模板 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var pageObj = new { isNew = Model.id == 0 }; } @section CSS{ } @section JS{ } @using (Html.BeginForm("margin_templateEdit", "margin_template", FormMethod.Post, new { id = "margin_templateEditForm" })) {