dd977e6d by yangjianbin

init

1 parent ea28f58a
......@@ -61,6 +61,10 @@
<span class="form-control select-box">
<select class="select" size="1">
<option>请选择</option>
<?php foreach ($this->session->repayments as $k => $v): ?>
<option <?= $applyOrderVO && $applyOrderVO->payBackType ? 'selected' : '' ?>
value="<?= $k ?>"><?= $v ?></option>
<?php endforeach; ?>
</select>
</span>
</div>
......
......@@ -72,6 +72,10 @@
<span class="form-control select-box">
<select class="select" size="1">
<option>请选择</option>
<?php foreach ($this->session->repayments as $k => $v): ?>
<option <?= $applyOrderVO && $applyOrderVO->payBackType ? 'selected' : '' ?>
value="<?= $k ?>"><?= $v ?></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!