@{ ViewBag.Title = "sqysspMessage"; } @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", @disabled = "disabled" }) | *@ @*申请日期 | @Html.TextBoxFor(m => m.sqsj, new { @class = "l-text", @readonly = "readonly" }) | *@预算年份 | @Html.TextBoxFor(m => m.year, new { @class = "l-text", @readonly = "readonly" }) |
| 申请单号 | @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.TextBoxFor(m => m.xmjfsrje, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) | |||||
| 备注 | @Html.TextAreaFor(m => m.bz, new { rows = "2", @readonly = "readonly" }) | 测算依据 | @Html.TextAreaFor(m => m.bz2, new { rows = "2", @readonly = "readonly" }) |
| 收入金额 支出金额 |
@Html.TextBox("jea", "0", new { @class = "l-text l-text-field-number", @type = "number" })
@Html.TextBox("jeb", "0", new { @class = "l-text l-text-field-number", @type = "number" }) | *@
审批意见 | @Html.TextArea("yj", new { @cols = "60", @rows = "2" }) @if (ViewBag.zw == "中心主任") { @Html.Hidden("yzm1", ""); @Html.TextBox("yzm2", "", new { @placeholder = "验证码" }); } |