@{ 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.Hidden("filepath") 大小:10M以内,格式:图片格式、word、excel、pdf等
文件名称 @Html.TextBox("title", "", new { @class = "l-text" })*
@section scripts{ }