23 lines
926 B
Plaintext
23 lines
926 B
Plaintext
@{
|
|
ViewBag.Title = "基础数据管理 | Span涨跌幅2导入";
|
|
Layout = "~/Views/Shared/_InfoLayout.cshtml";
|
|
}
|
|
|
|
@section JS
|
|
{
|
|
<script src="~/Scripts/app/underlyingspantwo/upload.js"></script>
|
|
}
|
|
|
|
<form id="spanUploadForm" method="post" class="yc-panel" onsubmit="return false;" style="padding-bottom:30px;">
|
|
<h4 class="mb-4">Span涨跌幅2导入</h4>
|
|
<div class="mb-4">
|
|
<input type="file" id="openFile" name="file" accept=".xlsx" />
|
|
</div>
|
|
<div class="mb-4">
|
|
@MyControls.Btn("导入Span涨跌幅2", "uploadSpanRate('/UnderlyingSpanTwo/UploadSpanRate')")
|
|
<a class="btn btn-primary" href="~/App_Docs/导入模板/标的资产预付金参数导入模板-Span涨跌幅度2.xlsx" target="_blank">
|
|
Span涨跌幅2导入模板下载
|
|
</a>
|
|
<button class="btn btn-primary" type="button" onclick="closeMe();">关闭</button>
|
|
</div>
|
|
</form> |