imatrix-ui 2.9.15-dw-tmp2 → 2.9.16-boe2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/lib/super-ui.css +1 -1
  2. package/lib/super-ui.umd.min.js +5 -35
  3. package/package.json +2 -2
  4. package/src/api/sso-service.js +19 -1
  5. package/src/assets/nonemessage.png +0 -0
  6. package/src/i18n/i18n.js +1 -1
  7. package/src/i18n/langs/cn.js +18 -6
  8. package/src/i18n/langs/en.js +20 -7
  9. package/src/permission.js +2 -2
  10. package/src/plugins.js +3 -3
  11. package/src/router/index.js +10 -0
  12. package/src/store/modules/tab-content.js +6 -0
  13. package/src/store/modules/user.js +32 -2
  14. package/src/styles/display-layout.scss +1 -1
  15. package/src/styles/index.scss +74 -4
  16. package/src/styles/theme/black/font-style.scss +70 -0
  17. package/src/styles/theme/black/index.scss +6 -30
  18. package/src/styles/theme/blue/font-style.scss +37 -0
  19. package/src/styles/theme/blue/index.scss +2 -18
  20. package/src/styles/theme/blue2/font-style.scss +70 -0
  21. package/src/styles/theme/blue2/index.scss +3 -13
  22. package/src/styles/theme/dark-blue/card.scss +4 -6
  23. package/src/styles/theme/dark-blue/form.scss +7 -4
  24. package/src/styles/theme/dark-blue/index.scss +30 -5
  25. package/src/styles/theme/dark-blue/message.scss +8 -0
  26. package/src/styles/theme/dark-blue/radio.scss +13 -0
  27. package/src/styles/theme/dark-blue/sidebar.scss +7 -37
  28. package/src/styles/theme/dark-blue/tab.scss +4 -1
  29. package/src/styles/theme/dark-blue/table.scss +1 -1
  30. package/src/styles/theme/dark-blue/tree.scss +35 -10
  31. package/src/styles/theme/gray/card-style.scss +13 -1
  32. package/src/styles/theme/gray/font-style.scss +38 -0
  33. package/src/styles/theme/gray/index.scss +13 -25
  34. package/src/styles/theme/gray/scrollbar-style.scss +32 -0
  35. package/src/styles/theme/gray/sidebar.scss +7 -14
  36. package/src/utils/auth-api.js +47 -1
  37. package/src/utils/common-util.js +22 -81
  38. package/src/utils/jump-page-utils.js +3 -6
  39. package/src/utils/range-selector.js +185 -0
  40. package/src/utils/request.js +6 -3
  41. package/src/utils/util.js +13 -11
  42. package/src/utils/workflow-util.js +3 -0
  43. package/src/views/dsc-component/Sidebar/Item.vue +7 -5
  44. package/src/views/dsc-component/Sidebar/SidebarItem.vue +2 -3
  45. package/src/views/dsc-component/Sidebar/index.vue +12 -20
  46. package/src/views/dsc-component/tabs/tab-content.vue +8 -9
  47. package/src/views/layout/EmptyLayout.vue +4 -1
  48. package/src/views/layout/NewLayout.vue +6 -65
  49. package/src/views/layout/components/AppMain.vue +2 -1
  50. package/src/views/layout/components/Menubar/Item.vue +23 -7
  51. package/src/views/layout/components/Menubar/Link.vue +11 -2
  52. package/src/views/layout/components/Menubar/SidebarItem.vue +50 -7
  53. package/src/views/layout/components/Menubar/index.vue +51 -16
  54. package/src/views/layout/components/tabs/tab-content.vue +162 -0
  55. package/src/views/layout/tab-content-iframe-index.vue +31 -0
  56. package/src/views/layout/tab-content-index.vue +85 -0
  57. package/src/views/login/index.vue +1 -1
  58. package/packages/breadcrumb/index.js +0 -6
  59. package/packages/breadcrumb/src/breadcrumb.vue +0 -71
  60. package/packages/department-tree/index.js +0 -6
  61. package/packages/department-tree/src/department-tree.vue +0 -108
  62. package/packages/department-tree-inline/index.js +0 -6
  63. package/packages/department-tree-inline/src/department-multi-tree-inline.vue +0 -408
  64. package/packages/department-tree-inline/src/department-single-tree-inline.vue +0 -290
  65. package/packages/department-tree-inline/src/department-tree-inline.vue +0 -86
  66. package/packages/department-tree-inline/src/department-tree-service.js +0 -273
  67. package/packages/department-tree-inline/src/search-result.vue +0 -176
  68. package/packages/department-user-tree/index.js +0 -6
  69. package/packages/department-user-tree/src/department-user-multiple-tree.vue +0 -116
  70. package/packages/department-user-tree/src/department-user-single-tree.vue +0 -76
  71. package/packages/department-user-tree/src/department-user-tree.vue +0 -101
  72. package/packages/department-user-tree-inline/index.js +0 -6
  73. package/packages/department-user-tree-inline/src/department-user-multiple-tree-inline.vue +0 -636
  74. package/packages/department-user-tree-inline/src/department-user-single-tree-inline.vue +0 -271
  75. package/packages/department-user-tree-inline/src/department-user-tree-inline.vue +0 -79
  76. package/packages/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -248
  77. package/packages/department-user-tree-inline/src/department-user-tree-single-service.js +0 -142
  78. package/packages/department-user-tree-inline/src/search-result.vue +0 -197
  79. package/packages/directives/prevent-reclick.js +0 -19
  80. package/packages/dynamic-source-select/index.js +0 -6
  81. package/packages/dynamic-source-select/src/dynamic-source-select-service.js +0 -70
  82. package/packages/dynamic-source-select/src/dynamic-source-select.vue +0 -440
  83. package/packages/dynamic-source-select/src/events.js +0 -55
  84. package/packages/fs-preview/index.js +0 -6
  85. package/packages/fs-preview/src/fs-preview.vue +0 -226
  86. package/packages/fs-upload/index.js +0 -6
  87. package/packages/fs-upload/src/fs-upload-multi.vue +0 -420
  88. package/packages/fs-upload/src/fs-upload-single.vue +0 -312
  89. package/packages/fs-upload/src/fs-upload.vue +0 -189
  90. package/packages/fs-upload/src/see-big-picture.vue +0 -55
  91. package/packages/fs-upload-list/index.js +0 -6
  92. package/packages/fs-upload-list/src/fs-upload-list.vue +0 -287
  93. package/packages/hamburger/index.js +0 -6
  94. package/packages/hamburger/src/hamburger.vue +0 -38
  95. package/packages/index.js +0 -121
  96. package/packages/multipart-upload/index.js +0 -6
  97. package/packages/multipart-upload/src/index.vue +0 -73
  98. package/packages/multipart-upload/src/multipart-upload-form.vue +0 -297
  99. package/packages/multipart-upload/src/multipart-upload-list.vue +0 -378
  100. package/packages/organization-input/index.js +0 -6
  101. package/packages/organization-input/src/organization-input.vue +0 -542
  102. package/packages/plugins/export-data-new.js +0 -466
  103. package/packages/plugins/export-data.js +0 -361
  104. package/packages/plugins/index.js +0 -15
  105. package/packages/plugins/public-method.js +0 -43
  106. package/packages/remove-department/index.js +0 -6
  107. package/packages/remove-department/src/remove-department.vue +0 -172
  108. package/packages/remove-department/src/remove-dept-service.js +0 -20
  109. package/packages/remove-user/index.js +0 -6
  110. package/packages/remove-user/src/remove-user-service.js +0 -20
  111. package/packages/remove-user/src/remove-user.vue +0 -195
  112. package/packages/remove-workgroup/index.js +0 -6
  113. package/packages/remove-workgroup/src/remove-workgroup-service.js +0 -20
  114. package/packages/remove-workgroup/src/remove-workgroup.vue +0 -159
  115. package/packages/rich-editor/index.js +0 -7
  116. package/packages/rich-editor/index.vue +0 -278
  117. package/packages/rich-editor/langs/zh-Hans.js +0 -1
  118. package/packages/rich-editor/viewer.vue +0 -103
  119. package/packages/scan-code-input/index.js +0 -6
  120. package/packages/scan-code-input/src/events.js +0 -33
  121. package/packages/scan-code-input/src/scan-code-input-colse.vue +0 -131
  122. package/packages/scan-code-input/src/scan-code-input.vue +0 -116
  123. package/packages/secret-info/index.js +0 -7
  124. package/packages/secret-info/index.vue +0 -90
  125. package/packages/super-grid/index.js +0 -7
  126. package/packages/super-grid/src/apis.js +0 -820
  127. package/packages/super-grid/src/columns-config.vue +0 -335
  128. package/packages/super-grid/src/custom-formatter.js +0 -278
  129. package/packages/super-grid/src/dynamic-input.vue +0 -1279
  130. package/packages/super-grid/src/eventBus.js +0 -2
  131. package/packages/super-grid/src/events.js +0 -55
  132. package/packages/super-grid/src/formValidatorUtil.js +0 -226
  133. package/packages/super-grid/src/formatter.js +0 -181
  134. package/packages/super-grid/src/group-column.vue +0 -100
  135. package/packages/super-grid/src/header-context-menu.vue +0 -87
  136. package/packages/super-grid/src/index-column.vue +0 -51
  137. package/packages/super-grid/src/normal-column.vue +0 -771
  138. package/packages/super-grid/src/public-methods.js +0 -31
  139. package/packages/super-grid/src/row-operation.vue +0 -161
  140. package/packages/super-grid/src/search-button.vue +0 -66
  141. package/packages/super-grid/src/search-condition-input.vue +0 -61
  142. package/packages/super-grid/src/search-condition-list.vue +0 -59
  143. package/packages/super-grid/src/search-form-advancedQuery.vue +0 -653
  144. package/packages/super-grid/src/search-form-dialog.vue +0 -79
  145. package/packages/super-grid/src/search-form-item.vue +0 -404
  146. package/packages/super-grid/src/search-form-number.vue +0 -38
  147. package/packages/super-grid/src/search-form-open.vue +0 -170
  148. package/packages/super-grid/src/search-form-ordinarySearch.vue +0 -196
  149. package/packages/super-grid/src/search-form.vue +0 -642
  150. package/packages/super-grid/src/search-methods.js +0 -448
  151. package/packages/super-grid/src/selection-column.vue +0 -43
  152. package/packages/super-grid/src/store.js +0 -3
  153. package/packages/super-grid/src/super-grid-service.js +0 -593
  154. package/packages/super-grid/src/super-grid.vue +0 -2882
  155. package/packages/super-grid/src/utils.js +0 -762
  156. package/packages/super-grid/src/view-image-dialog.vue +0 -130
  157. package/packages/super-nine-grid/index.js +0 -7
  158. package/packages/super-nine-grid/src/apis.js +0 -103
  159. package/packages/super-nine-grid/src/custom-formatter.js +0 -66
  160. package/packages/super-nine-grid/src/formatter.js +0 -132
  161. package/packages/super-nine-grid/src/search-form-number.vue +0 -38
  162. package/packages/super-nine-grid/src/search-form.vue +0 -430
  163. package/packages/super-nine-grid/src/search-methods.js +0 -134
  164. package/packages/super-nine-grid/src/store.js +0 -3
  165. package/packages/super-nine-grid/src/super-grid-service.js +0 -91
  166. package/packages/super-nine-grid/src/super-nine-grid.vue +0 -872
  167. package/packages/super-nine-grid/src/utils.js +0 -261
  168. package/packages/svg-icon/index.js +0 -6
  169. package/packages/svg-icon/src/svg-icon.vue +0 -43
  170. package/packages/utils/memory-cache-utils.js +0 -90
  171. package/packages/utils/utils.js +0 -152
  172. package/packages/utils/value-set.js +0 -86
  173. package/packages/valid-code/index.js +0 -7
  174. package/packages/valid-code/src/valid-code.vue +0 -95
  175. package/packages/workflow-button/index.js +0 -6
  176. package/packages/workflow-button/src/workflow-button.vue +0 -325
  177. package/packages/workflow-history-list/index.js +0 -6
  178. package/packages/workflow-history-list/src/api.js +0 -7
  179. package/packages/workflow-history-list/src/workflow-history-list.vue +0 -185
  180. package/packages/workgroup-tree/index.js +0 -6
  181. package/packages/workgroup-tree/src/workgroup-tree.vue +0 -76
  182. package/packages/workgroup-tree-inline/index.js +0 -6
  183. package/packages/workgroup-tree-inline/src/workgroup-tree-inline.vue +0 -317
  184. package/packages/workgroup-tree-inline/src/workgroup-tree-service.js +0 -43
  185. package/packages/workgroup-user-tree/index.js +0 -6
  186. package/packages/workgroup-user-tree/src/workgroup-user-tree.vue +0 -100
  187. package/packages/workgroup-user-tree-inline/index.js +0 -6
  188. package/packages/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -163
  189. package/packages/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue +0 -436
  190. package/packages/year-range-picker/index.js +0 -6
  191. package/packages/year-range-picker/src/year-range-picker.vue +0 -51
  192. package/src/index.js +0 -93
  193. package/src/styles/theme/gray/form-style.scss +0 -41
