c53ac20a by yangjianbin

init

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