@{ ViewBag.Title = "sqcgshMessage"; } @model dccdc.Models.sqcgModel @section scripts{ }
@Html.HiddenFor(m => m.id)
科室 @Html.TextBoxFor(m => m.ksmc, new { @class = "l-text", @readonly = "readonly" }) 单号 @Html.TextBoxFor(m => m.sqdh, new { @class = "l-text", @readonly = "readonly" }) 申请日期 @Html.TextBoxFor(m => m.sqsj, new { @class = "l-text", @readonly = "readonly" })
申请人 @Html.TextBoxFor(m => m.sqr, new { @class = "l-text", @readonly = "readonly" }) 状态 @Html.DropDownListFor(m => m.zt, ViewBag.ztD as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" }) 金额 @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" })
费用来源 @Html.DropDownListFor(m => m.fyly, ViewBag.fylyD as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" })
@Html.TextBoxFor(m => m.fydh, new { @class = "l-text", @readonly = "readonly" })
备注 @Html.TextAreaFor(m => m.bz, new { cols = "18", rows = "3", @readonly = "readonly" })
科室审批 @Html.DisplayTextFor(m => m.spr1)
@Html.DisplayTextFor(m => m.sptime1)
意见 @if (ViewBag.zw == "1") { @Html.TextAreaFor(m => m.spnr1, new { cols = "60", rows = "3" }) } else { @Html.TextAreaFor(m => m.spnr1, new { cols = "60", rows = "3", @readonly = "readonly" }) }
分管审批 @Html.DisplayTextFor(m => m.spr2)
@Html.DisplayTextFor(m => m.sptime2)
意见 @if (ViewBag.zw == "2") { @Html.TextAreaFor(m => m.spnr2, new { cols = "60", rows = "3" }) } else { @Html.TextAreaFor(m => m.spnr2, new { cols = "60", rows = "3", @readonly = "readonly" }) }
财务审批 @Html.DisplayTextFor(m => m.spr3)
@Html.DisplayTextFor(m => m.sptime3)
意见 @if (ViewBag.zw == "3") { @Html.TextAreaFor(m => m.spnr3, new { cols = "60", rows = "3" }) } else { @Html.TextAreaFor(m => m.spnr3, new { cols = "60", rows = "3", @readonly = "readonly" }) }
中心审批 @Html.DisplayTextFor(m => m.spr4)
@Html.DisplayTextFor(m => m.sptime4)
意见 @if (ViewBag.zw == "4") { @Html.TextAreaFor(m => m.spnr4, new { cols = "60", rows = "3" }) } else { @Html.TextAreaFor(m => m.spnr4, new { cols = "60", rows = "3", @readonly = "readonly" }) }