@@ -1,77 +1,18 @@
1
1
  <template>
2
- <div :class="classObj" class="app-wrapper">
3
- <div v-if="device==='mobile'&&sidebar.opened" class="drawer-bg" @click="handleClickOutside" />
4
- <menubar class="sidebar-container" />
5
- <div class="main-container">
6
- <breadcrumb v-if="showMenuRoute" />
2
+ <div class="app-wrapper">
3
+ <div class="tab-main-container">
4
+ <!-- <tab-content/> -->
7
5
  <app-main />
8
6
  </div>
9
7
  </div>
10
8
  </template>
11
-
12
9
  <script>
13
- import { Menubar, AppMain, Breadcrumb } from './components'
14
- import ResizeMixin from './mixin/ResizeHandler'
15
- import { isShowMenuRoute } from '../../../src/utils/common-util'
16
-
10
+ import { AppMain } from './components'
17
11
  export default {
18
- name: 'Layout',
12
+ name: 'EmptyLayout',
19
13
  components: {
20
- Menubar,
21
- AppMain,
22
- Breadcrumb
23
- },
24
- mixins: [ResizeMixin],
25
- data() {
26
- // 是否显示菜单路径,默认是不显示
27
- const showMenuRoute = isShowMenuRoute()
28
- return {
29
- showMenuRoute
30
- }
31
- },
32
- computed: {
33
- sidebar() {
34
- return this.$store.state.app.sidebar
35
- },
36
- device() {
37
- return this.$store.state.app.device
38
- },
39
- classObj() {
40
- return {
41
- hideSidebar: !this.sidebar.opened,
42
- openSidebar: this.sidebar.opened,
43
- withoutAnimation: this.sidebar.withoutAnimation,
44
- mobile: this.device === 'mobile'
45
- }
46
- }
47
- },
48
- methods: {
49
- handleClickOutside() {
50
- this.$store.dispatch('closeSidebar', { withoutAnimation: false })
51
- }
14
+ AppMain
52
15
  }
53
16
  }
