@{ ViewBag.Title = "sqwzcgMessage"; } @model dccdc.Models.sqjbycModel @section scripts{ }
| 申请科室 | @Html.TextBoxFor(m => m.ksmc, new { @class = "l-text", @readonly = "readonly" }) | 申请人 | @Html.TextBoxFor(m => m.sqr, new { @class = "l-text", @readonly = "readonly" }) | 申请日期 | @Html.TextBoxFor(m => m.sqsj, new { @class = "l-text", @readonly = "readonly" }) |
| 费用来源 | @Html.CheckBoxFor(m => m.fyly1)自有资金 @Html.CheckBoxFor(m => m.fyly2)项目经费 | 申请状态 | @Html.DropDownListFor(m => m.zt, ViewBag.ztD as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" }) | 申请金额 | @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number" }) |
| 加班时间 | @Html.TextBoxFor(m => m.jbsj2, new { @class = "l-text" }) | 加班标准 | @Html.TextBoxFor(m => m.jbbz, new { @class = "l-text l-text-field-number", @type = "number" }) | 加班人数 | @Html.TextBoxFor(m => m.jbrs, new { @class = "l-text l-text-field-number", @type = "number" }) |
| 加班人员 | @Html.TextBoxFor(m => m.jbry, new { @class = "l-text" }) | 加班理由 | @Html.TextAreaFor(m => m.bz, new { cols = "18", rows = "2" }) |