Import.html
2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<%include '../../common/__ui/header'%>
<%include '../../common/__partail/ListHeader'%>
<div class="contentpanel">
<div class="panel panel-default" style="margin-bottom:10px;">
<div class="panel-body">
<table class="table table-bordered">
<tr>
<td rowspan="2">套餐</td>
<td>上传EXCEL:</td>
<td style="position: relative;">
<input id="importProductBundle" name="file" data-type="" type="file" style="border:1px solid red; cursor: pointer; height: 37px; top: 8px;">
<a class="btn btn-default" href="/product/bundle/index">返回</a>
</td>
</tr>
<tr>
<td>说明:</td>
<td colspan="2">
1、上传文件必须是 .xlsx 文件<br>
2、第一行标题栏:SKN、套餐名称、开始时间、结束时间、折扣<br>
<span style="color: red;">3、注意事项:一行生成一个套餐号,多个SKN以英文/隔开,一共最多4个SKN,并保证SKN没有参加其他的套餐活动</span><br/>
4、套餐商品不可参加分期、秒杀、限定、预售、定金预售,设定后无法生效<br/>
5、最多一次支持100条记录<br/>
6、<a href="/ajax/link/productBundleImport">下载样例</a>
</td>
</tr>
</table>
</div>
<div class="panel-body">
<div class="col-md-12">
<div id="message" style="color: red;"></div>
</div>
</div>
<div class="panel-body">
<div class="col-md-12">
<div class="dataTab_wrapper" id="basicTab" style="margin-bottom: 10px"></div>
<div id="table-box" class="table-responsive"></div>
</div>
</div>
</div>
</div>
<%include '../../common/__ui/footer'%>