@model trade @{ ViewBag.Title = "计算管理 | 行权批量执行"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section JS { } @using (Html.BeginForm("tradeHedgeVolUpload", "trade", FormMethod.Post, new { id = "tradeHedgeVolUploadForm" })) {