@{ ViewBag.Title = "sqfyzcshMessage"; } @model dccdc.Models.sqfyzcModel @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.TextBoxFor(m => m.sqsj, new { @class = "l-text", @readonly = "readonly" }) |
| 支出分类 | @Html.DropDownListFor(m => m.sort, ViewBag.sortD as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" }) | 费用来源 | @Html.CheckBoxFor(m => m.fyly1, new { @disabled = "disabled" })自有资金 @Html.CheckBoxFor(m => m.fyly2, new { @disabled = "disabled" })项目经费 | 申请金额 | @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number", @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.TextAreaFor(m => m.bz, new { cols = "20", rows = "2", @readonly = "readonly" }) |
| 审批意见 | @Html.TextArea("yj", new { @cols = "60", @rows = "2" }) |