@{ ViewBag.Title = "疫苗登记"; } @section scripts{ }
| 疫苗名称: | @Html.TextBox("sfxm", "", new { @class = "l-text" }) |
| 人员类别 | @Html.DropDownList("rylb", ViewBag.rylb as SelectList, "----请选择----") | 编码 | @Html.TextBox("jfdw", "", new { @class = "l-text", @onkeydown = "searchdjxx(event,this)" }) | 人员类别 | @Html.DropDownList("rylb", ViewBag.rylb as SelectList, "----请选择----") | 姓名 | 缴费部门 | @Html.DropDownList("jfbm", ViewBag.jfbmD as SelectList, "----请选择----") | 应收金额 | @Html.TextBox("ysje", "0", new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) | @* *@ |