正在显示
1 个修改的文件
包含
0 行增加
和
20 行删除
@@ -33,29 +33,9 @@ | @@ -33,29 +33,9 @@ | ||
33 | </div> | 33 | </div> |
34 | </div> | 34 | </div> |
35 | <form class="well form-inline margin-top-20" method="post" action="{:url('AdminEquipment/index')}"> | 35 | <form class="well form-inline margin-top-20" method="post" action="{:url('AdminEquipment/index')}"> |
36 | - 设备名称: | ||
37 | - <input type="text" class="form-control" name="name" style="width: 200px;" | ||
38 | - value="{$name|default=''}" placeholder="请输入关键字..."> | ||
39 | 初始医院: | 36 | 初始医院: |
40 | <input type="text" class="form-control" name="hospital" style="width: 200px;" | 37 | <input type="text" class="form-control" name="hospital" style="width: 200px;" |
41 | value="{$hospital|default=''}" placeholder="请输入关键字..."> | 38 | value="{$hospital|default=''}" placeholder="请输入关键字..."> |
42 | - 备注: | ||
43 | - <input type="text" class="form-control" name="note" style="width: 200px;" | ||
44 | - value="{$note|default=''}" placeholder="请输入关键字..."> | ||
45 | - 设备编号: | ||
46 | - <input type="text" class="form-control" name="start_number" | ||
47 | - value="{$start_number|default=''}" | ||
48 | - style="width: 80px;" autocomplete="off">- | ||
49 | - <input type="text" class="form-control" name="end_number" | ||
50 | - value="{$end_number|default=''}" | ||
51 | - style="width: 80px;" autocomplete="off"> | ||
52 | - 导入时间: | ||
53 | - <input type="text" class="form-control js-bootstrap-datetime" name="start_time" | ||
54 | - value="{$start_time|default=''}" | ||
55 | - style="width: 140px;" autocomplete="off">- | ||
56 | - <input type="text" class="form-control js-bootstrap-datetime" name="end_time" | ||
57 | - value="{$end_time|default=''}" | ||
58 | - style="width: 140px;" autocomplete="off"> | ||
59 | <input type="submit" class="btn btn-primary" value="搜索"/> | 39 | <input type="submit" class="btn btn-primary" value="搜索"/> |
60 | <a class="btn btn-danger" href="{:url('AdminEquipment/index')}">清空</a> | 40 | <a class="btn btn-danger" href="{:url('AdminEquipment/index')}">清空</a> |
61 | </form> | 41 | </form> |
-
请 注册 或 登录 后发表评论