@{ ViewBag.Title = "chuchai_sqMessage"; } @model dccdc.Models.chuchai_sqModel @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.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.areaid1, ViewData["areaD"] as SelectList, "----请选择----", new { @class = "l-text" }) 出差市区 @Html.TextBoxFor(m => m.areaid2, new { @class = "l-text" }) 出差地区 @Html.TextBoxFor(m => m.areaid3, 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" }) 上传附件
@Html.HiddenFor(m => m.filepath) @if (!string.IsNullOrEmpty(Model.filepath)) { 下载 @Model.filepath }