init
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| 4 | <div class="HuiTab"> | 4 | <div class="HuiTab"> |
| 5 | <div class="tabBar clearfix" style="background-color:#e8e8e8"> | 5 | <div class="tabBar clearfix" style="background-color:#e8e8e8"> |
| 6 | <a href="javascript:location.replace('<?=site_url('/work/side/3')?>');"><span>我的审批列表</span></a> | 6 | <a href="javascript:location.replace('<?=site_url('/work/side/3')?>');"><span>我的审批列表</span></a> |
| 7 | <a href="javascript:location.replace('<?=site_url('/work/task')?>');"><span>任务管理</span></a> | 7 | <!-- <a href="javascript:location.replace('--><?//=site_url('/work/task')?><!--');"><span>任务管理</span></a>--> |
| 8 | </div> | 8 | </div> |
| 9 | </div> | 9 | </div> |
| 10 | <div class="page-container"> | 10 | <div class="page-container"> |
| ... | @@ -74,8 +74,8 @@ | ... | @@ -74,8 +74,8 @@ |
| 74 | <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">提交搜索</button> | 74 | <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">提交搜索</button> |
| 75 | <input class="btn btn-warning radius" type="reset" value="重置搜索"> | 75 | <input class="btn btn-warning radius" type="reset" value="重置搜索"> |
| 76 | 76 | ||
| 77 | <button class="btn btn-primary radius" type="button" onclick="gets()">批量获取</button> | 77 | <!-- <button class="btn btn-primary radius" type="button" onclick="gets()">批量获取</button>--> |
| 78 | <button class="btn btn-primary radius" type="button" onclick="appoints()">批量派单</button> | 78 | <!-- <button class="btn btn-primary radius" type="button" onclick="appoints()">批量派单</button>--> |
| 79 | </div> | 79 | </div> |
| 80 | </form> | 80 | </form> |
| 81 | 81 | ... | ... |
-
Please register or sign in to post a comment