You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
791 B
HTML
26 lines
791 B
HTML
@@include('./../../template/common/header.html', {
|
|
"title": "excel 导入",
|
|
csslinks:['./../../static/css/excel.css']
|
|
})
|
|
<div class="layui-iframe">
|
|
@@include('./../../template/common/breadcrumb.html', {
|
|
"title": "excel 导入",
|
|
subtitle:''
|
|
})
|
|
<div class="layui-card table-box">
|
|
<div class="layui-opr-block">
|
|
<div class="layui-form-item">
|
|
<label class="layui-form-label">门店编号:</label>
|
|
<div class="layui-input-inline">
|
|
<a href="javascript:;" class="file">选择文件
|
|
<input type="file" name="" id="LAY-excel-import-excel" accept="*.xls,*.xlsx">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@include('./../../template/common/footer.html', {
|
|
"jslinks": ['./../../static/js/excel/upload.js']
|
|
}) |