| 申 请 人: |
@Html.DisplayFor(m => m.sqr) |
申请状态: |
@Html.DropDownListFor(m => m.zt, ViewData["ztD"] as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" }) |
申请日期: |
@Html.DisplayFor(m => m.sqsj) |
| 申 请 人: |
@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" })* |
|
|
@*
| 项目经费名称 |
@Html.DropDownListFor(m => m.jfid, ViewBag.xmjfD as SelectList, "----请选择----", new { @class = "l-text" })* |
*@
| 预算 |
@Html.TextBoxFor(m => m.ysid, new { @class = "l-text", @readonly = "readonly", @style = "color:red" })
*
|
| 拟申请内容 |
@Html.TextAreaFor(m => m.bz, new { @rows = "3", @style = "width:400px" })* |
| 申请依据 |
@Html.TextAreaFor(m => m.bz1, new { @rows = "3", @style = "width:400px" })* |
| 项目要求 |
@Html.TextAreaFor(m => m.bz2, new { @rows = "3", @style = "width:400px" })* |
| 执行科室 |
@Html.HiddenFor(m => m.ksids)
@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" }) |
| 执行情况 |
@Html.TextAreaFor(m => m.bz5, new { @rows = "3", @style = "width:400px" }) |
| 内容 |
@Html.TextAreaFor(m => m.bz6, new { @rows = "3", @style = "width:400px" }) |