@{ ViewBag.Title = "chuchai_spMessage"; } @model dccdc.Models.chuchai_sqModel @section scripts{ }
@if (!string.IsNullOrEmpty(Model.spr1)) { @Html.DisplayTextFor(m => m.spr1)   @Html.DisplayTextFor(m => m.sptime1)   @Html.DisplayTextFor(m => m.spnr1)
} @if (!string.IsNullOrEmpty(Model.spr2)) { @Html.DisplayTextFor(m => m.spr2)   @Html.DisplayTextFor(m => m.sptime2)   @Html.DisplayTextFor(m => m.spnr2)
} @if (!string.IsNullOrEmpty(Model.spr3)) { @Html.DisplayTextFor(m => m.spr3)   @Html.DisplayTextFor(m => m.sptime3)   @Html.DisplayTextFor(m => m.spnr3)
} @if (!string.IsNullOrEmpty(Model.mx)) { foreach (string item in Model.mx.Split(new string[] { "
" }, StringSplitOptions.RemoveEmptyEntries)) { @item
} } @if (!string.IsNullOrEmpty(Model.spr5)) { @Html.DisplayTextFor(m => m.spr5)   @Html.DisplayTextFor(m => m.sptime5)   @Html.DisplayTextFor(m => m.spnr5)
} @if (!string.IsNullOrEmpty(Model.spr6)) { @Html.DisplayTextFor(m => m.spr6)   @Html.DisplayTextFor(m => m.sptime6)   @Html.DisplayTextFor(m => m.spnr6)
}
@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.CheckBoxFor(m => m.fyly1, new { @disabled = "disabled" })自有资金    @Html.CheckBoxFor(m => m.fyly2, new { @disabled = "disabled" })项目经费 申请状态 @Html.DropDownListFor(m => m.zt, ViewData["ztD"] as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" }) 出差时间 @Html.TextBoxFor(m => m.ccsj, new { @class = "l-text", @readonly = "readonly" })
出差人数 @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.ccry, 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", @readonly = "readonly" })
出差事由 @Html.TextAreaFor(m => m.sy, new { @rows = "2", @readonly = "readonly" }) 上传附件 @if (!string.IsNullOrEmpty(Model.filepath)) { 下载 @Model.filepath }
审批意见 @Html.TextArea("yj", new { @cols = "60", @rows = "2" })