system-clients 3.1.97 → 3.1.98-aode

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 (65) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/{6.1.1 → 7.1}/executionHistory/executionHistory.bin +0 -0
  4. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  5. package/.gradle/{6.1.1 → 7.1}/fileHashes/fileHashes.bin +0 -0
  6. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  7. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  8. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  9. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  10. package/.gradle/checksums/checksums.lock +0 -0
  11. package/build/webpack.base.conf.js +10 -17
  12. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  13. package/gradle/wrapper/gradle-wrapper.properties +5 -5
  14. package/gradlew +185 -183
  15. package/gradlew.bat +7 -18
  16. package/package.json +4 -4
  17. package/src/components/Main.vue +428 -538
  18. package/src/components/equipment/EquipmentManage.vue +1 -1
  19. package/src/components/equipment/PcAdd.vue +5 -5
  20. package/src/components/equipment/PcList.vue +5 -5
  21. package/src/components/equipment/PhoneAdd.vue +4 -4
  22. package/src/components/equipment/PhoneList.vue +4 -4
  23. package/src/components/equipment/PosAdd.vue +45 -231
  24. package/src/components/equipment/PosList.vue +68 -198
  25. package/src/components/equipment/PosManage.vue +9 -80
  26. package/src/components/parammanage/ParamManage.vue +2 -2
  27. package/src/components/parammanage/ParamPage.vue +314 -336
  28. package/src/components/parammanage/SinglePage.vue +4 -4
  29. package/src/components/server/Login.vue +716 -734
  30. package/src/components/server/ResSelect.vue +0 -5
  31. package/src/components/server/ResSelectGroup.vue +118 -155
  32. package/src/components/server/RightTree.vue +257 -262
  33. package/src/components/server/RoleSelector.vue +4 -3
  34. package/src/plugins/GetLoginInfoService.js +495 -514
  35. package/src/styles/less/aofeng/standard.less +60 -446
  36. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +13 -13
  37. package/src/styles/less/aofeng/themeOne/systemStyle.less +18 -18
  38. package/src/styles/less/fonts-list.less +4 -4
  39. package/src/styles/less/stand.less +1 -1
  40. package/src/styles/less/tables.less +0 -50
  41. package/src/styles/less/type.less +3 -16
  42. package/src/styles/less/variables.less +3 -6
  43. package/src/system.js +0 -10
  44. package/static/aodelogo.png +0 -0
  45. package/static/aodenewlogo.png +0 -0
  46. package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
  47. package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
  48. package/src/components/TabButton.vue +0 -201
  49. package/src/components/Tabs.vue +0 -67
  50. package/src/components/equipment/PosManageBoth.vue +0 -125
  51. package/src/components/equipment/PosParamAdd.vue +0 -236
  52. package/src/components/equipment/PosParamList.vue +0 -121
  53. package/src/components/equipment/PosParamManage.vue +0 -51
  54. package/src/components/server/ImageVieweTest.vue +0 -56
  55. package/src/components/server/ImageViewer.vue +0 -350
  56. package/src/components/server/PcdBuildingSelect.vue +0 -241
  57. package/src/styles/less/manageStyle/manageStyle/manageChile.less +0 -180
  58. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +0 -1102
  59. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +0 -498
  60. package/static/newStyle/about-us.png +0 -0
  61. package/yarn-error.log +0 -6896
  62. /package/.gradle/{5.2.1 → 7.1/dependencies-accessors}/gc.properties +0 -0
  63. /package/.gradle/{6.1.1 → 7.1}/fileChanges/last-build.bin +0 -0
  64. /package/.gradle/{6.1.1 → 7.1}/gc.properties +0 -0
  65. /package/static/{logo.png → ewmlogo.png} +0 -0
@@ -26,72 +26,54 @@
26
26
  <v-select v-if="islist"
27
27
  placeholder='请选择'
28
28
  :options='childrenOptions'
29
- :disabled="mustselect"
30
29
  @change="selectclick"
31
30
  :value-single="true"
32
31
  close-on-select></v-select>
33
32
  </template>
34
33
  <script>
