init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | <label>贷款品种/代码</label> | 6 | <label>贷款品种/代码</label> |
| 7 | <span class="form-control select-box"> | 7 | <span class="form-control select-box"> |
| 8 | <select class="select" size="1" disabled> | 8 | <select class="select" size="1" disabled> |
| 9 | <option value="1"></option> | 9 | <option value="1"><?=$applyOrderVO->productId?></option> |
| 10 | </select> | 10 | </select> |
| 11 | </span> | 11 | </span> |
| 12 | </div> | 12 | </div> |
| ... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
| 14 | <label>贷款用途性质</label> | 14 | <label>贷款用途性质</label> |
| 15 | <span class="form-control select-box"> | 15 | <span class="form-control select-box"> |
| 16 | <select class="select" size="1" disabled> | 16 | <select class="select" size="1" disabled> |
| 17 | <option value="1"></option> | 17 | <option value="1"><?=$applyOrderVO->useNature?></option> |
| 18 | </select> | 18 | </select> |
| 19 | </span> | 19 | </span> |
| 20 | </div> | 20 | </div> | ... | ... |
-
Please register or sign in to post a comment