@model trade @{ ViewBag.Title = "计算管理 | 行权批量执行"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section JS { } @using (Html.BeginForm("UploadFinishedTrades", "trade_cash", FormMethod.Post, new { id = "tradeUploadForm" })) {
选择文件 @if (Model != null) { }
@MyControls.Btn("批量了结导入", "upload()") 批量了结模板下载 @MyControls.Btn("关闭", "layer.closeMe()")
}