@{ ViewBag.Title = "szyd_zjspMessage"; } @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", @readonly = "readonly" }) 费用来源 @Html.CheckBoxFor(m => m.fyly1, new { @disabled = "disabled" })自有资金    @Html.CheckBoxFor(m => m.fyly2, new { @disabled = "disabled" })项目经费
采购方式 @Html.DropDownList("cgfs", ViewBag.cgfsD as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" })
使用时间 @Html.TextBoxFor(m => m.yjsysj, new { @class = "l-text", @readonly = "readonly" })
申请内容 @Html.TextAreaFor(m => m.nr, 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" }) } else { @Html.TextArea("spnr3", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } @Html.DisplayTextFor(m => m.spr3)
@Html.DisplayTextFor(m => m.sptime3)
备案人 @if (ViewBag.zw == "备案人") { @Html.TextArea("spnr5", new { @cols = "77", @rows = "2" }) } else { @Html.TextArea("spnr5", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } @Html.DisplayTextFor(m => m.spr5)
@Html.DisplayTextFor(m => m.sptime5)
中心主任 @if (ViewBag.zw == "中心主任") { @Html.TextArea("spnr6", new { @cols = "77", @rows = "2" }) @Html.Hidden("yzm1", ""); @Html.TextBox("yzm2", "", new { @placeholder = "验证码" }); } else { @Html.TextArea("spnr6", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } @Html.DisplayTextFor(m => m.spr6)
@Html.DisplayTextFor(m => m.sptime6)