Batch.html
1.43 KB
<%include '../../common/__ui/header'%>
<%include '../../common/__partail/ListHeader'%>
<div class="contentpanel">
<div class="panel" style="margin-bottom:10px;">
<a href="/shop/shopCategory/index" class="btn btn-info" style="margin: 10px 10px 0">返回列表</a>
<table class="table table-bordered" style="border:1px solid #ddd; margin-top: 10px">
<tr>
<td rowspan="2">商品关联导表</td>
<td>上传EXCEL:</td>
<td style="position: relative;"><input id="shop-category-skn" name="file" data-type="shopCategorySkn" type="file" style="cursor: pointer; height: 37px; top: 8px;"></td>
</tr>
<tr>
<td>说明:</td>
<td colspan="2">
1、上传文件必须是<span style="color:red;">.xlsx</span>文件<br>
2、Excel表头为:<span style="color: #67D267;">类目ID,SKN</span><br>
3、第一行为表头内容,第二行开始为正式内容<br>
4、每个文件控制在2500行以内<br>
5、<a href="/ajax/link/categoryLinkProduct">下载样例</a>
</td>
</tr>
</table>
</div>
</div>
<div class="panel panel-primary-head" style="display:none;">
<div class="panel-body" id="message" style="overflow-y: scroll; height:400px;">
</div>
</div>
<%include '../../common/__ui/footer'%>