Commit beed40c6 authored by chenzq's avatar chenzq

导入execl

parent 2f2ebe21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="{$excelurl}" method="post" enctype="multipart/form-data">
<br>
<br><br>
<table width="100%">
<tr>
<td class="tb_lable" style="width: 100px">选择文件</td>
<td>
<input type="file" name="force">
</td>
</tr>
<tr>
<td class="tb_lable" style="width: 100px">num_iid</td>
<td>
<input type="number" name="num_iid">
</td>
</tr>
<tr>
<td class="tb_lable"></td>
<td>
<br> <input id="sub_btn" type="submit" name="submit" value="导入" class="btn btn-primary" style="border-radius:5px;"/>
</td>
</tr>
</table>
</form>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment