system-clients 3.2.1-9 → 3.2.1-aodeToV4

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 (172) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  4. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  5. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  6. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  7. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  8. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  9. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  10. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  11. package/.gradle/checksums/checksums.lock +0 -0
  12. package/SystemClient.iml +11 -11
  13. package/build/webpack.base.conf.js +78 -85
  14. package/build.gradle +6 -6
  15. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  16. package/gradle/wrapper/gradle-wrapper.properties +5 -0
  17. package/gradlew +185 -0
  18. package/gradlew.bat +89 -0
  19. package/index.html +21 -21
  20. package/package.json +4 -4
  21. package/src/LodopFuncs.js +123 -123
  22. package/src/components/Main.vue +515 -622
  23. package/src/components/Util.js +343 -343
  24. package/src/components/equipment/EquipmentManage.vue +65 -65
  25. package/src/components/equipment/PcAdd.vue +105 -105
  26. package/src/components/equipment/PcList.vue +119 -119
  27. package/src/components/equipment/PcManage.vue +60 -60
  28. package/src/components/equipment/PhoneAdd.vue +94 -94
  29. package/src/components/equipment/PhoneList.vue +102 -102
  30. package/src/components/equipment/PhoneManage.vue +60 -60
  31. package/src/components/equipment/PosAdd.vue +156 -323
  32. package/src/components/equipment/PosList.vue +164 -294
  33. package/src/components/equipment/PosManage.vue +68 -138
  34. package/src/components/materialManage/materialData.vue +44 -44
  35. package/src/components/materialManage/materialList.vue +255 -255
  36. package/src/components/parammanage/ParamManage.vue +42 -42
  37. package/src/components/parammanage/ParamPage.vue +314 -336
  38. package/src/components/parammanage/ParamPages.vue +222 -222
  39. package/src/components/parammanage/SinglePage.vue +235 -235
  40. package/src/components/parammanage/SinglePages.vue +167 -167
  41. package/src/components/server/AddChangeMsg.vue +66 -66
  42. package/src/components/server/ChangeDeclare.vue +45 -45
  43. package/src/components/server/LeftTree.vue +111 -111
  44. package/src/components/server/LoadData.vue +36 -55
  45. package/src/components/server/Login.vue +122 -156
  46. package/src/components/server/Menu.vue +188 -188
  47. package/src/components/server/ModifyPw.vue +112 -107
  48. package/src/components/server/NewResSelectGroup.vue +211 -0
  49. package/src/components/server/ResSelect.vue +153 -155
  50. package/src/components/server/ResSelectGroup.vue +159 -198
  51. package/src/components/server/RightTree.vue +343 -348
  52. package/src/components/server/RoleSelector.vue +90 -89
  53. package/src/components/server/TestResSelect.vue +58 -58
  54. package/src/components/server/TestResSelectGroup.vue +388 -388
  55. package/src/plugins/EncryptUtil.js +53 -0
  56. package/src/plugins/GetLoginInfoService.js +499 -518
  57. package/src/plugins/HeatGetLoginInfoService.js +491 -491
  58. package/src/plugins/validation.js +7 -15
  59. package/src/stores/AppData.js +38 -38
  60. package/src/stores/HeatAppData.js +38 -38
  61. package/src/styles/fonts/glyphicons-halflings-regular.svg +287 -287
  62. package/src/styles/less/.csscomb.json +304 -304
  63. package/src/styles/less/.csslintrc +19 -19
  64. package/src/styles/less/alerts.less +73 -73
  65. package/src/styles/less/aofeng/animate.min.css +10 -10
  66. package/src/styles/less/aofeng/expandcss.less +569 -569
  67. package/src/styles/less/aofeng/standard.less +2121 -2507
  68. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +686 -686
  69. package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
  70. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
  71. package/src/styles/less/aofeng/themeOne.less +17 -17
  72. package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
  73. package/src/styles/less/aofeng/themeTwo.less +3 -3
  74. package/src/styles/less/badges.less +66 -66
  75. package/src/styles/less/bootstrap.less +66 -66
  76. package/src/styles/less/breadcrumbs.less +26 -26
  77. package/src/styles/less/button-groups.less +247 -247
  78. package/src/styles/less/buttons.less +172 -172
  79. package/src/styles/less/carousel.less +269 -269
  80. package/src/styles/less/close.less +34 -34
  81. package/src/styles/less/code.less +69 -69
  82. package/src/styles/less/component-animations.less +33 -33
  83. package/src/styles/less/dropdowns.less +216 -216
  84. package/src/styles/less/fonts-list.less +25 -25
  85. package/src/styles/less/forms.less +626 -626
  86. package/src/styles/less/glyphicons.less +305 -305
  87. package/src/styles/less/grid.less +84 -84
  88. package/src/styles/less/input-groups.less +167 -167
  89. package/src/styles/less/jumbotron.less +52 -52
  90. package/src/styles/less/labels.less +64 -64
  91. package/src/styles/less/list-group.less +141 -141
  92. package/src/styles/less/manageStyle/manageChile.less +180 -180
  93. package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
  94. package/src/styles/less/manageStyle/safeStyle.less +498 -498
  95. package/src/styles/less/media.less +66 -66
  96. package/src/styles/less/mixins/alerts.less +14 -14
  97. package/src/styles/less/mixins/background-variant.less +9 -9
  98. package/src/styles/less/mixins/border-radius.less +18 -18
  99. package/src/styles/less/mixins/buttons.less +69 -69
  100. package/src/styles/less/mixins/center-block.less +7 -7
  101. package/src/styles/less/mixins/clearfix.less +22 -22
  102. package/src/styles/less/mixins/forms.less +90 -90
  103. package/src/styles/less/mixins/gradients.less +59 -59
  104. package/src/styles/less/mixins/grid-framework.less +92 -92
  105. package/src/styles/less/mixins/grid.less +122 -122
  106. package/src/styles/less/mixins/hide-text.less +21 -21
  107. package/src/styles/less/mixins/image.less +33 -33
  108. package/src/styles/less/mixins/labels.less +12 -12
  109. package/src/styles/less/mixins/list-group.less +30 -30
  110. package/src/styles/less/mixins/nav-divider.less +10 -10
  111. package/src/styles/less/mixins/nav-vertical-align.less +9 -9
  112. package/src/styles/less/mixins/opacity.less +8 -8
  113. package/src/styles/less/mixins/pagination.less +24 -24
  114. package/src/styles/less/mixins/panels.less +24 -24
  115. package/src/styles/less/mixins/progress-bar.less +10 -10
  116. package/src/styles/less/mixins/reset-filter.less +8 -8
  117. package/src/styles/less/mixins/reset-text.less +18 -18
  118. package/src/styles/less/mixins/resize.less +6 -6
  119. package/src/styles/less/mixins/responsive-visibility.less +15 -15
  120. package/src/styles/less/mixins/size.less +10 -10
  121. package/src/styles/less/mixins/tab-focus.less +9 -9
  122. package/src/styles/less/mixins/table-row.less +44 -44
  123. package/src/styles/less/mixins/text-emphasis.less +9 -9
  124. package/src/styles/less/mixins/text-overflow.less +8 -8
  125. package/src/styles/less/mixins/vendor-prefixes.less +227 -227
  126. package/src/styles/less/mixins.less +40 -40
  127. package/src/styles/less/modals.less +151 -151
  128. package/src/styles/less/navbar.less +660 -660
  129. package/src/styles/less/navs.less +285 -285
  130. package/src/styles/less/normalize.less +424 -424
  131. package/src/styles/less/pager.less +76 -76
  132. package/src/styles/less/pagination.less +89 -89
  133. package/src/styles/less/panels.less +275 -275
  134. package/src/styles/less/popovers.less +131 -131
  135. package/src/styles/less/print.less +101 -101
  136. package/src/styles/less/progress-bars.less +87 -87
  137. package/src/styles/less/responsive-embed.less +35 -35
  138. package/src/styles/less/responsive-utilities.less +194 -194
  139. package/src/styles/less/scaffolding.less +161 -161
  140. package/src/styles/less/stand.less +207 -207
  141. package/src/styles/less/tables.less +262 -312
  142. package/src/styles/less/theme.less +291 -291
  143. package/src/styles/less/thumbnails.less +36 -36
  144. package/src/styles/less/tooltip.less +102 -102
  145. package/src/styles/less/type.less +303 -316
  146. package/src/styles/less/utilities.less +55 -55
  147. package/src/styles/less/variables.less +896 -899
  148. package/src/styles/less/wells.less +29 -29
  149. package/src/system.js +85 -100
  150. package/static/aodelogo.png +0 -0
  151. package/static/aodenewlogo.png +0 -0
  152. package/static/ewmlogo.png +0 -0
  153. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
  154. package/src/components/TabButton.vue +0 -201
  155. package/src/components/Tabs.vue +0 -67
  156. package/src/components/equipment/PosManageBoth.vue +0 -125
  157. package/src/components/equipment/PosParamAdd.vue +0 -236
  158. package/src/components/equipment/PosParamList.vue +0 -121
  159. package/src/components/equipment/PosParamManage.vue +0 -51
  160. package/src/components/server/ImageVieweTest.vue +0 -56
  161. package/src/components/server/ImageViewer.vue +0 -350
  162. package/src/components/server/PcdBuildingSelect.vue +0 -241
  163. package/src/filiale/qianneng/ModifyPw.vue +0 -107
  164. package/src/filiale/qianneng/sale.js +0 -7
  165. package/src/styles/less/manageStyle/manageStyle/manageChile.less +0 -180
  166. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +0 -1102
  167. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +0 -498
  168. package/static/logo.png +0 -0
  169. package/static/newStyle/about-us.png +0 -0
  170. package/yarn-error.log +0 -6896
  171. /package/.gradle/{5.2.1 → 7.1/dependencies-accessors}/gc.properties +0 -0
  172. /package/.gradle/{buildOutputCleanup/built.bin → 7.1/gc.properties} +0 -0
