@{ ViewBag.Title = "sqccbxMessage"; } @model dccdc.Models.sqccbxModel @section scripts{ }
@Html.HiddenFor(m => m.id) @Html.HiddenFor(m => m.fydh) @Html.HiddenFor(m => m.fydh2) @**@
申请科室 @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.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.DropDownListFor(m => m.fyly, ViewBag.fylyD as SelectList, "----请选择----", new { @class = "l-text" })报销金额 @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" })
出差申请单 @Html.TextBoxFor(m => m.dydh, new { @class = "l-text", @readonly = "readonly" }) 备注 @Html.TextAreaFor(m => m.bz, new { cols = "18", rows = "2" })