7b9e6984 by yangjianbin

init

1 parent e19faee4
......@@ -36,7 +36,7 @@
<span class="select-box">
<select class="select table_search" size="1">
<option value="" selected>来源</option>
<?php foreach ($this->session->source as $k=>$v):?>
<?php foreach ($this->session->repaymentPlanSource as $k=>$v):?>
<option value="<?=$v->id?>"><?=$v->name?></option>
<?php endforeach;?>
</select>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!