@{ ViewBag.Title = "jbyc_spSelectView"; } @model dccdc.Models.jbyc_sqModel
申请单号: @Html.TextBoxFor(m => m.sqdh) 申请时间: @Html.TextBoxFor(m => m.sqsj, new { @class = "l-text" })@Html.ValidationMessageFor(m => m.sqsj) 状态:
加班时间: @Html.TextBoxFor(m => m.jbsj, new { @class = "l-text" })@Html.ValidationMessageFor(m => m.jbsj)
@using Newtonsoft.Json; @section scripts{ }