6a523473 by yangjianbin

init

1 parent 3425265b
......@@ -10,7 +10,7 @@
<option value="<?=$v->code?>"><?=$v->desc?></option>
<?php if($v->children && !empty($v->children)):?>
<?php foreach ($this->session->sourceBaseType as $kk=>$vv):?>
<option value="<?=$vv->code?>">--<?=$vv->desc?></option>
<option value="<?=$vv->code?>">&nbsp;&nbsp;--<?=$vv->desc?></option>
<?php endforeach;?>
<?php endif;?>
<?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!