Import.html
2.97 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<%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" style="width:250px">商品VIP设置</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="/vip/index">返回</a>
</td>
</tr>
<tr>
<td>说明:</td>
<td colspan="2">
1、上传文件必须是 .xlsx 文件<br>
2、第一行标题栏:SKN、商品VIP状态<br>
<span style="color: red;">3、商品VIP状态:1表示开启,2表示关闭;</span><br>
4、请上传自己权限内的商品SKN,一次上传数量不可超过1W条<br/>
5、<a href="/ajax/link/vipProduct">下载样例</a>
</td>
</tr>
</table>
</div>
<div class="panel-body">
<table class="table table-bordered">
<tr>
<td rowspan="2" style="width:250px">商品VIP返币设置</td>
<td>上传EXCEL:</td>
<td style="position: relative;">
<input id="importReturnCoinBatch" name="file" data-type="" type="file" style="border:1px solid red; cursor: pointer; height: 37px; top: 8px;">
<a class="btn btn-default" href="/vip/index">返回</a>
</td>
</tr>
<tr>
<td>说明:</td>
<td colspan="2">
1、上传文件必须是 .xlsx 文件<br>
2、第一行标题栏:SKN、商品VIP返币状态<br>
<span style="color: red;">3、商品VIP返币状态:1表示开启,0表示关闭;</span><br>
4、请上传自己权限内的商品SKN,一次上传数量不可超过1W条<br/>
5、<a href="/ajax/link/vipCoinReturn">下载样例</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'%>