|
|
|
@ -21,11 +21,11 @@ use \common\libs\MyLib; |
|
|
|
|
<label for="car_no">车牌</label> |
|
|
|
|
<input type="text" id="car_no" name="car_no" class="form-control"> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;margin-left:10px;"> |
|
|
|
|
<label for="car_man">车主</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:10px;"> |
|
|
|
|
<label for="phone">联系电话</label> |
|
|
|
|
<input type="text" id="phone" name="phone" class="form-control"> |
|
|
|
|
</div> |
|
|
|
@ -41,7 +41,7 @@ use \common\libs\MyLib; |
|
|
|
|
<label for="company">保险公司</label> |
|
|
|
|
<input type="text" id="company" name="company" class="form-control"> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;margin-left:10px;"> |
|
|
|
|
<label for="status">状态</label> |
|
|
|
|
<select id="status" name="status" class="form-control"> |
|
|
|
|
<option value="0">全部</option> |
|
|
|
@ -49,7 +49,7 @@ use \common\libs\MyLib; |
|
|
|
|
<option value="2">已分配</option> |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;margin-left:10px;"> |
|
|
|
|
<label for="username">业务员</label> |
|
|
|
|
<input type="text" id="username" name="username" class="form-control"> |
|
|
|
|
</div> |
|
|
|
|