@{ ViewBag.Title = "updatedate"; } @model dccdc.Models.sqhb2Model @section scripts{ }

德城区疾控中心时间修改

@Html.DropDownList("table", ViewData["tableD"] as SelectList, "----请选择----", new { @class = "l-text" })
申 请 人: @Html.DisplayFor(m => m.sqr) 申请状态: @Html.DropDownListFor(m => m.zt, ViewData["ztD"] as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" }) 申请日期: @Html.DisplayFor(m => m.sqsj)
申请科室: @Html.DisplayFor(m => m.ksmc) 申请金额: @Html.DisplayFor(m => m.je) 申请单号: @Html.DisplayFor(m => m.sqdh)
申请时间 @Html.TextBoxFor(m => m.sqsj2, new { @class = "l-text" })
加班时间 @Html.TextBoxFor(m => m.jbsj2, new { @class = "l-text" })
接待时间 @Html.TextBoxFor(m => m.jdsj2, new { @class = "l-text" })
科室领导审批时间 @Html.TextBoxFor(m => m.sptime12, new { @class = "l-text" })
分管领导审批时间 @Html.TextBoxFor(m => m.sptime22, new { @class = "l-text" })
中心主任审批时间 @Html.TextBoxFor(m => m.sptime32, new { @class = "l-text" })