@{ ViewBag.Title = "新增预约"; } @section scripts{ } @model dccdc.Models.InfectionTestModel
姓名:
预约时间: @Html.TextBoxFor(m => m.order_date)
预约地点: @Html.DropDownList("JGList", ViewBag.JGList as IEnumerable, new { id = "test_org", style = "width:130px" })
身份证号码: