init
Showing
1 changed file
with
15 additions
and
15 deletions
| ... | @@ -5,21 +5,21 @@ | ... | @@ -5,21 +5,21 @@ |
| 5 | <div class="page-container"> | 5 | <div class="page-container"> |
| 6 | <form class="" onreset="resetHandler()"> | 6 | <form class="" onreset="resetHandler()"> |
| 7 | <div class="row cl mb-20"> | 7 | <div class="row cl mb-20"> |
| 8 | <!-- <div class="col-xs-2">--> | 8 | <div class="col-xs-2"> |
| 9 | <!-- <span class="select-box">--> | 9 | <span class="select-box"> |
| 10 | <!-- <select class="select table_search" size="1" column="1">--> | 10 | <select class="select table_search" size="1" column="1"> |
| 11 | <!-- <option value="" selected>网点</option>--> | 11 | <option value="" selected>网点</option> |
| 12 | <!-- --><?php //foreach ($this->session->departments as $k=>$v):?> | 12 | <?php foreach ($this->session->departments as $k=>$v):?> |
| 13 | <!-- <option value="--><?//=$v->id?><!--">--><?//=$v->name?><!--</option>--> | 13 | <option value="<?=$v->id?>"><?=$v->name?></option> |
| 14 | <!-- --><?php //if($v->children && !empty($v->children)):?> | 14 | <?php if($v->children && !empty($v->children)):?> |
| 15 | <!-- --><?php //foreach ($v->children as $kk=>$vv):?> | 15 | <?php foreach ($v->children as $kk=>$vv):?> |
| 16 | <!-- <option value="--><?//=$vv->id?><!--">--><?//=$vv->name?><!--</option>--> | 16 | <option value="<?=$vv->id?>"><?=$vv->name?></option> |
| 17 | <!-- --><?php //endforeach;?> | 17 | <?php endforeach;?> |
| 18 | <!-- --><?php //endif;?> | 18 | <?php endif;?> |
| 19 | <!-- --><?php //endforeach;?> | 19 | <?php endforeach;?> |
| 20 | <!-- </select>--> | 20 | </select> |
| 21 | <!-- </span>--> | 21 | </span> |
| 22 | <!-- </div>--> | 22 | </div> |
| 23 | <div class="col-xs-2"> | 23 | <div class="col-xs-2"> |
| 24 | <span class="select-box"> | 24 | <span class="select-box"> |
| 25 | <select class="select table_search" size="1" column="2"> | 25 | <select class="select table_search" size="1" column="2"> | ... | ... |
-
Please register or sign in to post a comment