8dfa7f34 by yangjianbin

init

1 parent dfbaff4c
......@@ -460,16 +460,6 @@
<label>贷款用途</label>
<span class="form-control select-box">
<select class="select" size="1">
<?php foreach ($this->session->loanNatureEnum as $k => $v): ?>
<option value="<?= $k ?>"><?= $v ?></option>
<?php endforeach; ?>
</select>
</span>
</div>
<div class="form-group col-sm-3 col-md-2">
<label>贷款性质</label>
<span class="form-control select-box">
<select class="select" size="1">
<?php foreach ($this->session->loanUseEnum as $k => $v): ?>
<option value="<?= $k ?>"><?= $v ?></option>
<?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!