3425265b by yangjianbin

init

1 parent d5e87fe9
......@@ -6,6 +6,14 @@
<label>资料上传</label>
<span class="form-control select-box">
<select class="select uploader" size="1">
<?php foreach ($this->session->sourceBaseType as $k=>$v):?>
<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>
<?php endforeach;?>
<?php endif;?>
<?php endforeach;?>
<option value="1">浙江法院公开网</option>
<option value="2">全国被执行网</option>
</select>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!