@{ ViewBag.Title = "sqysMessage"; } @model dccdc.Models.sqysModel @section scripts{ }
| 申请科室 | @Html.TextBoxFor(m => m.ksmc, new { @class = "l-text", @readonly = "readonly" }) | 申请人 | @Html.TextBoxFor(m => m.sqr, new { @class = "l-text", @readonly = "readonly" }) | @*预算类型 | @Html.DropDownListFor(m => m.fyly, ViewBag.fylyD as SelectList, "----请选择----", new { @class = "l-text" }) | *@ @*申请日期 | @Html.TextBoxFor(m => m.sqsj, new { @class = "l-text", @readonly = "readonly" }) | *@预算年份 | @Html.TextBoxFor(m => m.year, new { @class = "l-text" }) |
| 申请单号 | @Html.TextBoxFor(m => m.sqdh, 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.TextBoxFor(m => m.je2, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" })*@ @Html.HiddenFor(m => m.je2) |
||||
| 经费收入 | @Html.TextBoxFor(m => m.xmjfsrid, new { @class = "l-text", @readonly = "readonly", @style = "color:red" })* @Html.HiddenFor(m => m.xmjfid) | 收入附件 | 收入金额 | @Html.TextBoxFor(m => m.xmjfsrje, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) | |||||
| 收入依据 | @Html.TextArea("sryj","", new { rows = "2", @readonly = "readonly" }) | 备注 | @Html.TextAreaFor(m => m.bz, new { rows = "2" })* |