@model dccdc.Models.PT.org @{ ViewBag.Title = "维护辖区医疗机构"; } @using (Ajax.BeginForm("saveorg", new AjaxOptions { HttpMethod = "Post", OnSuccess = "success" })) {
机构编码: @Html.TextBoxFor(t => t.zoe_code, new { @class = "l-text" })
机构名称: @Html.TextBoxFor(t => t.zoe_value, new { @class = "l-text" })
是否使用: @Html.DropDownListFor(m => m.used, ViewBag.usedlist as SelectList)
} @section scripts{ }