@{ ViewBag.Title = "chuchai_sqMessage"; } @model dccdc.Models.chuchai_sqModel @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.CheckBoxFor(m => m.fyly1)自有资金 @Html.CheckBoxFor(m => m.fyly2)项目经费 | 申请状态 | @Html.DropDownListFor(m => m.zt, ViewData["ztD"] as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" }) | 出差时间 | @Html.TextBoxFor(m => m.ccsj, new { @class = "l-text" }) |
| 出差人数 | @Html.TextBoxFor(m => m.ccrs, new { @class = "l-text l-text-field-number", @type = "number" }) | 出差天数 | @Html.TextBoxFor(m => m.ccts, new { @class = "l-text l-text-field-number", @type = "number" }) | 出差人员 | @Html.TextBoxFor(m => m.ccry, new { @class = "l-text" }) |
| 出差类别 | @Html.DropDownListFor(m => m.cclb, ViewData["cclbD"] as SelectList, "----请选择----", new { @class = "l-text" }) | 出差地区 | @Html.TextBoxFor(m => m.area, new { @class = "l-text" }) | 详细地址 | @Html.TextBoxFor(m => m.ccdd, new { @class = "l-text" }) |
| 出差事由 | @Html.TextAreaFor(m => m.sy, new { @rows = "2" }) | 上传附件 |