@Html.HiddenFor(m => m.id)
@Html.HiddenFor(m => m.fydh)
@Html.HiddenFor(m => m.fydhs)
@Html.HiddenFor(m => m.fydh2)
| 出差省份 |
@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.cclx, ViewData["cclxD"] as SelectList, "----请选择----", new { @class = "l-text" })* |
| 出差人数 |
@Html.TextBoxFor(m => m.ccrs, new { @class = "l-text l-text-field-number", @type = "number", onkeyup = @"value=value.replace(/[^\d]/g,'')" })* |
| 出差天数 |
@Html.TextBoxFor(m => m.ccts, new { @class = "l-text l-text-field-number", @type = "number", onkeyup = @"value=value.replace(/[^\d]/g,'')" })* |
| 出差时间 |
@Html.TextBoxFor(m => m.ccsj2, 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", @style = "width:400px" })* |
| 出差人员 |
@Html.HiddenFor(m => m.ccryids)
@Html.TextBoxFor(m => m.ccry, new { @class = "l-text", @style = "width:400px", @readonly = "readonly" })
|
| 上传附件 |
|
| 出差事由 |
@Html.TextAreaFor(m => m.sy, new { @rows = "3", @style = "width:400px" })* |