Import.html
1.89 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
<%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="importProductBatch" name="file" data-type="" type="file" style="border:1px solid red; cursor: pointer; height: 37px; top: 8px;">
<a class="btn btn-default" href="/product/batch/index">返回</a>
</td>
</tr>
<tr>
<td>说明:</td>
<td colspan="2">
1、上传文件必须是 .xlsx 文件<br>
2、第一行标题栏:SKN、起购件数、折扣、促销名称、状态(1:开启,2:关闭)<br>
<span style="color: red;">3、折扣只支持 0.01-1 之间的数字,到小数点后 2 位,例如 0.85;</span><br>
4、量贩商品不可参加秒杀、限定、预售、定金预售,设定后无法生效<br/>
5、<a href="/ajax/link/productBatchImport">下载样例</a>
</td>
</tr>
</table>
</div>
<div class="panel-body">
<div class="col-md-12">
<div id="message"></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'%>