35
- import Vue from 'vue';
36
- import co from 'co'
37
- import { PagedList, HttpResetClass } from 'vue-client'
38
- import * as ldapHelper from '../../util/LdapHelper'
39
- let saveGen = function * (self) {
40
- //获取分公司树
41
- let data = {
42
- source: self.source,
43
- userid: self.userid
44
- }
45
- // if(self.$treeorg==null || (self.$treeorg!=null&&self.$treeorg.length==0)){
46
- let http = new HttpResetClass()
47
- let ret = yield http.load('POST', `${self.Url}/rs/search`, data, {resolveMsg: null, rejectMsg: null})
48
- // 去掉前面的两层节点
49
- ret.data[0].children[0].children.forEach((item) => {
50
- self.model.push(item)
51
- })
52
- Vue.$treeorg = Vue.prototype.$treeorg = self.model;
53
- // }
54
- //if(self.$treeorg!=null){
55
- // self.model = self.$treeorg;
56
- //}
57
- // 给资源添加父关系
58
- ldapHelper.procParent(self.model)
59
- // 树转列
60
- // if (self.islist) {
61
- // self.treetoList(self.model)
62
- // }
63
- if(self.initresid.length>0){
64
- if(self.initresid[0] == ''){
65
- self.initresid[0] = self.$login.f.orgid;
34
+ import Vue from 'vue';
35
+ import co from 'co'
36
+ import { PagedList, HttpResetClass } from 'vue-client'
37
+ import * as ldapHelper from '../../util/LdapHelper'
38
+ let saveGen = function * (self) {
39
+ //获取分公司树
40
+ let data = {
41
+ source: self.source,
42
+ userid: self.userid
66
43
  }
67
- }else{
68
- self.initresid = [];
69
- self.initresid[0] = self.$login.f.orgid;
70
- }
71
- if(self.initresid&&self.initresid.length>0){
72
- self.isselect = false;
73
- self.initTreetoList(self.model)
74
- self.initregion(self.childrenOptions)
75
- self.childrenOptions.forEach((item) => {
76
- if(item.id == null && item.value !=null ){
77
- item = item.value
78
- }
79
- if(item.id==self.initresid[0]){
80
- //默认加载如果已选中的和传入参数相等会取消选择,这种操作不应该被允许
81
- if(self.orgids==item.id){
82
- self.initdataone(item);
83
- return;
84
- }
85
- self.selectclick(item);
86
- self.isselect = true;
87
- return;
88
- }
44
+ // if(self.$treeorg==null || (self.$treeorg!=null&&self.$treeorg.length==0)){
45
+ let http = new HttpResetClass()
46
+ let ret = yield http.load('POST', `${self.Url}/rs/search`, data, {resolveMsg: null, rejectMsg: null})
47
+ // 去掉前面的两层节点
48
+ ret.data[0].children[0].children.forEach((item) => {
49
+ self.model.push(item)
89
50
  })
90
- //如果没有找到公司,说明是选择的是大区
91
- if(!self.isselect){
92
- self.childrenregionOption.forEach((item) => {
51
+ Vue.$treeorg = Vue.prototype.$treeorg = self.model;
52
+ // }
53
+ //if(self.$treeorg!=null){
54
+ // self.model = self.$treeorg;
55
+ //}
56
+ // 给资源添加父关系
57
+ ldapHelper.procParent(self.model)
58
+ // 树转列
59
+ if (self.islist) {
60
+ self.treetoList(self.model)
61
+ }
62
+ if(self.initresid.length>0){
63
+ if(self.initresid[0] == ''){
64
+ self.initresid[0] = self.$login.f.orgid;
65
+ }
66
+ }else{
67
+ self.initresid = [];
68
+ self.initresid[0] = self.$login.f.orgid;
69
+ }
70
+ if(self.initresid&&self.initresid.length>0){
71
+ self.isselect = false;
72
+ self.initTreetoList(self.model)
73
+ self.initregion(self.childrenOptions)
74
+ self.childrenOptions.forEach((item) => {
93
75
  if(item.id == null && item.value !=null ){
94
- item = item.value;
76
+ item = item.value
95
77
  }
96
78
  if(item.id==self.initresid[0]){
97
79
  //默认加载如果已选中的和传入参数相等会取消选择,这种操作不应该被允许
@@ -100,127 +82,161 @@ let saveGen = function * (self) {
100
82
  return;
101
83
  }
102
84
  self.selectclick(item);
85
+ self.isselect = true;
103
86
  return;
104
87
  }
105
88
  })
89
+ //如果没有找到公司,说明是选择的是大区
90
+ if(!self.isselect){
91
+ self.childrenregionOption.forEach((item) => {
92
+ if(item.id == null && item.value !=null ){
93
+ item = item.value;
94
+ }
95
+ if(item.id==self.initresid[0]){
96
+ //默认加载如果已选中的和传入参数相等会取消选择,这种操作不应该被允许
97
+ if(self.orgids==item.id){
98
+ self.initdataone(item);
99
+ return;
100
+ }
101
+ self.selectclick(item);
102
+ return;
103
+ }
104
+ })
105
+ }
106
106
  }
107
+ //self.selectRes()
107
108
  }
108
- //self.selectRes()
109
- }
110
- export default {
111
- title: '资源树',
112
- props: {
113
- searchText:'',
114
- strsign:'',
115
- source: {
116
- type: String,
117
- require: true,
118
- default:`tool.getFullTree(this.getRights().where(row.getType() == $organization$))`
119
- },
120
- //资源初始化数据
121
- initresid: {
122
- type: Array,
123
- default() { return [] },
124
- },
125
- resid: {
126
- },
127
- islist: {
128
- type: Boolean,
129
- default: false
130
- },
131
- //是否有查看上级的权限
132
- Url:{
133
- type: String,
134
- default:''
135
- },
136
- mustselect: {
137
- type: Boolean,
138
- default: false
139
- },
140
- width:{
141
- type:String,
142
- default:'60%'
143
- }
144
- },
145
- data () {
146
- return {
147
- resobj:{res:this.$login.f.orgs, resids:this.$login.f.orgid},
148
- userid: this.$login.f.id,
149
- resname:[this.$login.f.orgs],
150
- orgnames : "请选择",
151
- //单选点击 返回所有子
152
- orgids : null,
153
- orgobj:null,
154
- model: [
155
-
156
- ],
157
- childrenOptions: [],
158
- childrenregionOption:[],
159
- isselect: false
160
- }
161
- },
162
- methods: {
163
- selectRes () {
164
- let newobj={
165
- "res": [this.resname],
166
- "resids": [this.orgids],
167
- }
168
- this.$emit('re-res', newobj)
169
- },
170
- //树形结构变成list
171
- initTreetoList(val) {
172
- for (let value of val) {
173
- this.initErgodicList(value)
109
+ export default {
110
+ title: '资源树',
111
+ props: {
112
+ searchText:'',
113
+ strsign:'',
114
+ source: {
115
+ type: String,
116
+ require: true,
117
+ default:`tool.getFullTree(this.getRights().where(row.getType() == $organization$))`
118
+ },
119
+ //资源初始化数据
120
+ initresid: {
121
+ type: Array,
122
+ default() { return [] },
123
+ },
124
+ resid: {
125
+ },
126
+ islist: {
127
+ type: Boolean,
128
+ default: false
129
+ },
130
+ //是否有查看上级的权限
131
+ Url:{
132
+ type: String,
133
+ default:''
134
+ },
135
+ width:{
136
+ type:String,
137
+ default:'60%'
174
138
  }
175
139
  },
176
- //找到跟节点
177
- initErgodicList (val) {
178
- if(val.children.length > 0){
179
- this.childrenOptions.push(val)
180
- this.treetoList(val.children)
181
- }else{
182
- this.childrenOptions.push(val)
140
+ data () {
141
+ return {
142
+ resobj:{res:this.$login.f.orgs, resids:this.$login.f.orgid},
143
+ userid: this.$login.f.id,
144
+ resname:[this.$login.f.orgs],
145
+ orgnames : "请选择",
146
+ //单选点击 返回所有子
147
+ orgids : null,
148
+ orgobj:null,
149
+ model: [
150
+
151
+ ],
152
+ childrenOptions: [],
153
+ childrenregionOption:[],
154
+ isselect: false
183
155
  }
184
156
  },
185
- initregion(val){
186
- if(val ==null ) return;
187
- val.forEach((item)=>{
188
- if(item.name != null){
189
- if(item.name.includes("公司")){
190
- return;
191
- }else{
192
- this.initregion(item.children)
193
- this.childrenregionOption.push({label:"",value:item})
194
- //return item;
195
- }
157
+ methods: {
158
+ selectRes () {
159
+ let newobj={
160
+ "res": [this.resname],
161
+ "resids": [this.orgids],
162
+ }
163
+ this.$emit('re-res', newobj)
164
+ },
165
+ //树形结构变成list
166
+ initTreetoList(val) {
167
+ for (let value of val) {
168
+ this.initErgodicList(value)
169
+ }
170
+ },
171
+ //找到跟节点
172
+ initErgodicList (val) {
173
+ if(val.children.length > 0){
174
+ this.childrenOptions.push(val)
175
+ this.treetoList(val.children)
196
176
  }else{
197
- return;
177
+ this.childrenOptions.push(val)
198
178
  }
199
- })
179
+ },
180
+ initregion(val){
181
+ if(val ==null ) return;
182
+ val.forEach((item)=>{
183
+ if(item.name != null){
184
+ if(item.name.includes("公司")){
185
+ return;
186
+ }else{
187
+ this.initregion(item.children)
188
+ this.childrenregionOption.push({label:"",value:item})
189
+ //return item;
190
+ }
191
+ }else{
192
+ return;
193
+ }
194
+ })
200
195
 
201
- },
202
- async buluer (val) {
203
- this.strsign=val
204
- await new Promise(resolve => {
205
- this.$nextTick(() => {
206
- resolve()
196
+ },
197
+ async buluer (val) {
198
+ this.strsign=val
199
+ await new Promise(resolve => {
200
+ this.$nextTick(() => {
201
+ resolve()
202
+ })
207
203
  })
208
- })
209
- },
210
- //点击资源的方法
211
- selectclick (row) {
212
- if(this.orgids==row.id){
213
- //取消点击
214
- this.orgnames="请选择"
215
- this.orgids=null
216
- this.orgobj=null
217
- let newobj={
218
- "res": [],
219
- "resids": [],
220
- "orgobj": [],
204
+ },
205
+ //点击资源的方法
206
+ selectclick (row) {
207
+ if(this.orgids==row.id){
208
+ //取消点击
209
+ this.orgnames="请选择"
210
+ this.orgids=null
211
+ this.orgobj=null
212
+ let newobj={
213
+ "res": [],
214
+ "resids": [],
215
+ "orgobj": [],
216
+ }
217
+ this.$emit('re-res', newobj)
218
+ }else{
219
+ //点中点击
220
+ this.orgnames=row.name
221
+ this.orgids=row.id
222
+ this.orgobj=row
223
+ let objs=[]
224
+ let objids=[]
225
+ let objnames=[]
226
+ this.addResChild(row,objs)
227
+ objs.forEach((item) => {
228
+ objids.push(item.id)
229
+ objnames.push(item.name)
230
+ })
231
+ let newobj={
232
+ "res": objnames,
233
+ "resids": objids,
234
+ "orgobj": objs,
235
+ }
236
+ this.$emit('re-res', newobj)
221
237
  }
222
- this.$emit('re-res', newobj)
223
- }else{
238
+ },
239
+ initdataone(row){
224
240
  //点中点击
225
241
  this.orgnames=row.name
226
242
  this.orgids=row.id
@@ -239,110 +255,89 @@ export default {
239
255
  "orgobj": objs,
240
256
  }
241
257
  this.$emit('re-res', newobj)
258
+ },
259
+ addResChild(val,objs){
260
+ objs.push(val)
261
+ if(val.children && val.children.length>0){
262
+ Object.keys(val.children).forEach((key) => {
263
+ this.addResChild(val.children[key],objs)
264
+ })
265
+ }
266
+ return objs
267
+ },
268
+ //检查是否显示对勾
269
+ isSelect(val) {
270
+ if(this.orgids==val){
271
+ return true
272
+ }else{
273
+ return false
274
+ }
275
+ },
276
+ //树形结构变成list
277
+ treetoList(val) {
278
+ for (let value of val) {
279
+ this.ergodicList(value)
280
+ }
281
+ },
282
+ //找到跟节点
283
+ ergodicList (val) {
284
+ val.children.length > 0 ? this.treetoList(val.children) : this.childrenOptions.push({label: val.name, value: val})
285
+ },
286
+ //处理显示默认值
287
+ dealResObj (val) {
288
+ try{
289
+ var arr=val.res.split(".")
290
+ //截取最后一个分公司名字
291
+ this.resname=arr[arr.length-1].toString()
292
+ this.orgnames=arr[arr.length-1].toString()
293
+ this.resid = val.resids
294
+ this.orgids = val.resids
295
+ }catch (e){
296
+ this.resname='请选择组织'
297
+ }
298
+ },
299
+ judgBoundary(){
300
+ //判断是否超出边界,超出移动
301
+ if(document.documentElement.offsetWidth< this.$els.dropdown.getBoundingClientRect().right){
302
+ this.left = document.documentElement.offsetWidth - this.$els.dropdown.getBoundingClientRect().right - 25
303
+ }
242
304
  }
243
305
  },
244
- initdataone(row){
245
- //点中点击
246
- this.orgnames=row.name
247
- this.orgids=row.id
248
- this.orgobj=row
249
- let objs=[]
250
- let objids=[]
251
- let objnames=[]
252
- this.addResChild(row,objs)
253
- objs.forEach((item) => {
254
- objids.push(item.id)
255
- objnames.push(item.name)
256
- })
257
- let newobj={
258
- "res": objnames,
259
- "resids": objids,
260
- "orgobj": objs,
261
- }
262
- this.$emit('re-res', newobj)
263
- },
264
- addResChild(val,objs){
265
- objs.push(val)
266
- if(val.children && val.children.length>0){
267
- Object.keys(val.children).forEach((key) => {
268
- this.addResChild(val.children[key],objs)
269
- })
270
- }
271
- return objs
272
- },
273
- //检查是否显示对勾
274
- isSelect(val) {
275
- if(this.orgids==val){
276
- return true
277
- }else{
278
- return false
279
- }
280
- },
281
- //树形结构变成list
282
- treetoList(val) {
283
- for (let value of val) {
284
- this.ergodicList(value)
285
- }
286
- },
287
- //找到跟节点
288
- ergodicList (val) {
289
- val.children.length > 0 ? this.treetoList(val.children) : this.childrenOptions.push({label: val.name, value: val})
306
+ events: {
307
+
290
308
  },
291
- //处理显示默认值
292
- dealResObj (val) {
293
- try{
294
- var arr=val.res.split(".")
295
- //截取最后一个分公司名字
296
- this.resname=arr[arr.length-1].toString()
297
- this.orgnames=arr[arr.length-1].toString()
298
- this.resid = val.resids
299
- this.orgids = val.resids
300
- }catch (e){
301
- this.resname='请选择组织'
302
- }
309
+ ready () {
310
+ this.dealResObj (this.resobj)
311
+ let gen = saveGen(this)
312
+ return co(gen)
303
313
  },
304
- judgBoundary(){
305
- //判断是否超出边界,超出移动
306
- if(document.documentElement.offsetWidth< this.$els.dropdown.getBoundingClientRect().right){
307
- this.left = document.documentElement.offsetWidth - this.$els.dropdown.getBoundingClientRect().right - 25
308
- }
314
+ watch: {
309
315
  }
310
- },
311
- events: {
312
-
313
- },
314
- ready () {
315
- this.dealResObj (this.resobj)
316
- let gen = saveGen(this)
317
- return co(gen)
318
- },
319
- watch: {
320
316
  }
321
- }
322
317
  </script>
323
318
  <style lang="less">
324
- #res-tree {
325
- .list-group-item {
326
- background-color: #FFF;
327
- color: #000;
328
- padding: 5px 10px;
329
- border:0px;
330
- white-space: nowrap;
319
+ #res-tree {
320
+ .list-group-item {
321
+ background-color: #FFF;
322
+ color: #000;
323
+ padding: 5px 10px;
324
+ border:0px;
325
+ white-space: nowrap;
326
+ }
327
+ }
328
+ #res-tree .list-group {
329
+ width: auto;
330
+ min-width: 100%;
331
+ }
332
+ .hide-text-overflow{
333
+ overflow: hidden;
334
+ text-overflow: ellipsis
335
+ }
336
+ .select-style {
337
+ border: 0px;
338
+ /*border-bottom: 2px solid #C9CCCF;*/
339
+ border: 1px solid #93B2D3;
340
+ border-radius: 0px;
341
+ color: #555;
331
342
  }
332
- }
333
- #res-tree .list-group {
334
- width: auto;
335
- min-width: 100%;
336
- }
337
- .hide-text-overflow{
338
- overflow: hidden;
339
- text-overflow: ellipsis
340
- }
341
- .select-style {
342
- border: 0px;
343
- /*border-bottom: 2px solid #C9CCCF;*/
344
- border: 1px solid #93B2D3;
345
- border-radius: 0px;
346
- color: #555;
347
- }
348
343
  </style>
@@ -55,6 +55,7 @@
55
55
  .then(res => {
56
56
  console.log('res-->' + JSON.stringify(res))
57
57
  this.allUsers = res.data
58
+ this.filterUser([this.$login.f.orgid])
58
59
  })
59
60
  },
60
61
  methods: {
@@ -65,9 +66,9 @@
65
66
  this.$dispatch('re-res',obj)
66
67
  },
67
68
  filterUser(resids) {
68
- // 处理第一次进入页面值异常问题
69
+ // 处理第一次进入页面值异常问题
69
70
  if(resids.length > 0 && typeof resids[0] == "object"){
70
- resids = resids[0]
71
+ resids = resids[0]
71
72
  }
72
73
  this.users = []
73
74
  this.allUsers.forEach(user => {
@@ -86,4 +87,4 @@
86
87
 
87
88
  <style scoped>
88
89
 
89
- </style>
90
+ </style>