| | |
| | | </a> |
| | | </div> |
| | | <ul class="nav navbar-top-links navbar-right welcome-message"> |
| | | <li style="background-color: #03703a;"><a data-toggle="tooltip" data-trigger="hover" data-placement="bottom" th:title="${dept.deptName}" |
| | | href="javascript:;"><i class="fa fa-map-o"></i> [[${#strings.defaultString(dept.deptName, |
| | | <li style="background-color: #03703a;"><a onclick="showDepotAreaSelect()" data-toggle="tooltip" data-trigger="hover" data-placement="bottom" title="库区选择" |
| | | href="javascript:;"><i class="fa fa-refresh"></i> [[${#strings.defaultString(dept.deptName, |
| | | '-')}]]</a></li> |
| | | <!-- <li><a data-toggle="tooltip" data-trigger="hover" data-placement="bottom" title="开发文档"--> |
| | | <!-- href="https://fzzygf-company.feishu.cn/wiki/ZgS5wQuyMi2uDKk9xN6cx8jlnuf" target="_blank"><i class="fa fa-question-circle"></i>--> |
| | |
| | | </button> |
| | | <nav class="page-tabs menuTabs"> |
| | | <div class="page-tabs-content"> |
| | | <a th:href="@{/index}" class="active menuTab" th:data-id="${welcomeUrl}">欢迎</a> |
| | | <a href="javascript:void(0);" class="active menuTab" th:data-id="${welcomeUrl}">欢迎</a> |
| | | </div> |
| | | </nav> |
| | | <button class="roll-nav roll-right tabRight"> |
| | |
| | | return true; |
| | | } |
| | | |
| | | /** |
| | | * 弹出切换库区列表 |
| | | */ |
| | | function showDepotAreaSelect() { |
| | | if(showDeptList === "N"){ |
| | | return false; |
| | | } |
| | | layer.open({ |
| | | type: 2, |
| | | title: '选择库区', |
| | | area: ['400px', '650px'], |
| | | offset: ['50px', '1350px'], |
| | | shade: 0, |
| | | content: "com.fzzy.igds.SelectDept.d", |
| | | closeBtn: 1 |
| | | }); |
| | | } |
| | | |
| | | /** 刷新时访问路径页签 */ |
| | | function applyPath(url) { |
| | | $('a[href$="' + decodeURI(url) + '"]').click(); |