...
|
...
|
@@ -41,7 +41,7 @@ |
|
|
<tr>
|
|
|
<th width="80">上传文件<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input type="file" id="myfile" name="myfile">
|
|
|
<input class="form-control" type="file" id="myfile" name="myfile">
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
...
|
...
|
@@ -50,10 +50,6 @@ |
|
|
<button class="btn btn-primary js-ajax-submit">上传</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="text-align: center">
|
|
|
<a class="btn btn-primary" href="{:url('AdminEquipment/template_export')}">下载模板</a>
|
|
|
<button class="btn btn-primary js-ajax-submit">上传</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
...
|
...
|
|