@{ ViewBag.Title = "szyd_zjsysqMessage"; } @model dccdc.Models.szyd_zjsysqModel @section scripts{ }
@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.CheckBoxFor(m => m.fyly1)自有资金    @Html.CheckBoxFor(m => m.fyly2)项目经费
采购方式 @Html.DropDownList("cgfs", ViewBag.cgfsD as SelectList, "----请选择----", new { @class = "l-text" })*
使用时间 @Html.TextBoxFor(m => m.yjsysj2, new { @class = "l-text" })
申请内容 @Html.TextAreaFor(m => m.nr, new { @rows = "3", @style = "width:400px" })*