@{ ViewBag.Title = "chuchai_spMessage"; } @model dccdc.Models.chuchai_sqModel @section scripts{ }
| 申 请 人: | @Html.DisplayFor(m => m.sqr) | ||||
| 申请科室: | @Html.DisplayFor(m => m.ksmc) | 申请金额: | @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) @**@ | 费用来源: | @Html.CheckBoxFor(m => m.fyly1, new { @disabled = "disabled" })自有资金 @Html.CheckBoxFor(m => m.fyly2, new { @disabled = "disabled" })项目经费 |
| 出差类型 | @Html.DropDownListFor(m => m.cclx, ViewData["cclxD"] as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" }) |
| 出差人数 | @Html.TextBoxFor(m => m.ccrs, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
| 出差天数 | @Html.TextBoxFor(m => m.ccts, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
| 出差时间 | @Html.TextBoxFor(m => m.ccsj, new { @class = "l-text", @readonly = "readonly" }) |
| 出差类别 | @Html.DropDownListFor(m => m.cclb, ViewData["cclbD"] as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" }) |
| 出差地区 | @Html.TextBoxFor(m => m.area, new { @class = "l-text", @readonly = "readonly" }) |
| 详细地址 | @Html.TextBoxFor(m => m.ccdd, new { @class = "l-text", @style = "width:400px", @readonly = "readonly" }) |
| 出差人员 | @Html.TextBoxFor(m => m.ccry, new { @class = "l-text", @style = "width:400px", @readonly = "readonly" }) |
| 上传附件 | @if (!string.IsNullOrEmpty(Model.filepath)) { 下载 @Model.filepath } |
| 出差事由 | @Html.TextAreaFor(m => m.sy, new { @rows = "3", @style = "width:400px", @readonly = "readonly" }) |
审批过程 查看项目经费:@Html.DisplayTextFor(m => m.fydh) 查看三重一大:@Html.DisplayTextFor(m => m.fydh2) |
||
| 科室领导 | @if (ViewBag.zw == "科室领导") { @Html.TextArea("spnr1", new { @cols = "77", @rows = "2" }) } else { @Html.TextArea("spnr1", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } |
@Html.DisplayTextFor(m => m.spr1) @Html.DisplayTextFor(m => m.sptime1) |
| 分管领导 | @if (ViewBag.zw == "分管领导") { @Html.TextArea("spnr2", new { @cols = "77", @rows = "2" }) } else { @Html.TextArea("spnr2", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } |
@Html.DisplayTextFor(m => m.spr2) @Html.DisplayTextFor(m => m.sptime2) |
| 中心主任 | @if (ViewBag.zw == "中心主任") { @Html.TextArea("spnr3", new { @cols = "77", @rows = "2" }) @Html.Hidden("yzm1", ""); @Html.TextBox("yzm2", "", new { @placeholder = "验证码" }); } else { @Html.TextArea("spnr3", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } |
@Html.DisplayTextFor(m => m.spr3) @Html.DisplayTextFor(m => m.sptime3) |