@using WX.CRM.WebHelper; @{ ViewBag.Title = "资源导入"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
@Html.ToolButtonPlain("btnSave", "icon-check", "保存", false, "")

  提示:数据正在处理中……
资源: @Html.DropDownList("ResourctType1")
号码:
资源: @Html.DropDownList("ResourctType2")
文件:
文本文件格式如下:


资源: @Html.DropDownList("ResourctType3")
文件:
excel文件格式如下:

注意:excel文件第一行必须要加上列头信息
@Html.Raw(ViewBag.gridTable)