3425265b by yangjianbin

init

1 parent d5e87fe9
...@@ -6,6 +6,14 @@ ...@@ -6,6 +6,14 @@
6 <label>资料上传</label> 6 <label>资料上传</label>
7 <span class="form-control select-box"> 7 <span class="form-control select-box">
8 <select class="select uploader" size="1"> 8 <select class="select uploader" size="1">
9 <?php foreach ($this->session->sourceBaseType as $k=>$v):?>
10 <option value="<?=$v->code?>"><?=$v->desc?></option>
11 <?php if($v->children && !empty($v->children)):?>
12 <?php foreach ($this->session->sourceBaseType as $kk=>$vv):?>
13 <option value="<?=$vv->code?>">--<?=$vv->desc?></option>
14 <?php endforeach;?>
15 <?php endif;?>
16 <?php endforeach;?>
9 <option value="1">浙江法院公开网</option> 17 <option value="1">浙江法院公开网</option>
10 <option value="2">全国被执行网</option> 18 <option value="2">全国被执行网</option>
11 </select> 19 </select>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!