|
|
@ -20,19 +20,19 @@ use \common\libs\MyLib; |
|
|
|
<div class="form-group"> |
|
|
|
<div class="form-group"> |
|
|
|
<label>车主</label> |
|
|
|
<label>车主</label> |
|
|
|
<input type="text" name="car_man" id="car_man" class="form-control"> |
|
|
|
<input type="text" name="car_man" id="car_man" class="form-control"> |
|
|
|
<label>电话</label> |
|
|
|
<label style="margin-left:20px;">电话</label> |
|
|
|
<input type="text" name="phone" id="phone" class="form-control"> |
|
|
|
<input type="text" name="phone" id="phone" class="form-control"> |
|
|
|
<label>车牌</label> |
|
|
|
<label style="margin-left:20px;">车牌</label> |
|
|
|
<input type="text" name="car_no" id="car_no" class="form-control"> |
|
|
|
<input type="text" name="car_no" id="car_no" class="form-control"> |
|
|
|
<label>被保险人</label> |
|
|
|
<label style="margin-left:20px;">被保险人</label> |
|
|
|
<input type="text" name="id_man" id="id_man" class="form-control"> |
|
|
|
<input type="text" name="id_man" id="id_man" class="form-control"> |
|
|
|
<button type="submit" class="btn btn-primary">搜索</button> |
|
|
|
<button type="submit" class="btn btn-primary" style="margin-left:20px;">搜索</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
<div class="row"> |
|
|
|
<div class="row" style="margin-top:20px;"> |
|
|
|
<div class="col-md-12"> |
|
|
|
<div class="col-md-12"> |
|
|
|
<table id="listTable"> |
|
|
|
<table id="listTable"> |
|
|
|
<thead> |
|
|
|
<thead class="bg-warning"> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th width="50" data-field="id">ID</th> |
|
|
|
<th width="50" data-field="id">ID</th> |
|
|
|
<th data-field="id_man">被保险人</th> |
|
|
|
<th data-field="id_man">被保险人</th> |
|
|
|