Batch.html
1.58 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
<%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>
<div class="panel-col" style="position: relative;">
<input id="productModelTry" name="file" data-type="productModelTry" type="file"
style="cursor: pointer; height: 37px; top: 8px;">
<div class="file-name btn btn-default">上传本地文件</div>
</div>
</td>
</tr>
<tr>
<td>说明:</td>
<td colspan="2">
1、上传文件必须是<span style="color:red;">.xlsx</span>文件<br>
2、第一行标题栏:<span style="color: red;">试穿模特ID|sku|试穿描述|试穿备注</span><br>
3、<a href="/ajax/link/productModelTry">下载样例</a>
</td>
</tr>
</table>
</div>
<div class="panel-footer">
<a href="/meterManage/tryInfo/index" class="btn btn-primary col-sm-1 col-sm-offset-4">返回</a>
</div>
</div>
</div>
<div class="panel panel-primary-head">
<div class="panel-body red" id="message">
</div>
</div>