54
17
  </script>
55
18
 
56
- <style rel="stylesheet/scss" lang="scss" scoped>
57
- @import "../../styles/mixin.scss";
58
- .app-wrapper {
59
- @include clearfix;
60
- position: relative;
61
- height: 100%;
62
- width: 100%;
63
- &.mobile.openSidebar{
64
- position: fixed;
65
- top: 0;
66
- }
67
- }
68
- .drawer-bg {
69
- background: #000;
70
- opacity: 0.3;
71
- width: 100%;
72
- top: 0;
73
- height: 100%;
74
- position: absolute;
75
- z-index: 999;
76
- }
77
- </style>
@@ -5,6 +5,7 @@
5
5
  <!-- <router-view :key="key"></router-view> -->
6
6
  <router-view />
7
7
  </transition>
8
+ <copyright />
8
9
  </section>
9
10
  </template>
10
11
 
@@ -30,7 +31,7 @@ export default {
30
31
 
31
32
  <style scoped>
32
33
  .app-main {
33
- height: calc(100vh - 10px);
34
+ height: calc(100vh);
34
35
  position: relative;
35
36
  overflow: hidden;
36
37
  }
@@ -14,20 +14,28 @@ export default {
14
14
  hasChildren: {
15
15
  type: Boolean,
16
16
  default: false
17
+ },
18
+ isRoot: {
19
+ type: Boolean,
20
+ default: false
17
21
  }
18
22
  },
19
23
  render(h, context) {
24
+ const { title, hasChildren, isRoot } = context.props
20
25
  let icon = context.props.icon
21
- const { title, hasChildren } = context.props
22
26
  const vnodes = []
23
-
24
27
  if (icon) {
25
28
  if (icon.indexOf('fa-') === 0) {
26
29
  // 表示以“fa-”开头,使用font-awesome中的图标
27
30
  icon = 'fa ' + icon
31
+ vnodes.push(<div style='display: inline-block;overflow:hidden;'><i class={icon}/></div>)
32
+ } else if (icon.indexOf('svg-') === 0) {
33
+ icon = icon.substring(icon.indexOf('svg-') + 4)
34
+ vnodes.push(<div style='display: inline-block;overflow:hidden;'><svg-icon icon-class={icon}/></div>)
35
+ } else {
36
+ icon += ' svg-icon'
37
+ vnodes.push(<div style='display: inline-block;overflow:hidden;'><i class={icon} /></div>)
28
38
  }
29
- icon += ' svg-icon'
30
- vnodes.push(<div style='display: inline-block;'><i class={icon}/></div>)
31
39
  }
32
40
 
33
41
  if (title) {
@@ -36,9 +44,17 @@ export default {
36
44
  // 当是父菜单时,为了使后面的三角能显示出来,需要将宽度设小点
37
45
  width = '100px'
38
46
  }
39
- vnodes.push(<div slot='title' style='display: inline-block'>
40
- <div title={title} style={'display: inline-block;width:' + width + ';overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;'}>{(title)}</div>
41
- </div>)
47
+ if (isRoot) {
48
+ // 是否是根目录,没有子菜单时
49
+ vnodes.push(<div style='display: inline-block'>
50
+ <div title={title} style={'display: inline-block;width:' + width + ';overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;'}>{(title)}</div>
51
+ </div>)
52
+ } else {
53
+ // 有子菜单时
54
+ vnodes.push(<div slot='title' style='display: inline-block'>
55
+ <div title={title} style={'display: inline-block;width:' + width + ';overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;'}>{(title)}</div>
56
+ </div>)
57
+ }
42
58
  }
43
59
  return vnodes
44
60
  }
@@ -6,9 +6,12 @@
6
6
  <slot />
7
7
  </a> -->
8
8
 
9
- <router-link :to="to">
9
+ <router-link v-if="!isOpenNewTab" :to="to">
10
10
  <slot />
11
11
  </router-link>
12
+ <div v-else>
13
+ <slot />
14
+ </div>
12
15
  </div>
13
16
  </template>
14
17
 
@@ -23,8 +26,14 @@ export default {
23
26
  },
24
27
  data() {
25
28
  const isExter = this.to.isExternal
29
+ const openWay = this.to.openWay
30
+ let isOpenNewTab = false
31
+ if (openWay && openWay === 'NEW_PAGE_OPEN') {
32
+ isOpenNewTab = true
33
+ }
26
34
  return {
27
- isExter
35
+ isExter,
36
+ isOpenNewTab
28
37
  }
29
38
  }
30
39
  }
