@{ ViewBag.Title = "sqspMessage"; } @model dccdc.Models.xmjfsysqModel @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.TextBoxFor(m => m.ysid, new { @class = "l-text", @readonly = "readonly" }) |
| 拟申请内容 | @Html.TextAreaFor(m => m.bz, new { @rows = "3", @style = "width:400px", @readonly = "readonly" }) |
| 申请依据 | @Html.TextAreaFor(m => m.bz1, new { @rows = "3", @style = "width:400px", @readonly = "readonly" }) |
| 项目要求 | @Html.TextAreaFor(m => m.bz2, new { @rows = "3", @style = "width:400px", @readonly = "readonly" }) |
| 执行科室 | @Html.TextBoxFor(m => m.bz3, new { @class = "l-text", @style = "width:400px", @readonly = "readonly" }) |
| 配合部门 | @Html.TextBoxFor(m => m.bz4, new { @class = "l-text", @style = "width:400px", @readonly = "readonly" }) |
| 执行情况 | @Html.TextAreaFor(m => m.bz5, new { @rows = "3", @style = "width:400px", @readonly = "readonly" }) |
| 内容 | @Html.TextAreaFor(m => m.bz6, new { @rows = "3", @style = "width:400px", @readonly = "readonly" }) |
审批过程 |
||
| 科室领导 | @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) |