...
|
...
|
@@ -29,25 +29,25 @@ |
|
|
<body>
|
|
|
<div class="wrap js-check-wrap">
|
|
|
<ul class="nav nav-tabs">
|
|
|
<li><a href="{:url('AdminTestInfo/index')}">检测报告</a></li>
|
|
|
<li class="active"><a href="{:url('AdminTestInfo/add')}">添加报告</a></li>
|
|
|
<li class="active"><a>批量添加设备信息</a></li>
|
|
|
</ul>
|
|
|
<!--js-ajax-form margin-top-20-->
|
|
|
<form action="{:url('AdminTestInfo/addPost')}" method="post" class="form-horizontal js-ajax-form margin-top-20">
|
|
|
<form action="{:url('AdminEquipment/batch_addPost')}" method="post" class="form-horizontal js-ajax-form margin-top-20">
|
|
|
<div class="row">
|
|
|
<div class="col-md-2"></div>
|
|
|
<div class="col-md-8">
|
|
|
<table class="table table-bordered">
|
|
|
|
|
|
<tr>
|
|
|
<th width="80">设备锁编号<span class="form-required">*</span></th>
|
|
|
<th width="80">上传文件<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input class="form-control" type="text" name="serial_number"
|
|
|
id="serial_number" required value="" placeholder="请输入设备锁编号"/>
|
|
|
<input class="form-control" type="file" name="myfile"
|
|
|
id="myfile"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
|
<button type="submit" class="btn btn-primary js-ajax-submit">上传</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|
...
|
...
|
|