@{ ViewBag.Title = "sqwzcgshMessage"; } @model dccdc.Models.sqjbycModel @section scripts{ }
| 申 请 人: | @Html.DisplayFor(m => m.sqr) | ||||
| 申请科室: | @Html.DisplayFor(m => m.ksmc) | 申请金额: | @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) | 费用来源: | @Html.CheckBoxFor(m => m.fyly1, new { @disabled = "disabled" })自有资金 @Html.CheckBoxFor(m => m.fyly2, new { @disabled = "disabled" })项目经费 |
| 加班时间 | @Html.TextBoxFor(m => m.jbsj,"{0:yyyy-MM-dd}", new { @class = "l-text", @readonly = "readonly" }) |
| 加班标准 | @Html.TextBoxFor(m => m.jbbz, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
| 加班人数 | @Html.TextBoxFor(m => m.jbrs, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
| 加班人员 | @Html.TextBoxFor(m => m.jbry, new { @class = "l-text", @style = "width:400px", @readonly = "readonly" }) |
| 加班理由 | @Html.TextAreaFor(m => m.bz, new { @rows = "3", @style = "width:400px", @readonly = "readonly" }) |
审批过程 查看项目经费:@Html.DisplayTextFor(m => m.fydh) 查看三重一大:@Html.DisplayTextFor(m => m.fydh2) |
||
| 科室领导 | @if (ViewBag.zw == "科室领导") { @Html.TextArea("spnr1", new { @cols = "77", @rows = "2" }) } else { @Html.TextArea("spnr1", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } |
@Html.DisplayTextFor(m => m.spr1) @Html.DisplayTextFor(m => m.sptime1) |
| 分管领导 | @if (ViewBag.zw == "分管领导") { @Html.TextArea("spnr2", new { @cols = "77", @rows = "2" }) } else { @Html.TextArea("spnr2", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } |
@Html.DisplayTextFor(m => m.spr2) @Html.DisplayTextFor(m => m.sptime2) |
| 中心主任 | @if (ViewBag.zw == "中心主任") { @Html.TextArea("spnr3", new { @cols = "77", @rows = "2" }) @Html.Hidden("yzm1", ""); @Html.TextBox("yzm2", "", new { @placeholder = "验证码" }); } else { @Html.TextArea("spnr3", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } |
@Html.DisplayTextFor(m => m.spr3) @Html.DisplayTextFor(m => m.sptime3) |