Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 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" name="departments"> | 10 | <select class="select table_search" size="1" name="departmentId"> |
| 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> | ... | ... |
-
Please register or sign in to post a comment