init
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -421,7 +421,9 @@ | ... | @@ -421,7 +421,9 @@ |
| 421 | <label>贷款品种/代码</label> | 421 | <label>贷款品种/代码</label> |
| 422 | <span class="form-control select-box"> | 422 | <span class="form-control select-box"> |
| 423 | <select class="select" size="1"> | 423 | <select class="select" size="1"> |
| 424 | <option value="1"></option> | 424 | <?php foreach ($this->session->products as $k => $v): ?> |
| 425 | <option value="<?= $v->id ?>"><?= $v->productName ?></option> | ||
| 426 | <?php endforeach; ?> | ||
| 425 | </select> | 427 | </select> |
| 426 | </span> | 428 | </span> |
| 427 | </div> | 429 | </div> | ... | ... |
-
Please register or sign in to post a comment