c53ac20a by yangjianbin

init

1 parent e1c8e8c9
......@@ -421,7 +421,9 @@
<label>贷款品种/代码</label>
<span class="form-control select-box">
<select class="select" size="1">
<option value="1"></option>
<?php foreach ($this->session->products as $k => $v): ?>
<option value="<?= $v->id ?>"><?= $v->productName ?></option>
<?php endforeach; ?>
</select>
</span>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!