init
Showing
1 changed file
with
8 additions
and
0 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment