更改黑名单审批导入格式为.xlsx
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
<div class="container" style="overflow:hidden;padding:20px;">
|
||||
<form class="form-horizontal" method="post" id="formImport" onsubmit="return false;">
|
||||
<div>
|
||||
<input type="file" id="openFile" name="file" accept="text/csv" />
|
||||
<input type="file" id="openFile" name="file" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
|
||||
</div>
|
||||
<div style="margin: 0px auto; padding: 10px;">
|
||||
<input class="btn btn-primary" type="button" onclick="importDatas();return false;" value="导入黑名单客户" />
|
||||
|
||||
Reference in New Issue
Block a user