|
|
|
@ -21,15 +21,15 @@ use \common\libs\MyLib; |
|
|
|
|
<label for="username">车主</label> |
|
|
|
|
<input type="text" id="car_man" name="car_man" class="form-control"> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;margin-left:20px;"> |
|
|
|
|
<label for="id_man">被保险人</label> |
|
|
|
|
<input type="text" id="id_man" name="id_man" class="form-control"> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;margin-left:20px;"> |
|
|
|
|
<label for="phone">电话</label> |
|
|
|
|
<input type="text" id="phone" name="phone" class="form-control"> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;margin-left:20px;"> |
|
|
|
|
<label for="car_no">车牌</label> |
|
|
|
|
<input type="text" id="car_no" name="car_no" class="form-control"> |
|
|
|
|
</div> |
|
|
|
@ -41,7 +41,7 @@ use \common\libs\MyLib; |
|
|
|
|
<input type="text" class="form-control" id="date_end" name="date_end" autocomplete="off" /> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;margin-left:20px;"> |
|
|
|
|
<label for="datepicker3">正本日期</label> |
|
|
|
|
<div class="input-group input-daterange" id="datepicker3"> |
|
|
|
|
<input type="text" class="form-control" id="date2_begin" name="date2_begin" autocomplete="off" /> |
|
|
|
@ -57,7 +57,7 @@ use \common\libs\MyLib; |
|
|
|
|
<input type="text" class="form-control" id="date3_end" name="date3_end" autocomplete="off" /> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;margin-left:20px;"> |
|
|
|
|
<label for="car_no">状态</label> |
|
|
|
|
<select name="status" id="status" class="form-control"> |
|
|
|
|
<option value="0">全部</option> |
|
|
|
@ -67,10 +67,10 @@ use \common\libs\MyLib; |
|
|
|
|
</div> |
|
|
|
|
<button type="submit" class="btn btn-primary">搜索</button> |
|
|
|
|
</form> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="row" style="margin-top:20px;"> |
|
|
|
|
<div class="col-md-12"> |
|
|
|
|
<table id="listTable"> |
|
|
|
|
<thead> |
|
|
|
|
<thead class="bg-warning"> |
|
|
|
|
<tr> |
|
|
|
|
<th data-field="id">ID</th> |
|
|
|
|
<th data-field="car_man">车主</th> |
|
|
|
|