...
|
...
|
@@ -45,13 +45,13 @@ |
|
|
</td>
|
|
|
<th width="80">设备MAC地址<span class="form-required">*</span></th>
|
|
|
<td><input class="form-control" type="text" name="mac_address" id="mac_address" value="{$data.mac_address}"
|
|
|
placeholder="请输入设备MAC地址" required></td>
|
|
|
placeholder="请输入设备MAC地址" readonly></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th width="80">设备锁名称<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input class="form-control" type="text" name="name" id="name" value="{$data.name}"
|
|
|
placeholder="请输入设备锁名称" required>
|
|
|
placeholder="请输入设备锁名称" readonly>
|
|
|
</td>
|
|
|
<th width="80">所属医院<span class="form-required">*</span></th>
|
|
|
<td>
|
...
|
...
|
|