init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | <div class="form-group col-sm-3 col-md-2"> | 19 | <div class="form-group col-sm-3 col-md-2"> |
| 20 | <label>产品名称</label> | 20 | <label>产品名称</label> |
| 21 | <span class="form-control select-box"> | 21 | <span class="form-control select-box"> |
| 22 | <select class="select" size="1" id="productId"> | 22 | <select class="select" size="1" name="productId"> |
| 23 | <?php foreach ($this->session->products as $k=>$v):?> | 23 | <?php foreach ($this->session->products as $k=>$v):?> |
| 24 | <option data-repaymentMode="<?=$v->repaymentMode?>" data-loanDeadline="<?=$v->loanDeadline?>" value="<?=$v->id?>"><?=$v->productName?></option> | 24 | <option data-repaymentMode="<?=$v->repaymentMode?>" data-loanDeadline="<?=$v->loanDeadline?>" value="<?=$v->id?>"><?=$v->productName?></option> |
| 25 | <?php endforeach;?> | 25 | <?php endforeach;?> | ... | ... |
-
Please register or sign in to post a comment