6a523473 by yangjianbin

init

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