@{ ViewBag.Title = "项目经费申请"; } @model dccdc.Models.xmjfsysqModel @section scripts{ }
@*
经费类别 @Html.DropDownList("jflb", ViewBag.xmjflbD as SelectList, "----请选择----", new { @class = "l-text" })
经费名称 @Html.TextBox("jfmc", "", new { @class = "l-text" })
*@
@Html.HiddenFor(m => m.id)

德城区疾控中心项目经费使用申请单

申 请 人: @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" })