作者 董瑞恩
1 个管道 的构建 通过 耗费 1 秒

cost

... ... @@ -45,31 +45,31 @@
id="serial_number" required value="" placeholder="请输入设备锁编号"/>
</td>
<th width="80">设备MAC地址<span class="form-required">*</span></th>
<td><input class="form-control" type="text" name="test_oil_name" id="test_oil_name" value=""
<td><input class="form-control" type="text" name="mac_address" id="mac_address" value=""
placeholder="请输入设备MAC地址" required></td>
</tr>
<tr>
<th width="80">设备锁名称<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" name="test_phone1" id="test_phone1" value=""
<input class="form-control" type="text" name="name" id="name" value=""
placeholder="请输入设备锁名称" required>
</td>
<th width="80">所属医院</th>
<td>
<input class="form-control" type="text" name="test_phone2" id="test_phone2" value=""
<input class="form-control" type="text" name="hospital" id="hospital" value=""
placeholder="请输入所属医院">
</td>
</tr>
<tr>
<th width="80">备注<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" name="test_company" id="test_company"
<input class="form-control" type="text" name="note" id="note"
placeholder="请填写备注" required>
</td>
<th width="80">导入时间<span class="form-required">*</span></th>
<td>
<input class="form-control" name="test_people" id="test_people"
placeholder="请填写送样人" required>
<input class="form-control" name="create_time" id="create_time"
value="{:date('Y-m-d H:i:s',time())}" required>
</td>
</tr>
... ... @@ -84,8 +84,8 @@
<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.all.min.js"></script>
<script type="text/javascript">
function confirm() {
var selectedCategoriesId = [];
var selectedCategoriesName = [];
var serial_number = [];
var test_oil_name = [];
var selectedCategories = [];
return {
... ...