|
|
|
@ -18,18 +18,18 @@ use \common\libs\MyLib; |
|
|
|
|
<div class="ibox-content"> |
|
|
|
|
<form role="form" class="form-inline" onsubmit="return search();"> |
|
|
|
|
<div class="form-group"> |
|
|
|
|
<label class="left-space">车主</label> |
|
|
|
|
<label style="margin-left:20px;">车主</label> |
|
|
|
|
<input type="text" name="car_man" id="car_man" class="form-control"> |
|
|
|
|
<label class="left-space">电话</label> |
|
|
|
|
<label style="margin-left:20px;">电话</label> |
|
|
|
|
<input type="text" name="phone" id="phone" class="form-control"> |
|
|
|
|
<label class="left-space">车牌</label> |
|
|
|
|
<label style="margin-left:20px;">车牌</label> |
|
|
|
|
<input type="text" name="car_no" id="car_no" class="form-control"> |
|
|
|
|
<label class="left-space">被保险人</label> |
|
|
|
|
<label style="margin-left:20px;">被保险人</label> |
|
|
|
|
<input type="text" name="id_man" id="id_man" class="form-control"> |
|
|
|
|
<button type="submit" class="btn btn-primary top-space" >搜索</button> |
|
|
|
|
<button type="submit" class="btn btn-primary" style="margin-left:30px;">搜索</button> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="row" style="margin-top:30px;"> |
|
|
|
|
<div class="col-md-12"> |
|
|
|
|
<table id="listTable"> |
|
|
|
|
<thead class="bg-warning"> |
|
|
|
|