1bfcf395 by yangjianbin

init

1 parent e81e2c78
...@@ -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;?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!