@model MarginCalculationThreshold @{ ViewBag.Title = "预付金系数 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var pageObj = new { isNew = Model.id == 0 }; } @section CSS{ } @section JS{ }
@Html.HiddenFor(model => model.id) @Html.HiddenFor(model => model.EncryptId) @Html.MyDropdownFor(model => model.ClientId, ClientDataModel.GetAllClient())
*