续保管理改变间距

webUi
赵桐华 5 years ago
parent 7ee51ee544
commit e9bfb80cfa
  1. 2
      frontend/views/database/a-index.php
  2. 4
      frontend/views/insurer/my-list.php
  3. 2
      frontend/views/insurer/my-return-list.php
  4. 12
      frontend/views/renewal/all.php
  5. 12
      frontend/views/renewal/first.php
  6. 12
      frontend/views/renewal/today.php

@ -53,7 +53,7 @@ use \common\libs\MyLib;
</div>
</div>
<div class="form-group" style="margin-bottom: 8px;">
<label for="datepicker2" style="margin-left:20px;">保险日期</label>
<label for="datepicker2">保险日期</label>
<div class="input-group input-daterange" id="datepicker2">
<input type="text" class="input-sm form-control" id="insurer1_begin" name="insurer1_begin" value="" autocomplete="off" />
<span class="input-group-addon"></span>

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

@ -18,7 +18,7 @@ use \common\libs\MyLib;
<div class="ibox-content">
<form role="form" class="form-inline" onsubmit="return search();">
<div class="form-group">
<label style="margin-left:20px;">车主</label>
<label>车主</label>
<input type="text" name="car_man" id="car_man" class="form-control">
<label style="margin-left:20px;">电话</label>
<input type="text" name="phone" id="phone" class="form-control">

@ -20,19 +20,19 @@ use \common\libs\MyLib;
<div class="form-group">
<label>车主</label>
<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">
<label>车牌</label>
<label style="margin-left:20px;">车牌</label>
<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">
<button type="submit" class="btn btn-primary">搜索</button>
<button type="submit" class="btn btn-primary" style="margin-left:20px;">搜索</button>
</div>
</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="state" data-checkbox="true"></th>
<th width="50" data-field="car_id">ID</th>

@ -20,19 +20,19 @@ use \common\libs\MyLib;
<div class="form-group">
<label>车主</label>
<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">
<label>车牌</label>
<label style="margin-left:20px;">车牌</label>
<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">
<button type="submit" class="btn btn-primary">搜索</button>
<button type="submit" class="btn btn-primary" style="margin-left:20px;">搜索</button>
</div>
</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="state" data-checkbox="true"></th>
<th width="50" data-field="car_id">ID</th>

@ -20,19 +20,19 @@ use \common\libs\MyLib;
<div class="form-group">
<label>车主</label>
<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">
<label>车牌</label>
<label style="margin-left:20px;">车牌</label>
<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">
<button type="submit" class="btn btn-primary">搜索</button>
<button type="submit" class="btn btn-primary" style="margin-left:20px;">搜索</button>
</div>
</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="state" data-checkbox="true"></th>
<th width="50" data-field="car_id">ID</th>

Loading…
Cancel
Save