@{ ViewBag.Title = "sqfile"; } @using Newtonsoft.Json;
| 选择日期 | @Html.TextBox("xzrq", "" , new { @class = "l-text" })* | 文件类型 | @Html.DropDownList("wjlx", ViewData["wjlxD"] as SelectList, "----请选择----", new { @class = "l-text" })* |
| 选择文件 | 文件名称 | @Html.TextBox("title", "", new { @class = "l-text" })* |