@{ ViewBag.Title = "jbyc_sqMessage"; } @model dccdc.Models.jbyc_sqModel @section scripts{ }
@Html.HiddenFor(m => m.id)
科室 @Html.TextBoxFor(m => m.ksmc, new { @class = "l-text", @readonly = "readonly" }) 单号 @Html.TextBoxFor(m => m.sqdh, new { @class = "l-text", @readonly = "readonly" }) 申请日期 @Html.TextBoxFor(m => m.sqsj, new { @class = "l-text", @readonly = "readonly" })
申请人 @Html.TextBoxFor(m => m.sqr, new { @class = "l-text", @readonly = "readonly" }) 状态 @Html.DropDownListFor(m => m.zt, ViewData["ztD"] as SelectList, "----请选择----", new { @class = "l-text", @readonly = "readonly" }) 加班人数 @Html.TextBoxFor(m => m.rs, new { @class = "l-text" })
加班日期 @Html.TextBoxFor(m => m.jbrq, new { @class = "l-text" }) 加班时间 @Html.TextBoxFor(m => m.jbsj, new { @class = "l-text" }) 备注 @Html.TextAreaFor(m => m.bz, new { @rows = "3" })
加班事由 @Html.TextAreaFor(m => m.jbsy, new { @rows = "3" }) 用餐标准 @Html.TextAreaFor(m => m.ycbz, new { @rows = "3" })