@@ -1,16 +1,16 @@
1
1
  <template>
2
2
  <div class="menu-wrapper">
3
3
  <template v-if="!item.children || item.children.lenght === 0">
4
- <app-link :to="toPath(item)">
4
+ <app-link :to="toPath(item)" @click.native="clickMenu(toPath(item))">
5
5
  <el-menu-item :index="item.fullPath+'~~'+item.i18nValue" :class="{'submenu-title-noDropdown':!isNest}">
6
- <item :icon="item.iconName" :title="item.i18nValue" />
6
+ <item :icon="item.iconName" :title="getI18nName(item)" :is-root="true" />
7
7
  </el-menu-item>
8
8
  </app-link>
9
9
  </template>
10
10
 
11
11
  <el-submenu v-else :index="item.fullPath+'~~'+item.i18nValue">
12
12
  <template slot="title">
13
- <item :icon="item.iconName" :title="item.i18nValue" :has-children="item.children.length > 0?true:false" />
13
+ <item :icon="item.iconName" :title="getI18nName(item)" :has-children="item.children.length > 0?true:false" />
14
14
  </template>
15
15
 
16
16
  <template v-for="child in item.children">
@@ -21,9 +21,9 @@
21
21
  :item="child"
22
22
  class="nest-menu"
23
23
  />
24
- <app-link v-else :key="child.code" :to="toPath(child)">
24
+ <app-link v-else :key="child.code" :to="toPath(child)" @click.native="clickMenu(toPath(child))">
25
25
  <el-menu-item :index="child.fullPath+'~~'+child.i18nValue">
26
- <item :icon="child.iconName" :title="child.i18nValue" />
26
+ <item :icon="child.iconName" :title="getI18nName(child)" />
27
27
  </el-menu-item>
28
28
  </app-link>
29
29
  </template>
@@ -34,6 +34,9 @@
34
34
  <script>
35
35
  import Item from './Item'
36
36
  import AppLink from './Link'
37
+ import Vue from 'vue'
38
+ import { getI18nName } from 'imatrix-ui/src/utils/menu'
39
+ import tabJs from '../../../../api/tab'
37
40
 
38
41
  export default {
39
42
  name: 'SidebarItem',
@@ -59,6 +62,7 @@ export default {
59
62
  }
60
63
  },
61
64
  methods: {
65
+ ...tabJs,
62
66
  hasOneShowingChild(children, parent) {
63
67
  if (children && children.length > 0) {
64
68
  this.onlyOneChild = children[0]
@@ -80,13 +84,24 @@ export default {
80
84
  toPath(menu) {
81
85
  const toPathObj = {}
82
86
  const routePath = menu.fullPath
87
+ toPathObj.openWay = menu.openWay
83
88
  if (this.isExternalLink(menu.pageType)) {
84
- toPathObj.path = '/iframe-page/page'
89
+ toPathObj.path = '/tab-content-iframe-index'
90
+ toPathObj.tabPath = '/iframe-page/page'
85
91
  toPathObj.query = {}
86
92
  toPathObj.query.src = routePath
87
93
  toPathObj.isExternal = true
94
+ // 如果路径中没有拼系统编码,才需要把系统编码放到参数中
95
+ toPathObj.query.customSystem = Vue.prototype.customSystem
96
+ toPathObj.query._menuCode = menu.code
97
+ toPathObj.query._menuName = getI18nName(menu)
88
98
  } else {
89
- toPathObj.path = routePath
99
+ toPathObj.path = '/tab-content-index'
100
+ toPathObj.tabPath = routePath
101
+ toPathObj.query = {}
102
+ toPathObj.query.customSystem = Vue.prototype.customSystem
103
+ toPathObj.query._menuCode = menu.code
104
+ toPathObj.query._menuName = getI18nName(menu)
90
105
  }
91
106
  return toPathObj
92
107
  },
@@ -95,6 +110,34 @@ export default {
95
110
  return true
96
111
  }
97
112
  return false
113
+ },
114
+ clickMenu(toPathObj) {
115
+ // console.log('clickMenu----toPathObj=', toPathObj)
116
+ if (toPathObj.openWay && toPathObj.openWay === 'NEW_PAGE_OPEN' && toPathObj.query) {
117
+ // 新页签打开菜单
118
+ let url = toPathObj.query.src
119
+ if (url && url.indexOf('?') > 0) {
120
+ url += '&'
121
+ } else {
122
+ url += '?'
123
+ }
124
+ if (toPathObj.query.customSystem) {
125
+ url += 'customSystem=' + toPathObj.query.customSystem
126
+ }
127
+ if (toPathObj.query._menuCode) {
128
+ url += '_menuCode=' + toPathObj.query._menuCode
129
+ }
130
+ if (toPathObj.query._menuCode) {
131
+ url += '_menuName=' + toPathObj.query._menuName
132
+ }
133
+ window.open(url, toPathObj.query._menuCode)
134
+ } else {
135
+ // 刷新页签打开菜单
136
+ this.addTabs(toPathObj.query, this.$store.state.tabContent.openTab, toPathObj.tabPath)
137
+ }
138
+ },
139
+ getI18nName(menu) {
140
+ return getI18nName(menu)
98
141
  }
99
142
  }
100
143
  }
@@ -24,6 +24,8 @@ import SidebarItem from './SidebarItem'
24
24
  import Vue from 'vue'
25
25
  import { getLanguageWithLocale } from '../../../../utils/util'
26
26
  import { isShowSystemMenu } from '../../../../utils/common-util'
27
+ import tabJs from '../../../../api/tab'
28
+ import { getI18nName } from '../../../../utils/menu'
27
29
  import Cookies from 'js-cookie'
28
30
  import { getMenus } from '../../../../utils/permissionAuth'
29
31
  export default {
@@ -31,6 +33,16 @@ export default {
31
33
  components: {
32
34
  SidebarItem
33
35
  },
36
+ props: {
37
+ systemCode: {
38
+ type: String,
39
+ default: null
40
+ },
41
+ collapse: {
42
+ type: Boolean,
43
+ default: false
44
+ }
45
+ },
34
46
  data() {
35
47
  let systemName
36
48
  if (isShowSystemMenu() === true) {
@@ -53,7 +65,10 @@ export default {
53
65
  'sidebar'
54
66
  ]),
55
67
  isCollapse() {
56
- return !this.sidebar.opened
68
+ if (this.collapse === false) {
69
+ return !this.sidebar.opened
70
+ }
71
+ return true
57
72
  }
58
73
  },
59
74
  watch: {
@@ -77,13 +92,22 @@ export default {
77
92
  // 跳转到第一个页面
78
93
  if (this.firstLeafMenu.pageType && this.firstLeafMenu.pageType === 'iframe') {
79
94
  const iframeSrc = this.firstLeafMenu.fullPath
80
- this.$router.push({ path: '/iframe-page/page', query: { src: iframeSrc }})
95
+ // this.$router.push({ path: '/iframe-page/page', query: { src: iframeSrc }})
96
+ const query = { src: iframeSrc, customSystem: this.systemCode, _menuCode: this.firstLeafMenu.code, _menuName: getI18nName(this.firstLeafMenu) }
97
+ this.addTabs(query, this.$store.state.tabContent.openTab, '/iframe-page/page', '/iframe-page/page')
98
+ // this.$router.push({ path: '/iframe-page/page', query: query })
99
+ this.$router.push({ path: '/tab-content-iframe-index', query: query })
81
100
  } else {
82
- this.$router.push({ path: this.firstLeafMenu.fullPath })
101
+ const query = { customSystem: this.systemCode, _menuCode: this.firstLeafMenu.code, _menuName: getI18nName(this.firstLeafMenu) }
102
+ const path = this.firstLeafMenu.fullPath
103
+ this.addTabs(query, this.$store.state.tabContent.openTab, path, path)
104
+ this.$router.push({ path: '/tab-content-index', query: query })
105
+ // this.$router.push({ path: this.firstLeafMenu.fullPath })
83
106
  }
84
107
  }
85
108
  },
86
109
  methods: {
110
+ ...tabJs,
87
111
  toggleSideBar() {
88
112
  this.$store.dispatch('toggleSidebar')
89
113
  },
@@ -102,31 +126,42 @@ export default {
102
126
  break
103
127
  }
104
128
  }
105
- if (!shouldSelectMenu) {
106
- // 如果没有获得默认选中的菜单,则默认选中第一个菜单
107
- shouldSelectMenu = this.getSelectMenuWithFirstMenu(menus[0])
108
- }
129
+ // if (!shouldSelectMenu) {
130
+ // // 如果没有获得默认选中的菜单,则默认选中第一个菜单
131
+ // shouldSelectMenu = this.getSelectMenuWithFirstMenu(menus[0])
132
+ // }
109
133
  return shouldSelectMenu
110
134
  }
111
135
  },
112
136
  getShouldSelectMenu(menu) {
113
- if (menu) {
114
- const cookieMenu = Cookies.get('selectMenu')
115
- let currentRoute = this.$route.path
116
- if (cookieMenu && cookieMenu.indexOf('~~') > 0) {
117
- // cookie中记录了选中的菜单路径
118
- const path = cookieMenu.substring(0, cookieMenu.lastIndexOf('~~'))
119
- currentRoute = path
120
- }
137
+ const currentMenuCode = this.$route.query ? this.$route.query._menuCode : null
138
+ if (menu && currentMenuCode) {
121
139
  let shouldSelectMenu
122
140
  const children = menu.children
123
141
  if (children && children.length > 0) {
124
142
  shouldSelectMenu = this.getFirstMenu(children)
125
- } else if (menu.fullPath && menu.fullPath === currentRoute) {
143
+ } else if (menu.code && menu.code === currentMenuCode) {
126
144
  shouldSelectMenu = menu
127
145
  }
128
146
  return shouldSelectMenu
129
147
  }
148
+ // if (menu) {
149
+ // const cookieMenu = Cookies.get('selectMenu')
150
+ // let currentRoute = this.$route.path
151
+ // if (cookieMenu && cookieMenu.indexOf('~~') > 0) {
152
+ // // cookie中记录了选中的菜单路径
153
+ // const path = cookieMenu.substring(0, cookieMenu.lastIndexOf('~~'))
154
+ // currentRoute = path
155
+ // }
156
+ // let shouldSelectMenu
157
+ // const children = menu.children
158
+ // if (children && children.length > 0) {
159
+ // shouldSelectMenu = this.getFirstMenu(children)
160
+ // } else if (menu.fullPath && menu.fullPath === currentRoute) {
161
+ // shouldSelectMenu = menu
162
+ // }
163
+ // return shouldSelectMenu
164
+ // }
130
165
  },
131
166
  getSelectMenuWithFirstMenu(menu) {
132
167
  if (menu) {
@@ -0,0 +1,162 @@
1
+ <template>
2
+ <div>
3
+ <el-tabs v-if="openTab && openTab.length > 0" v-model="activeIndex" class="nav-tab menu-tab-container" closable @tab-remove="closeSelectedTag">
4
+ <el-tab-pane v-for="tag in openTab" :key="tag.code" :label="tag.name" :name="tag.code">
5
+ <iframe ref="tabMainContent" :src="getFullPath(tag)" class="tab-main-content" name="tab-main-content" frameborder="0" />
6
+ </el-tab-pane>
7
+ </el-tabs>
8
+ <div class="default-page-tip">
9
+ <div class="default-page-tip-msg">
10
+ <div class="default-page-tip-item">
11
+ {{ defaultPageTipCn }}
12
+ </div>
13
+ <div class="default-page-tip-item">
14
+ {{ defaultPageTipEn }}
15
+ </div>
16
+ </div>
17
+ <copyright />
18
+ </div>
19
+ </div>
20
+ </template>
21
+ <style rel="stylesheet/scss" lang="scss" scoped>
22
+ iframe.tab-main-content{
23
+ width: 100%;
24
+ height: calc(100vh - 53px);
25
+ }
26
+ </style>
27
+ <script>
28
+ import Vue from 'vue'
29
+ import { mapGetters } from 'vuex'
30
+ export default {
31
+ name: 'TabContent',
32
+ data() {
33
+ let defaultPageTip = Vue.prototype.defaultPageTip
34
+ if (!defaultPageTip) {
35
+ defaultPageTip = '欢迎访问质量管理系统/Welcome to Quality Management System'
36
+ }
37
+ let defaultPageTipCn = defaultPageTip
38
+ let defaultPageTipEn
39
+ if (defaultPageTip && defaultPageTip.indexOf('/') > 0) {
40
+ defaultPageTipCn = defaultPageTip.substring(0, defaultPageTip.lastIndexOf('/'))
41
+ defaultPageTipEn = defaultPageTip.substring(defaultPageTip.lastIndexOf('/') + 1)
42
+ }
43
+ return {
44
+ defaultPageTipCn,
45
+ defaultPageTipEn
46
+ }
47
+ },
48
+ computed: {
49
+ ...mapGetters([
50
+ 'openTab'
51
+ ]),
52
+ activeIndex: {
53
+ get() {
54
+ return this.$store.state.tabContent.activeIndex
55
+ },
56
+ set(val) {
57
+ this.$store.commit('set_active_index', val)
58
+ }
59
+ }
60
+ },
61
+ created() {
62
+ // 登录超时,给父iframe发送信号
63
+ window.addEventListener('message', this.recieveMessage)
64
+ },
65
+ methods: {
66
+ closeSelectedTag(tagName) {
67
+ const index = this.$store.state.tabContent.openTab.findIndex((item) => item.code === tagName)
68
+ const view = this.$store.state.tabContent.openTab[index]
69
+ this.$store.commit('delete_tabs', view)
70
+ if (tagName === this.activeIndex) {
71
+ // 表示删除的是当前选中的菜单,选中前面的菜单
72
+ this.toLastView(this.$store.state.tabContent.openTab, index > 0 ? (index - 1) : 0)
73
+ }
74
+ },
75
+ toLastView(visitedViews, lastIndex) {
76
+ if (visitedViews && visitedViews.length > 0 && visitedViews.length > lastIndex) {
77
+ const latestView = visitedViews[lastIndex]
78
+ if (latestView) {
79
+ this.$store.commit('set_active_index', latestView.code)
80
+ }
81
+ }
82
+ },
83
+ getFullPath(tag) {
84
+ let path
85
+ if (tag.routePath === '/iframe-page/page') {
86
+ // 表示是iframe页面
87
+ let src
88
+ let params = ''
89
+ if (tag.routeQuery) {
90
+ for (const key in tag.routeQuery) {
91
+ if (key === 'src') {
92
+ src = tag.routeQuery[key]
93
+ } else {
94
+ params += key + '=' + tag.routeQuery[key] + '&'
95
+ }
96
+ }
97
+ }
98
+ if (src) {
99
+ path = src
100
+ }
101
+ if (params) {
102
+ path += '?' + params
103
+ }
104
+ } else {
105
+ // 表示页面跳转
106
+ path = '#' + tag.routePath + '?'
107
+ if (tag.routeQuery) {
108
+ for (const key in tag.routeQuery) {
109
+ path += key + '=' + tag.routeQuery[key] + '&'
110
+ }
111
+ }
112
+ }
113
+ if (path && path.length > 0 && path.lastIndexOf('&') === path.length - 1) {
114
+ path = path.substring(0, path.lastIndexOf('&'))
115
+ }
116
+ return path
117
+ },
118
+ recieveMessage(event) {
119
+ if (event && typeof event.data === 'string' && event.data.indexOf('loginTimeout') >= 0) {
120
+ // 表示iframe中的页面发送了登录超时的信号,将信号传给最外层window
121
+ console.log('tab-content-接收到登录超时的信息---event.data=', event.data)
122
+ window.parent.postMessage(event.data, '*')
123
+ } else if (event && typeof event.data === 'string' && event.data === 'return-to-system-list') {
124
+ // 表示系统元数据/设计页面点击了“返回“按钮,需要返回到系统九宫格列表页面
125
+ this.$store.commit('clear_tabs')
126
+ this.$router.push({ path: '/mms/systems/list' })
127
+ }
128
+ }
129
+ }
130
+ }
131
+ </script>
132
+
133
+ <style>
134
+ .nav-tab {
135
+ padding-top: 5px;
136
+ padding-left: 5px;
137
+ }
138
+ .nav-tab .el-tabs__header{
139
+ margin: 0;
140
+ /* border-bottom: 0px; */
141
+ }
142
+ .menu-tab-container .el-tabs__content{
143
+ padding: 0;
144
+ }
145
+ .default-page-tip {
146
+ width: 100%;
147
+ position: absolute;
148
+ height: 100vh;
149
+ background: #f7f7f8;
150
+ }
151
+ .default-page-tip-msg {
152
+ padding-top: 25%;
153
+ padding-bottom: 30%;
154
+ font-size: 24px;
155
+ font-weight: 600;
156
+ text-align: center;
157
+ color: gray;
158
+ }
159
+ .default-page-tip-item {
160
+ padding-top: 10px;
161
+ }
162
+ </style>
@@ -0,0 +1,31 @@
1
+ <template>
2
+ <div>
3
+ <iframe v-if="src && src!== null" ref="menuContent" :src="src" name="menu-content" title="Main content" frameborder="0" />
4
+ </div>
5
+ </template>
6
+
7
+ <script>
8
+ export default {
9
+ data() {
10
+ return {
11
+ src: null
12
+ }
13
+ },
14
+ watch: {
15
+ $route(to, from) {
16
+ // 必须这样写,否则会在切换页面时无法获得pageCode参数
17
+ this.src = this.$route.query.src
18
+ }
19
+ },
20
+ mounted() {
21
+ this.src = this.$route.query.src
22
+ }
23
+ }
24
+ </script>
25
+
26
+ <style lang="scss" scoped>
27
+ iframe{
28
+ width: 100%;
29
+ height: calc(100vh - 50px);
30
+ }
31
+ </style>
@@ -0,0 +1,85 @@
1
+ <template>
2
+ <div :class="classObj" class="app-wrapper">
3
+ <div v-if="device==='mobile'&&sidebar.opened" class="drawer-bg" @click="handleClickOutside" />
4
+ <menubar :system-code="systemCode" :collapse="true" class="sidebar-container" />
5
+ <div class="main-container">
6
+ <breadcrumb v-if="showMenuRoute" />
7
+ <tab-content />
8
+ <!-- <app-main /> -->
9
+ </div>
10
+ </div>
11
+ </template>
12
+
13
+ <script>
14
+ import { Menubar, Breadcrumb } from './components'
15
+ import ResizeMixin from './mixin/ResizeHandler'
16
+ import { isShowMenuRoute } from 'imatrix-ui/src/utils/common-util'
17
+ import TabContent from './components/tabs/tab-content'
18
+ import Vue from 'vue'
19
+
20
+ export default {
21
+ name: 'Layout',
22
+ components: {
23
+ Menubar,
24
+ Breadcrumb,
25
+ TabContent
26
+ },
27
+ mixins: [ResizeMixin],
28
+ data() {
29
+ // 是否显示菜单路径,默认是不显示
30
+ const showMenuRoute = isShowMenuRoute()
31
+ return {
32
+ showMenuRoute,
33
+ systemCode: null
34
+ }
35
+ },
36
+ computed: {
37
+ sidebar() {
38
+ return this.$store.state.app.sidebar
39
+ },
40
+ device() {
41
+ return this.$store.state.app.device
42
+ },
43
+ classObj() {
44
+ return {
45
+ hideSidebar: !this.sidebar.opened,
46
+ openSidebar: this.sidebar.opened,
47
+ withoutAnimation: this.sidebar.withoutAnimation,
48
+ mobile: this.device === 'mobile'
49
+ }
50
+ }
51
+ },
52
+ created() {
53
+ this.systemCode = Vue.prototype.customSystem
54
+ console.log('新菜单组件-----systemCode====', this.systemCode)
55
+ },
56
+ methods: {
57
+ handleClickOutside() {
58
+ this.$store.dispatch('closeSidebar', { withoutAnimation: false })
59
+ }
60
+ }
61
+ }
62
+ </script>
63
+
64
+ <style rel="stylesheet/scss" lang="scss" scoped>
65
+ @import "imatrix-ui/src/styles/mixin.scss";
66
+ .app-wrapper {
67
+ @include clearfix;
68
+ position: relative;
69
+ height: 100%;
70
+ width: 100%;
71
+ &.mobile.openSidebar{
72
+ position: fixed;
73
+ top: 0;
74
+ }
75
+ }
76
+ .drawer-bg {
77
+ background: #000;
78
+ opacity: 0.3;
79
+ width: 100%;
80
+ top: 0;
81
+ height: 100%;
82
+ position: absolute;
83
+ z-index: 999;
84
+ }
85
+ </style>