@@ -1,622 +1,515 @@
1
- <template>
2
- <div @click="hindsetting1()" :class="{'with-watermark':showwatermakeflag}">
3
- <!-- <div class="system-main" id="box" v-el:box v-if="!isManger">-->
4
- <!-- <div class="system-logo" style="height: auto">-->
5
- <!-- <img :src="imgs.logoimg" alt=""/>-->
6
- <!-- <label>{{systemname}}</label>-->
7
- <!-- <div class="system-logo-chi" >-->
8
- <!-- <div v-if="userpane" class="auto system-logo-prompt" style="float: right">-->
9
- <!-- <span>{{orgpathnames}}</span>-->
10
- <!-- </div>-->
11
- <!-- &lt;!&ndash;<div class="system-logo-chi-img1" style="float: right" @mouseenter="mouseenteruser()" @mouseleave="mouseleaveuser()"></div>&ndash;&gt;-->
12
- <!-- <span style="float: right; padding-top: 2px" @mouseenter="mouseenteruser()" @mouseleave="mouseleaveuser()" class="system-logo-chi-span-1">{{$login.f.name}}</span>-->
13
- <!-- <span style="border-left: 1px solid;float: right;padding-top: 2px" class="system-logo-chi-span-1"> <img src="../../static/newStyle/login-f.png" height="20" width="20"> </span>-->
14
- <!-- <a href="index.html" onclick="return confirm('您确定要退出系统吗?');" style="float: right;padding-top: 2px">-->
15
- <!-- <img src="../../static/newStyle/system-off.png" alt="" >-->
16
- <!-- <span class="system-logo-chi-span-1">退出系统</span>-->
17
- <!-- </a>-->
18
- <!-- <div style="float: right" :class="{'dropstyle':setting,'dropstyle-1':!setting}">-->
19
- <!-- <dropdown class="auto" >-->
20
- <!-- <span data-toggle="dropdown" @click="hindsetting()" >-->
21
- <!-- <img :src="srcsetting" alt=""><span>系统设置</span>-->
22
- <!-- </span>-->
23
- <!-- <ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-up dropstyle-chi" >-->
24
- <!-- &lt;!&ndash; <li>系统信息及设置</li>&ndash;&gt;-->
25
- <!-- <li style="color: #ffffff;white-space: nowrap" @click="show=true">修改密码</li>-->
26
- <!-- <li style="color: #ffffff;white-space: nowrap" @click="AddChangeMsgShow=true">系统版本</li>-->
27
- <!-- </ul>-->
28
- <!-- </dropdown>-->
29
- <!-- </div>-->
30
-
31
- <!-- </div>-->
32
- <!-- </div>-->
33
- <!-- <div class="system-left tree-flex" :class="{'system-left-1': !treeOrIcon}" id="top" v-el:top >-->
34
- <!-- <div class="system-left-chi" :class="{'system-left-icon': !treeOrIcon}" >-->
35
- <!-- <div class="span system-left-tree" >-->
36
- <!-- <left-tree :functions='functions.functions' :userid='userid' @isnodo="isnodo" :treeOrIcon="treeOrIcon" :tabs="tabs" v-ref:tree></left-tree>-->
37
- <!-- &lt;!&ndash; <icon-tree :functions='functions.functions' :userid='userid' v-show="!treeOrIcon"></icon-tree>&ndash;&gt;-->
38
- <!-- </div>-->
39
- <!-- </div>-->
40
- <!-- <div class="system-foot-stretch" >-->
41
- <!-- <a @click="changeShow()"><img src="../../static/images/lefticon/菜单伸缩.png" alt=""></a>-->
42
- <!-- </div>-->
43
- <!-- </div>-->
44
-
45
-
46
- <!-- <div class="system-right" :class="{'system-right-1': !treeOrIcon}" id="bottom" v-el:bottom>-->
47
- <!-- <div class="span">-->
48
- <!-- <echarts-box v-if="$refs.mic.tabs.length === 0"></echarts-box>-->
49
- <!-- <dynamic :comps='[]' :showup="true" :showhide="false" name='main' :selecttab.sync="selecttab" @tab-changed="tabChange" @tabscg="tabcg" v-ref:mic v-show="!($refs.mic.tabs.length === 0)"></dynamic>-->
50
- <!-- </div>-->
51
- <!-- </div>-->
52
- <!-- <div class="system-foot" v-el:bottom>-->
53
-
54
- <!-- <div class="system-foot-box">-->
55
-
56
- <!-- </div>-->
57
- <!-- </div>-->
58
- <!-- </div>-->
59
- <div class='flex-row system-main' id="box" v-el:box v-if="!isManger">
60
- <div class="auto login-operator1" v-if="$refs.mic.tabs.length === 0">
61
- <span>
62
- <img
63
- src="../assets/people.png" height="15" width="15">
64
- 登录人:</span>
65
- <label>{{ orgpathnames }}</label>
66
- </div>
67
- <div class="system-left tree-flex" :class="{'tree-flex-icon': !treeOrIcon}" id="top" v-el:top>
68
- <div class="system-left-chi" :class="{'system-left-icon': !treeOrIcon}">
69
- <div class="span system-left-tree " style="height:85%">
70
- <h3>{{ systemname }}</h3>
71
- <!-- <div class="span" style="margin-bottom:10px;padding-bottom:5px;padding-top:5px;flex: 1;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;">-->
72
- <left-tree :functions='functions.functions' :userid='userid' @isnodo="isnodo" v-show="treeOrIcon"
73
- :tabs="tabs" v-ref:tree></left-tree>
74
- <!--&lt;!&ndash; <icon-tree :functions='functions.functions' :userid='userid' v-show="!treeOrIcon"></icon-tree>&ndash;&gt;-->
75
- </div>
76
-
77
- <div class="tree-flex-footer">
78
- <!-- <a @click="changeShow()"><img :src="imgs.open" alt=""><span v-if="treeOrIcon">菜单伸缩</span></a>-->
79
- <!-- <a><img src="../../../static/treeset.png" alt="">系统设置</a> -->
80
- <dropdown class="auto">
81
- <button type="button" data-toggle="dropdown">
82
- <img :src="imgs.set" alt=""><span v-if="treeOrIcon">系统设置</span>
83
- </button>
84
- <ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-up">
85
- <li>系统信息及设置</li>
86
- <!-- <li>{{name}}</li> -->
87
- <li>{{ date }}</li>
88
- <li @click="show=true">修改密码</li>
89
- <li @click="AddChangeMsgShow=true">系统版本:1.0.0</li>
90
- </ul>
91
-
92
- </dropdown>
93
- <a href="index.html" @click.prevent="logOut">
94
- <img :src="imgs.out" alt=""><span v-if="treeOrIcon">退出系统</span>
95
- </a>
96
- </div>
97
- </div>
98
- </div>
99
- <!-- <div class="line" id="line" v-show="treeOrIcon" v-el:line></div> -->
100
-
101
- <div class="flex right-bg system-right" id="bottom" v-el:bottom>
102
- <!-- <operator-badge></operator-badge> -->
103
- <div class="span">
104
- <echarts-box v-if="$refs.mic.tabs.length === 0"></echarts-box>
105
- <dynamic :comps='[]' name='main' :selecttab.sync="selecttab" :orgpathnames="orgpathnames"
106
- @tab-changed="tabChange" @tabscg="tabcg" v-ref:mic v-show="!($refs.mic.tabs.length === 0)"></dynamic>
107
- </div>
108
- </div>
109
- </div>
110
- <div v-show="isManger">
111
- <route v-ref:route></route>
112
- </div>
113
-
114
- <!-- 变更录入 模态框 -->
115
- <add-changemsg :show="AddChangeMsgShow" v-on:toggle="AddChangeMsgShow = false"></add-changemsg>
116
- <!-- 修改密码组件 -->
117
- <modify-pw :show.sync="show" v-if="show"></modify-pw>
118
- <!-- 修改密码模态框 -->
119
- </div>
120
- </template>
121
-
122
- <script>
123
- import vue from 'vue'
124
- import co from 'co'
125
-
126
- let getwartermakr = async function (self) {
127
- let param = {
128
- tablename: 't_singlevalue',
129
- condition: " 1=1 and name=\'水印内容\'"
130
- };
131
- let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
132
- if (result && result.data.length > 0) {
133
- self.showwatermakeflag = true;
134
- createWaterMark(result.data[0].value);
135
- } else {
136
- self.showwatermakeflag = false;
137
- }
138
- }
139
-
140
- let createWaterMark = function (userName) {
141
- let style;
142
- if (style) style.remove();
143
- let width = window.parseInt(document.body.clientWidth);
144
- let canvasWidth = width / window.parseInt(width / 320);
145
- let fontFamily = window.getComputedStyle(document.body)["font-family"];
146
- let canvas = document.createElement("canvas");
147
- canvas.width = canvasWidth;
148
- canvas.height = 200;
149
- let ctx = canvas.getContext("2d");
150
- ctx.rotate((-20 * Math.PI) / 180);
151
- ctx.font = `20px ${fontFamily}`;
152
- ctx.fillStyle = "rgba(8,8,8,.1)";
153
- ctx.fillText(userName, 50, 200);
154
- let imgSrc = canvas.toDataURL("image/png");
155
- style = document.createElement("style");
156
- style.innerHTML = `.with-watermark:before{
157
- content: "";
158
- width: 100%;
159
- height: 100%;
160
- display: block;
161
- position: absolute;
162
- background-image: url("${imgSrc}");
163
- }`;
164
- (document.head.append || document.head.appendChild).apply(document.head, [style]);
165
- }
166
-
167
- window.onunload = () => {
168
- vue.http({url: `rs/user/update/${this.$login.f.ename}`, method: 'GET'})
169
- }
170
- window.onbeforeunload = () => {
171
- vue.http({url: `rs/user/update/${this.$login.f.ename}`, method: 'GET'})
172
- }
173
- export default {
174
- title: '主界面',
175
- props: ['functions', 'userid'],
176
- data() {
177
- return {
178
- // 左侧树下部三个小图标
179
- imgs: {
180
- open: '/images/lefticon/菜单伸缩.png',
181
- set: '/images/lefticon/系统设置.png',
182
- out: '/images/lefticon/退出系统.png',
183
- img1: '/images/newStyle/login-user.png',
184
- logoimg: '/static/newStyle/fife.png'
185
- // img2: '/images/lefticon/退出系统.png',
186
- },
187
- treeOrIcon: false,
188
- isManger: false,
189
- show: false,
190
- orgpathnames: `${this.$login.f.orgs}-${this.$login.f.deps}-${this.$login.f.name}`,
191
- systemname: '客服系统',
192
- date: this.$login.toStandardDateString(),
193
- tabs: [], //已初始化页签数组
194
- selecttab: '',
195
- setting: true,
196
- srcsetting: '../../static/newStyle/setting.png',
197
- showwatermakeflag: false,
198
- // headerHint: true, // 右侧顶部提示信息
199
- // value: 25645.26,
200
- // AddChangeMsgShow: false,
201
- // showsum: false
202
- }
203
- },
204
- ready() {
205
- getwartermakr(this);
206
- let component = this.$login.getUrlCompileParames('component')
207
- if (component) {
208
- this.isManger = true
209
- this.$refs.route.init(component, {data: this.functions.functions})
210
- }
211
- if (this.$login.f.password == '1') {
212
- this.$showMessage('本地登录系统为此账户的初始密码,请确认修改密码!!!', ['confirm', 'cancel']).then((res) => {
213
- if (res == 'confirm')
214
- this.show = true
215
- })
216
- }
217
- console.log("系统名称", this.$appdata.getSingleValue("系统名称"))
218
- this.systemname = this.$appdata.getSingleValue("系统名称") ? this.$appdata.getSingleValue("系统名称") : '客服系统'
219
- // let oBox = this.getElement("box")
220
- // let oTop = this.getElement("top")
221
- // let oBottom = this.getElement("bottom")
222
- // let oLine = this.getElement("line")
223
- // let that = this
224
- // oLine.onmousedown = function(e) {
225
- // let disX = (e || event).clientX
226
- // oLine.left = oLine.offsetLeft
227
- // document.onmousemove = function(e) {
228
- // let iT = oLine.left + ((e || event).clientX - disX)
229
- // var e = e || window.event
230
- // let tarnameb = e.target || e.srcElement
231
- // let maxT = oBox.clientWight - oLine.offsetWidth
232
- // oLine.style.margin = 0
233
- // iT < 0 && (iT = 0)
234
- // iT > maxT && (iT = maxT)
235
- // oLine.style.left = oTop.style.width = iT + "px"
236
- // oBottom.style.width = oBox.clientWidth - iT + "px"
237
- // that.$set('treeWidth', iT)
238
- // return false
239
- // }
240
- // document.onmouseup = function() {
241
- // document.onmousemove = null
242
- // document.onmouseup = null
243
- // oLine.releaseCapture && oLine.releaseCapture()
244
- // }
245
- // oLine.setCapture && oLine.setCapture()
246
- // return false
247
- // }
248
- this.changeShow()
249
- },
250
- methods: {
251
- hindsetting() {
252
-
253
- this.setting = !this.setting
254
- if (this.setting) {
255
- this.srcsetting = '../../static/newStyle/setting.png'
256
- } else {
257
- this.srcsetting = '../../static/newStyle/setting1.png'
258
- }
259
-
260
- },
261
- hindsetting1() {
262
-
263
- if (!this.setting) {
264
- this.srcsetting = '../../static/newStyle/setting.png'
265
- this.setting = true
266
- }
267
-
268
- },
269
- isnodo(val) {
270
- console.log(val, 'ss')
271
- this.selecttab = val
272
- },
273
- unfurl() {
274
- if (this.showsum) {
275
- this.showsum = false
276
- } else {
277
- this.showsum = true
278
- }
279
- },
280
- // getElement(id) {
281
- // return document.getElementById(id)
282
- // },
283
- changeShow() {
284
- // this.treeOrIcon = !this.treeOrIcon
285
- // let oBox = this.getElement("box")
286
- // let oTop = this.getElement("top")
287
- // let oBottom = this.getElement("bottom")
288
- // let oLine = this.getElement("line")
289
- // if (this.treeOrIcon) {
290
- // // oLine.style.left = oTop.style.width = 300 + "px"
291
- // oTop.style.width = 150 + "px"
292
- // oBottom.style.width = oBox.clientWidth - 150 + "px"
293
- // }else {
294
- // oLine.style.left = oTop.style.width = 50 + "px"
295
- // oBottom.style.width = oBox.clientWidth - 50 + "px"
296
- // }
297
- // }
298
- this.treeOrIcon = !this.treeOrIcon
299
- // if (this.treeOrIcon) {
300
- // this.$els.top.style.width = 14 + "%"
301
- // this.$els.bottom.style.width = this.$els.box.clientWidth - 14 + "%"
302
- // }else {
303
- // this.$els.top.style.width = 8 + "%"
304
- // this.$els.bottom.style.width = this.$els.box.clientWidth - 8 + "%"
305
- // }
306
- },
307
- changeMain(userid) {
308
- this.$goto('res-main', {userid: this.userid}, 'self')
309
- },
310
- tabChange(name) {
311
- console.log(name, 'tabchanage')
312
- this.selecttab = name
313
- this.$refs.tree.changeSelect(name)
314
- },
315
- tabcg(val) {
316
- console.log(val)
317
- this.tabs = val
318
- },
319
- logOut() {
320
- console.log(this.$login.f)
321
- this.$showMessage('您确定要退出系统吗?', ['confirm', 'cancel']).then(async (res) => {
322
- if (res == 'confirm') {
323
- let data = {
324
- userid: this.$login.f.id,
325
- username: this.$login.f.name,
326
- usertelephone: this.$login.f.f_user_telephone
327
- }
328
- await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
329
- window.location.reload()
330
- }
331
- })
332
- }
333
- },
334
- computed: {
335
- nowDate() {
336
- return this.$login.getNowDate()
337
- }
338
- }
339
- }
340
- </script>
341
- <style lang="less">
342
- /* 组件内通用样式 */
343
- .select-error {
344
- button {
345
- border-bottom: 1px solid #a94442 !important;
346
- }
347
- }
348
-
349
- // input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
350
- // -webkit-appearance:textfield;
351
- // }
352
- /* 表单输入框组 */
353
- .form-input-group {
354
- display: flex;
355
-
356
- label {
357
- width: 100px;
358
- text-align: right;
359
-
360
- + * {
361
- flex: 1;
362
- }
363
- }
364
- }
365
-
366
- // 日期组件在表单中沾满
367
- .form-horizontal .datepicker {
368
- width: 100%;
369
- }
370
-
371
- // 下拉选择框占据剩余全部空间
372
- .select-overspread {
373
- .form-group {
374
- // margin: 0px 5px 10px 0px;
375
- .form-control {
376
- margin-right: 0px;
377
- }
378
- }
379
-
380
- .btn-group, .btn-group-vertical {
381
- width: 100%;
382
- // padding-right: 5px;
383
- button {
384
- width: 100%;
385
- display: flex;
386
- justify-content: space-between;
387
- align-items: center;
388
- }
389
- }
390
-
391
- .dropdown-menu {
392
- width: 100%
393
- }
394
- }
395
-
396
- // 需要特定宽度的的样式
397
- .width-60 {
398
- width: 60px;
399
- }
400
-
401
- .userpanel {
402
- font-weight: 300;
403
- color: #333;
404
- position: fixed;
405
- right: 30px;
406
- top: 45px;
407
- background-color: white;
408
- box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px;
409
- padding: 4px 10px 4px 10px;
410
- border-radius: 2px;
411
- }
412
-
413
- .width-80 {
414
- width: 80px;
415
- }
416
-
417
- .width-100 {
418
- width: 100px;
419
- }
420
-
421
-
422
- /*右侧区域的背景*/
423
- .right-bg {
424
- width: 100%;
425
- flex: 1;
426
- color: #304A66;
427
- }
428
-
429
- .tree-flex {
430
- height: 100%;
431
- // width: 150px;
432
- /*width: 60px;*/
433
- background: #4a7cae;
434
- color: #fff;
435
-
436
- }
437
-
438
- .tree-flex-icon {
439
- width: 50px;
440
- /*transition: 0.5s;*/
441
-
442
- > .span {
443
- overflow-x: visible;
444
- }
445
- }
446
-
447
- .tree-flex h3 {
448
- text-align: center;
449
- margin: 1em 0;
450
- }
451
-
452
- .tree-flex-footer {
453
- height: 50px;
454
- display: flex;
455
- flex-direction: column;
456
- color: #fff;
457
- }
458
-
459
- .tree-flex-footer a, .tree-flex-footer button {
460
- flex: 1;
461
- padding: 8px 5px;
462
- font-size: 1.2em;
463
- // border-top: 1px solid #697D93;
464
- border-top: 1px solid #4a7cae;
465
- text-decoration: none;
466
- color: #fff;
467
- cursor: pointer;
468
- }
469
-
470
- .tree-flex-footer button {
471
- height: auto;
472
- width: 100%;
473
- border-radius: 0px;
474
- background-color: rgba(255, 255, 255, 0);
475
- border: none;
476
- border-top: 1px solid #4a7cae;
477
- // border-top: 1px solid #697D93;
478
- text-align: left;
479
- }
480
-
481
- .tree-flex-footer button:hover {
482
- outline: none;
483
- background-color: rgba(255, 255, 255, 0.2);
484
- }
485
-
486
- .tree-flex-footer button:focus {
487
- outline: none;
488
- background-color: rgba(255, 255, 255, 0.5);
489
- }
490
-
491
- .tree-flex-footer a:hover {
492
- color: #FFF;
493
- background-color: rgba(255, 255, 255, 0.2);
494
- }
495
-
496
- .tree-flex .btn-group {
497
- height: 50px !important;
498
- }
499
-
500
- .tree-flex .dropdown-menu {
501
- /* 控制显示列表的样式 */
502
- background: #4a7cae;
503
- border-radius: 0px;
504
- color: #fff;
505
- width: auto;
506
- margin: 0px;
507
- padding: 0px;
508
- }
509
-
510
- .tree-flex .dropdown-menu-up {
511
- /* bottom,top控制上下,left和right控制左右*/
512
- left: 100% !important;
513
- top: auto !important;
514
- bottom: 0;
515
- }
516
-
517
- .tree-flex .dropdown-menu-down {
518
- /* bottom,top控制上下,left和right控制左右*/
519
- left: 100% !important;
520
- top: 0 !important;
521
- }
522
-
523
- .tree-flex .dropdown-menu li {
524
- text-align: center;
525
- line-height: 50px;
526
- border-bottom: 1px solid #697D93;
527
- font-size: 1.2em;
528
- width: auto;
529
- white-space: nowrap;
530
- cursor: default;
531
-
532
- }
533
-
534
- .tree-flex .dropdown-menu li + li {
535
- text-align: left;
536
- border: 0;
537
- line-height: 40px;
538
- padding-left: 15px;
539
- padding-right: 15px;
540
- font-size: 1em;
541
- cursor: pointer;
542
- }
543
-
544
- .tree-flex .dropdown-menu li + li:hover {
545
- background-color: rgba(255, 255, 255, 0.2);
546
- }
547
-
548
- .tree-flex .dropdown-menu li a {
549
- border: none;
550
- color: #fff;
551
- height: 40px;
552
- line-height: 40px;
553
- font-size: 1em;
554
- padding: 0px;
555
- }
556
-
557
- .tree-flex .dropdown-menu li a:hover {
558
- color: #fff;
559
- background-color: rgba(255, 255, 255, 0);
560
- }
561
-
562
- .tree-flex img {
563
- height: 1.2em;
564
- width: 1.2em;
565
- margin-right: 15px;
566
- margin-left: 5px;
567
- }
568
-
569
- .line {
570
- height: 100%;
571
- width: 5px;
572
- background: #4C637B;
573
- cursor: e-resize;
574
- }
575
-
576
- /*为树(tree)组件写的样式*/
577
- .tree-img {
578
- font-size: 1.2em;
579
- }
580
-
581
- /*将较长信息截断显示,鼠标悬停显示全部信息*/
582
- .cutout50 {
583
- max-width: 50px;
584
- overflow: hidden;
585
- text-overflow: ellipsis;
586
- white-space: nowrap;
587
- }
588
-
589
- /* 滚动条样式 */
590
- /*---滚动条默认显示样式--*/
591
- ::-webkit-scrollbar-thumb {
592
- // display: none;
593
- background-color: rgba(0, 0, 0, 0.4);
594
- /*background-color:red;*/
595
- height: 50px;
596
- outline-offset: -2px;
597
- /*outline:2px solid #fff;*/
598
- -webkit-border-radius: 4px;
599
- /*border: 2px solid #fff;*/
600
- }
601
-
602
- /*---鼠标点击滚动条显示样式--*/
603
- ::-webkit-scrollbar-thumb:hover {
604
- // display: inherit;
605
- background-color: rgba(0, 0, 0, 0.4);
606
- height: 50px;
607
- -webkit-border-radius: 4px;
608
- }
609
-
610
- /*---滚动条大小--*/
611
- ::-webkit-scrollbar {
612
- width: 8px;
613
- height: 8px;
614
- }
615
-
616
- /*---滚动框背景样式--*/
617
- ::-webkit-scrollbar-track-piece {
618
- /* 全透明,不显示 */
619
- background-color: rgba(255, 255, 255, 0);
620
- -webkit-border-radius: 0;
621
- }
622
- </style>
1
+ <template>
2
+ <div @click="hindsetting1()">
3
+
4
+ <div class='flex-row system-main' id="box" v-el:box v-if="!isManger">
5
+
6
+ <div class="auto " :class="{'login-operator1':$refs.mic.tabs.length === 0,'login-operator':$refs.mic.tabs.length != 0}">
7
+ <span class="glyphicon glyphicon-asterisk" style="color:#a1d0f5"></span>
8
+ <span>组织编码:</span>
9
+ <label style="margin-right:14px;">{{$login.f.number}}</label>
10
+ <span class="glyphicon glyphicon-user" style="color:#a1d0f5"></span>
11
+ <span>登录人:</span>
12
+ <label>{{orgpathnames}}</label>
13
+ </div>
14
+ <div class="system-left tree-flex" :class="{'tree-flex-icon': !treeOrIcon}" id="top" v-el:top >
15
+ <div class="system-left-chi" :class="{'system-left-icon': !treeOrIcon}" >
16
+ <div class="span system-left-tree " style="height:85%">
17
+ <div class="logopicaode" >
18
+ <div class="aodeloginedlogo"></div>
19
+ </div>
20
+ <h3 style="margin-bottom: 12px;height: 35px;">&nbsp;&nbsp;</h3>
21
+ <!-- <div class="span" style="margin-bottom:10px;padding-bottom:5px;padding-top:5px;flex: 1;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;">-->
22
+ <left-tree :functions='functions.functions' :userid='userid' @isnodo="isnodo" v-show="treeOrIcon" :tabs="tabs" v-ref:tree></left-tree>
23
+ </div>
24
+
25
+ <div class="tree-flex-footer">
26
+ <!-- <a @click="changeShow()"><img :src="imgs.open" alt=""><span v-if="treeOrIcon">菜单伸缩</span></a>-->
27
+ <!-- <a><img src="../../../static/treeset.png" alt="">系统设置</a> -->
28
+ <dropdown class="auto">
29
+ <button type="button" data-toggle="dropdown">
30
+ <img :src="imgs.set" alt=""><span v-if="treeOrIcon">系统设置</span>
31
+ </button>
32
+ <ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-up">
33
+ <li>系统信息及设置</li>
34
+ <!-- <li>{{name}}</li> -->
35
+ <li>{{date}}</li>
36
+ <li @click="show=true">修改密码</li>
37
+ <li @click="clearCache">清除缓存</li>
38
+ <li @click="AddChangeMsgShow=true">系统版本:1.0.0</li>
39
+ </ul>
40
+
41
+ </dropdown>
42
+ <a href="index.html" @click.prevent="logOut">
43
+ <img :src="imgs.out" alt="" ><span v-if="treeOrIcon">退出系统</span>
44
+ </a>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ <!-- <div class="line" id="line" v-show="treeOrIcon" v-el:line></div> -->
49
+
50
+ <div class="flex right-bg system-right" id="bottom" v-el:bottom>
51
+ <!-- <operator-badge></operator-badge> -->
52
+ <div class="span">
53
+ <echarts-box v-if="$refs.mic.tabs.length === 0"></echarts-box>
54
+ <dynamic :comps='[]' name='main' :selecttab.sync="selecttab" @tab-changed="tabChange" @tabscg="tabcg" v-ref:mic v-show="!($refs.mic.tabs.length === 0)"></dynamic>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ <div v-show="isManger">
59
+ <route v-ref:route></route>
60
+ </div>
61
+
62
+ <!-- 变更录入 模态框 -->
63
+ <add-changemsg :show="AddChangeMsgShow" v-on:toggle = "AddChangeMsgShow = false"></add-changemsg>
64
+ <!-- 修改密码组件 -->
65
+ <modify-pw :show.sync="show" v-if="show"></modify-pw>
66
+ <!-- 修改密码模态框 -->
67
+ </div>
68
+ </template>
69
+
70
+ <script>
71
+ import vue from 'vue'
72
+ import co from 'co'
73
+
74
+ window.onunload = () => {
75
+ vue.http({url: `rs/user/update/${this.$login.f.ename}`, method: 'GET'})
76
+ }
77
+ window.onbeforeunload = () => {
78
+ vue.http({url: `rs/user/update/${this.$login.f.ename}`, method: 'GET'})
79
+ }
80
+ export default {
81
+ title: '主界面',
82
+ props: ['functions', 'userid'],
83
+ data () {
84
+ return {
85
+ // 左侧树下部三个小图标
86
+ imgs: {
87
+ open: '/images/lefticon/菜单伸缩.png',
88
+ set: '/images/lefticon/系统设置.png',
89
+ out: '/images/lefticon/退出系统.png',
90
+ img1: '/images/newStyle/login-user.png',
91
+ logoimg: '/static/newStyle/fife.png'
92
+ // img2: '/images/lefticon/退出系统.png',
93
+ },
94
+ treeOrIcon: false,
95
+ isManger: false,
96
+ show: false,
97
+ orgpathnames: `${this.$login.f.orgs}-${this.$login.f.deps}-${this.$login.f.name}`,
98
+ systemname: '客服系统',
99
+ date: this.$login.toStandardDateString(),
100
+ tabs:[], //已初始化页签数组
101
+ selecttab:'',
102
+ setting:true,
103
+ srcsetting:'../../static/newStyle/setting.png'
104
+
105
+ // headerHint: true, // 右侧顶部提示信息
106
+ // value: 25645.26,
107
+ // AddChangeMsgShow: false,
108
+ // showsum: false
109
+ }
110
+ },
111
+ ready () {
112
+ let component = this.$login.getUrlCompileParames('component')
113
+ if (component) {
114
+ this.isManger = true
115
+ this.$refs.route.init(component, {data: this.functions.functions})
116
+ }
117
+ if(this.$login.f.password == '1'){
118
+ this.$showMessage('本地登录系统为此账户的初始密码,请确认修改密码!!!', ['confirm', 'cancel']).then((res) => {
119
+ if(res == 'confirm')
120
+ this.show = true
121
+ })
122
+ }
123
+ console.log("系统名称",this.$appdata.getSingleValue("系统名称"))
124
+ this.systemname = this.$appdata.getSingleValue("系统名称")? this.$appdata.getSingleValue("系统名称"):'客服系统'
125
+ // let oBox = this.getElement("box")
126
+ // let oTop = this.getElement("top")
127
+ // let oBottom = this.getElement("bottom")
128
+ // let oLine = this.getElement("line")
129
+ // let that = this
130
+ // oLine.onmousedown = function(e) {
131
+ // let disX = (e || event).clientX
132
+ // oLine.left = oLine.offsetLeft
133
+ // document.onmousemove = function(e) {
134
+ // let iT = oLine.left + ((e || event).clientX - disX)
135
+ // var e = e || window.event
136
+ // let tarnameb = e.target || e.srcElement
137
+ // let maxT = oBox.clientWight - oLine.offsetWidth
138
+ // oLine.style.margin = 0
139
+ // iT < 0 && (iT = 0)
140
+ // iT > maxT && (iT = maxT)
141
+ // oLine.style.left = oTop.style.width = iT + "px"
142
+ // oBottom.style.width = oBox.clientWidth - iT + "px"
143
+ // that.$set('treeWidth', iT)
144
+ // return false
145
+ // }
146
+ // document.onmouseup = function() {
147
+ // document.onmousemove = null
148
+ // document.onmouseup = null
149
+ // oLine.releaseCapture && oLine.releaseCapture()
150
+ // }
151
+ // oLine.setCapture && oLine.setCapture()
152
+ // return false
153
+ // }
154
+ this.changeShow()
155
+ },
156
+ methods: {
157
+ hindsetting(){
158
+
159
+ this.setting=!this.setting
160
+ if(this.setting){
161
+ this.srcsetting='../../static/newStyle/setting.png'
162
+ }else {
163
+ this.srcsetting='../../static/newStyle/setting1.png'
164
+ }
165
+
166
+ },
167
+ hindsetting1(){
168
+
169
+ if(!this.setting){
170
+ this.srcsetting='../../static/newStyle/setting.png'
171
+ this.setting=true
172
+ }
173
+
174
+ },
175
+ isnodo(val){
176
+ console.log(val,'ss')
177
+ this.selecttab = val
178
+ },
179
+ unfurl () {
180
+ if(this.showsum){
181
+ this.showsum = false
182
+ } else {
183
+ this.showsum = true
184
+ }
185
+ },
186
+ // getElement(id) {
187
+ // return document.getElementById(id)
188
+ // },
189
+ changeShow () {
190
+ // this.treeOrIcon = !this.treeOrIcon
191
+ // let oBox = this.getElement("box")
192
+ // let oTop = this.getElement("top")
193
+ // let oBottom = this.getElement("bottom")
194
+ // let oLine = this.getElement("line")
195
+ // if (this.treeOrIcon) {
196
+ // // oLine.style.left = oTop.style.width = 300 + "px"
197
+ // oTop.style.width = 150 + "px"
198
+ // oBottom.style.width = oBox.clientWidth - 150 + "px"
199
+ // }else {
200
+ // oLine.style.left = oTop.style.width = 50 + "px"
201
+ // oBottom.style.width = oBox.clientWidth - 50 + "px"
202
+ // }
203
+ // }
204
+ this.treeOrIcon = !this.treeOrIcon
205
+ // if (this.treeOrIcon) {
206
+ // this.$els.top.style.width = 14 + "%"
207
+ // this.$els.bottom.style.width = this.$els.box.clientWidth - 14 + "%"
208
+ // }else {
209
+ // this.$els.top.style.width = 8 + "%"
210
+ // this.$els.bottom.style.width = this.$els.box.clientWidth - 8 + "%"
211
+ // }
212
+ },
213
+ changeMain(userid) {
214
+ this.$goto('res-main', {userid: this.userid}, 'self')
215
+ },
216
+ tabChange (name) {
217
+ console.log(name,'tabchanage')
218
+ this.selecttab = name
219
+ this.$refs.tree.changeSelect(name)
220
+ },
221
+ tabcg(val){
222
+ console.log(val)
223
+ this.tabs = val
224
+ },
225
+ logOut () {
226
+ console.log(this.$login.f)
227
+ this.$showMessage('您确定要退出系统吗?', ['confirm', 'cancel']).then(async (res) => {
228
+ if (res == 'confirm') {
229
+ let data = {
230
+ userid: this.$login.f.id,
231
+ username: this.$login.f.name,
232
+ usertelephone: this.$login.f.f_user_telephone
233
+ }
234
+ try {
235
+ await this.$resetget('api/af-system/user/logout', {resolveMsg: '退出成功', rejectMsg: null})
236
+ }catch(e){
237
+ }
238
+ window.location.reload()
239
+ }
240
+ })
241
+ },
242
+ clearCache() {
243
+ this.$resetpost('/rs/search/clearCache', { userid: this.$login.f.id }, { resolveMsg: '清除缓存成功', rejectMsg: '清除缓存失败,请重试' })
244
+ }
245
+ },
246
+ computed: {
247
+ nowDate () {
248
+ return this.$login.getNowDate()
249
+ }
250
+ }
251
+ }
252
+ </script>
253
+ <style lang="less">
254
+ /* 组件内通用样式 */
255
+ .select-error {
256
+ button {
257
+ border-bottom: 1px solid #a94442!important;
258
+ }
259
+ }
260
+ // input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
261
+ // -webkit-appearance:textfield;
262
+ // }
263
+ /* 表单输入框组 */
264
+ .form-input-group {
265
+ display: flex;
266
+
267
+ label {
268
+ width: 100px;
269
+ text-align: right;
270
+ + * {
271
+ flex: 1;
272
+ }
273
+ }
274
+ }
275
+ // 日期组件在表单中沾满
276
+ .form-horizontal .datepicker {
277
+ width: 100%;
278
+ }
279
+ // 下拉选择框占据剩余全部空间
280
+ .select-overspread {
281
+ .form-group {
282
+ // margin: 0px 5px 10px 0px;
283
+ .form-control {
284
+ margin-right: 0px;
285
+ }
286
+ }
287
+ .btn-group, .btn-group-vertical {
288
+ width: 100%;
289
+ // padding-right: 5px;
290
+ button {
291
+ width: 100%;
292
+ display: flex;
293
+ justify-content: space-between;
294
+ align-items: center;
295
+ }
296
+ }
297
+ .dropdown-menu {
298
+ width: 100%
299
+ }
300
+ }
301
+ // 需要特定宽度的的样式
302
+ .width-60 {
303
+ width: 60px;
304
+ }
305
+ .userpanel {
306
+ font-weight: 300;
307
+ color: #333;
308
+ position: fixed;
309
+ right: 30px;
310
+ top: 45px;
311
+ background-color: white;
312
+ box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px ;
313
+ padding: 4px 10px 4px 10px;
314
+ border-radius:2px;
315
+ }
316
+ .width-80 {
317
+ width: 80px;
318
+ }
319
+ .width-100 {
320
+ width: 100px;
321
+ }
322
+
323
+
324
+
325
+ /*右侧区域的背景*/
326
+ .right-bg {
327
+ width: 100%;
328
+ flex: 1;
329
+ color: #304A66;
330
+ }
331
+ .tree-flex {
332
+ height: 100%;
333
+ // width: 150px;
334
+ /*width: 60px;*/
335
+ background: #4a7cae;
336
+ color: #fff;
337
+
338
+ }
339
+ .tree-flex-icon {
340
+ width: 50px;
341
+ /*transition: 0.5s;*/
342
+ > .span {
343
+ overflow-x: visible;
344
+ }
345
+ }
346
+ .tree-flex h3 {
347
+ text-align: center;
348
+ margin: 1em 0;
349
+ }
350
+
351
+ .tree-flex-footer {
352
+ height: 50px;
353
+ display: flex;
354
+ flex-direction:column;
355
+ color: #fff;
356
+ }
357
+ .tree-flex-footer a,.tree-flex-footer button{
358
+ flex: 1;
359
+ padding: 8px 5px;
360
+ font-size: 1.2em;
361
+ // border-top: 1px solid #697D93;
362
+ border-top: 1px solid #4a7cae;
363
+ text-decoration: none;
364
+ color: #fff;
365
+ cursor: pointer;
366
+ }
367
+ .tree-flex-footer button {
368
+ height: auto;
369
+ width: 100%;
370
+ border-radius: 0px;
371
+ background-color: rgba(255,255,255,0);
372
+ border: none;
373
+ border-top: 1px solid #4a7cae;
374
+ // border-top: 1px solid #697D93;
375
+ text-align: left;
376
+ }
377
+ .tree-flex-footer button:hover{
378
+ outline: none;
379
+ background-color: rgba(255,255,255,0.2);
380
+ }
381
+ .tree-flex-footer button:focus {
382
+ outline: none;
383
+ background-color: rgba(255,255,255,0.5);
384
+ }
385
+ .tree-flex-footer a:hover {
386
+ color: #FFF;
387
+ background-color: rgba(255,255,255,0.2);
388
+ }
389
+ .tree-flex .btn-group {
390
+ height: 50px!important;
391
+ }
392
+
393
+ .tree-flex .dropdown-menu {
394
+ /* 控制显示列表的样式 */
395
+ background: #4a7cae;
396
+ border-radius: 0px;
397
+ color: #fff;
398
+ width: auto;
399
+ margin: 0px;
400
+ padding: 0px;
401
+ }
402
+ .tree-flex .dropdown-menu-up {
403
+ /* bottom,top控制上下,left和right控制左右*/
404
+ left: 100%!important;
405
+ top: auto!important;
406
+ bottom: 0;
407
+ }
408
+ .tree-flex .dropdown-menu-down {
409
+ /* bottom,top控制上下,left和right控制左右*/
410
+ left: 100%!important;
411
+ top: 0!important;
412
+ }
413
+ .tree-flex .dropdown-menu li{
414
+ text-align: center;
415
+ line-height: 50px;
416
+ border-bottom: 1px solid #697D93;
417
+ font-size: 1.2em;
418
+ width: auto;
419
+ white-space: nowrap;
420
+ cursor: default;
421
+
422
+ }
423
+ .tree-flex .dropdown-menu li + li {
424
+ text-align: left;
425
+ border: 0;
426
+ line-height: 40px;
427
+ padding-left: 15px;
428
+ padding-right: 15px;
429
+ font-size: 1em;
430
+ cursor: pointer;
431
+ }
432
+ .tree-flex .dropdown-menu li + li:hover {
433
+ background-color: rgba(255,255,255,0.2);
434
+ }
435
+ .tree-flex .dropdown-menu li a {
436
+ border: none;
437
+ color: #fff;
438
+ height: 40px;
439
+ line-height: 40px;
440
+ font-size: 1em;
441
+ padding: 0px;
442
+ }
443
+ .tree-flex .dropdown-menu li a:hover {
444
+ color: #fff;
445
+ background-color: rgba(255,255,255,0);
446
+ }
447
+ .tree-flex img{
448
+ height: 1.2em;
449
+ width: 1.2em;
450
+ margin-right: 15px;
451
+ margin-left: 5px;
452
+ }
453
+ .line {
454
+ height: 100%;
455
+ width: 5px;
456
+ background: #4C637B;
457
+ cursor: e-resize;
458
+ }
459
+ /*为树(tree)组件写的样式*/
460
+ .tree-img {
461
+ font-size: 1.2em;
462
+ }
463
+ .aodeloginedlogo {
464
+ background:url(../../static/aodenewlogo.png);
465
+ background-size:80%;
466
+ background-repeat: no-repeat;
467
+ }
468
+ .logopicaode{
469
+ width: 100%;
470
+ height: 61px;
471
+ float: left;
472
+ margin-left: 2.5%;
473
+ margin-top: 10px;
474
+ }
475
+
476
+ /*将较长信息截断显示,鼠标悬停显示全部信息*/
477
+ .cutout50 {
478
+ max-width: 50px;
479
+ overflow:hidden;
480
+ text-overflow: ellipsis;
481
+ white-space: nowrap;
482
+ }
483
+
484
+ /* 滚动条样式 */
485
+ /*---滚动条默认显示样式--*/
486
+ ::-webkit-scrollbar-thumb{
487
+ // display: none;
488
+ background-color:rgba(0,0,0,0.4);
489
+ /*background-color:red;*/
490
+ height:50px;
491
+ outline-offset:-2px;
492
+ /*outline:2px solid #fff;*/
493
+ -webkit-border-radius:4px;
494
+ /*border: 2px solid #fff;*/
495
+ }
496
+
497
+ /*---鼠标点击滚动条显示样式--*/
498
+ ::-webkit-scrollbar-thumb:hover{
499
+ // display: inherit;
500
+ background-color:rgba(0,0,0,0.4);
501
+ height:50px;
502
+ -webkit-border-radius:4px;
503
+ }
504
+ /*---滚动条大小--*/
505
+ ::-webkit-scrollbar{
506
+ width:8px;
507
+ height:8px;
508
+ }
509
+ /*---滚动框背景样式--*/
510
+ ::-webkit-scrollbar-track-piece{
511
+ /* 全透明,不显示 */
512
+ background-color:rgba(255,255,255,0);
513
+ -webkit-border-radius:0;
514
+ }
515
+ </style>