init
Showing
2 changed files
with
8 additions
and
6 deletions
| ... | @@ -64,7 +64,7 @@ | ... | @@ -64,7 +64,7 @@ |
| 64 | <label>居住情况</label> | 64 | <label>居住情况</label> |
| 65 | <div class="info"> | 65 | <div class="info"> |
| 66 | <div class="live-info"> | 66 | <div class="live-info"> |
| 67 | <input type="checkbox" name=""> | 67 | <input type="checkbox" checked name=""> |
| 68 | <span><?=$clientInfoOutputVO->dwellDetail?></span> | 68 | <span><?=$clientInfoOutputVO->dwellDetail?></span> |
| 69 | </div> | 69 | </div> |
| 70 | <!--<div class="live-info"> | 70 | <!--<div class="live-info"> | ... | ... |
| 1 | <div class="panel panel-default mb-20"> | 1 | <div class="panel panel-default mb-20"> |
| 2 | <div class="panel-header">联系人信息 (不承担贷款相关责任)</div> | 2 | <div class="panel-header">联系人信息 (不承担贷款相关责任)</div> |
| 3 | <div class="panel-body"> | 3 | <div class="panel-body"> |
| 4 | <?php foreach ($ClientContactOutputVO as $k=>$v):?> | ||
| 4 | <div class="row cl"> | 5 | <div class="row cl"> |
| 5 | <div class="form-group col-sm-3 col-md-2"> | 6 | <div class="form-group col-sm-3 col-md-2"> |
| 6 | <label>亲属联系人姓名</label> | 7 | <label>亲属联系人姓名</label> |
| 7 | <input type="text" class="form-control input-text" value="XXX"> | 8 | <input type="text" class="form-control input-text" value="<?=$v->contactName?>"> |
| 8 | </div> | 9 | </div> |
| 9 | <div class="form-group col-sm-3 col-md-2"> | 10 | <div class="form-group col-sm-3 col-md-2"> |
| 10 | <label>是您的</label> | 11 | <label>是您的</label> |
| 11 | <span class="form-control select-box"> | 12 | <span class="form-control select-box"> |
| 12 | <select class="select" size="1"> | 13 | <select class="select" size="1"> |
| 13 | <option value="1"></option> | 14 | <option value="1"><?=$v->contactRelation?></option> |
| 14 | </select> | 15 | </select> |
| 15 | </span> | 16 | </span> |
| 16 | </div> | 17 | </div> |
| 17 | <div class="form-group col-sm-3 col-md-2"> | 18 | <div class="form-group col-sm-3 col-md-2"> |
| 18 | <label>手机号</label> | 19 | <label>手机号</label> |
| 19 | <input type="text" class="form-control input-text" value="XXX"> | 20 | <input type="text" class="form-control input-text" value="<?=$v->contactPhone?>"> |
| 20 | </div> | 21 | </div> |
| 21 | </div> | 22 | </div> |
| 23 | <?php endforeach;?> | ||
| 22 | 24 | ||
| 23 | <div class="row cl"> | 25 | <!--<div class="row cl"> |
| 24 | <div class="form-group col-sm-3 col-md-2"> | 26 | <div class="form-group col-sm-3 col-md-2"> |
| 25 | <label>其他联系人姓名</label> | 27 | <label>其他联系人姓名</label> |
| 26 | <input type="text" class="form-control input-text" value="XXX"> | 28 | <input type="text" class="form-control input-text" value="XXX"> |
| ... | @@ -56,6 +58,6 @@ | ... | @@ -56,6 +58,6 @@ |
| 56 | <label>手机号</label> | 58 | <label>手机号</label> |
| 57 | <input type="text" class="form-control input-text" value="XXX"> | 59 | <input type="text" class="form-control input-text" value="XXX"> |
| 58 | </div> | 60 | </div> |
| 59 | </div> | 61 | </div>--> |
| 60 | </div> | 62 | </div> |
| 61 | </div> | 63 | </div> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment