system-clients 3.2.4 → 3.2.6-1

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 (171) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.npmignore +10 -0
  3. package/SystemClient.iml +8 -11
  4. package/build/.npmignore +1 -0
  5. package/build/webpack.base.conf.js +21 -11
  6. package/package-lock.json +23125 -0
  7. package/package.json +6 -4
  8. package/src/.npmignore +1 -0
  9. package/src/components/Main.vue +626 -476
  10. package/src/components/TabButton.vue +201 -0
  11. package/src/components/Tabs.vue +67 -0
  12. package/src/components/addressManage/AddressCascadingMenu.vue +145 -0
  13. package/src/components/equipment/EquipmentManage.vue +1 -1
  14. package/src/components/equipment/PcAdd.vue +5 -5
  15. package/src/components/equipment/PcList.vue +5 -5
  16. package/src/components/equipment/PhoneAdd.vue +26 -13
  17. package/src/components/equipment/PhoneList.vue +31 -21
  18. package/src/components/equipment/PosAdd.vue +231 -45
  19. package/src/components/equipment/PosList.vue +198 -68
  20. package/src/components/equipment/PosManage.vue +80 -9
  21. package/src/components/equipment/PosManageBoth.vue +125 -0
  22. package/src/components/equipment/PosParamAdd.vue +236 -0
  23. package/src/components/equipment/PosParamList.vue +121 -0
  24. package/src/components/equipment/PosParamManage.vue +51 -0
  25. package/src/components/parammanage/ParamManage.vue +2 -2
  26. package/src/components/parammanage/ParamPage.vue +30 -8
  27. package/src/components/parammanage/SinglePage.vue +4 -4
  28. package/src/components/server/ImageVieweTest.vue +56 -0
  29. package/src/components/server/ImageViewer.vue +350 -0
  30. package/src/components/server/LoadData.vue +21 -2
  31. package/src/components/server/Login.vue +889 -625
  32. package/src/components/server/ModifyPw.vue +12 -7
  33. package/src/components/server/PcdBuildingSelect.vue +241 -0
  34. package/src/components/server/ResSelect.vue +5 -0
  35. package/src/components/server/ResSelectGroup.vue +159 -103
  36. package/src/components/server/RightTree.vue +289 -204
  37. package/src/filiale/dongguan/Login.vue +889 -0
  38. package/src/filiale/dongguan/Main.vue +715 -0
  39. package/src/filiale/dongguan/system.js +6 -0
  40. package/src/filiale/konggang/Login.vue +840 -0
  41. package/src/filiale/konggang/system.js +7 -0
  42. package/src/filiale/qianneng/ModifyPw.vue +107 -0
  43. package/src/filiale/qianneng/system.js +7 -0
  44. package/src/filiale/rizhao/LeftTree.vue +111 -0
  45. package/src/filiale/rizhao/Login.vue +791 -0
  46. package/src/filiale/rizhao/Main.vue +606 -0
  47. package/src/filiale/rizhao/system.js +14 -0
  48. package/src/filiale/yuchuan/Login.vue +889 -0
  49. package/src/filiale/yuchuan/Main.vue +773 -0
  50. package/src/filiale/yuchuan/system.js +10 -0
  51. package/src/plugins/EncryptUtil.js +53 -0
  52. package/src/plugins/GetLoginInfoService.js +76 -70
  53. package/src/plugins/HeatGetLoginInfoService.js +491 -0
  54. package/src/plugins/validation.js +9 -1
  55. package/src/stores/HeatAppData.js +38 -0
  56. package/src/styles/fonts/PINGFANG LIGHT.TTF +0 -0
  57. package/src/styles/fonts/PingFangSC-Regular.ttf +0 -0
  58. package/src/styles/fonts/glyphicons-halflings-regular.eot +0 -0
  59. package/src/styles/fonts/glyphicons-halflings-regular.svg +288 -0
  60. package/src/styles/fonts/glyphicons-halflings-regular.ttf +0 -0
  61. package/src/styles/fonts/glyphicons-halflings-regular.woff +0 -0
  62. package/src/styles/fonts/glyphicons-halflings-regular.woff2 +0 -0
  63. package/src/styles/fonts/pingfang-bold.ttf +0 -0
  64. package/src/styles/fonts/pingfang-medium.ttf +0 -0
  65. package/src/styles/fonts/pingfang-regular.ttf +0 -0
  66. package/src/styles/fonts/trendstrends.ttf +0 -0
  67. package/src/styles/fonts//346/261/211/344/273/252/350/217/261/345/277/203/344/275/223/347/256/200.ttf +0 -0
  68. package/src/styles/less/.csscomb.json +304 -0
  69. package/src/styles/less/.csslintrc +19 -0
  70. package/src/styles/less/alerts.less +73 -0
  71. package/src/styles/less/aofeng/animate.min.css +11 -0
  72. package/src/styles/less/aofeng/expandcss.less +569 -0
  73. package/src/styles/less/aofeng/standard.less +2507 -0
  74. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +686 -0
  75. package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -0
  76. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -0
  77. package/src/styles/less/aofeng/themeOne.less +17 -0
  78. package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -0
  79. package/src/styles/less/aofeng/themeTwo.less +3 -0
  80. package/src/styles/less/badges.less +66 -0
  81. package/src/styles/less/bootstrap.less +66 -0
  82. package/src/styles/less/breadcrumbs.less +26 -0
  83. package/src/styles/less/button-groups.less +247 -0
  84. package/src/styles/less/buttons.less +172 -0
  85. package/src/styles/less/carousel.less +269 -0
  86. package/src/styles/less/close.less +34 -0
  87. package/src/styles/less/code.less +69 -0
  88. package/src/styles/less/component-animations.less +33 -0
  89. package/src/styles/less/dropdowns.less +216 -0
  90. package/src/styles/less/fonts-list.less +25 -0
  91. package/src/styles/less/forms.less +626 -0
  92. package/src/styles/less/glyphicons.less +305 -0
  93. package/src/styles/less/grid.less +84 -0
  94. package/src/styles/less/input-groups.less +167 -0
  95. package/src/styles/less/jumbotron.less +52 -0
  96. package/src/styles/less/labels.less +64 -0
  97. package/src/styles/less/list-group.less +141 -0
  98. package/src/styles/less/manageStyle/manageChile.less +180 -0
  99. package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -0
  100. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -0
  101. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -0
  102. package/src/styles/less/manageStyle/manageStyle.less +1102 -0
  103. package/src/styles/less/manageStyle/safeStyle.less +498 -0
  104. package/src/styles/less/media.less +66 -0
  105. package/src/styles/less/mixins/alerts.less +14 -0
  106. package/src/styles/less/mixins/background-variant.less +9 -0
  107. package/src/styles/less/mixins/border-radius.less +18 -0
  108. package/src/styles/less/mixins/buttons.less +69 -0
  109. package/src/styles/less/mixins/center-block.less +7 -0
  110. package/src/styles/less/mixins/clearfix.less +22 -0
  111. package/src/styles/less/mixins/forms.less +90 -0
  112. package/src/styles/less/mixins/gradients.less +59 -0
  113. package/src/styles/less/mixins/grid-framework.less +92 -0
  114. package/src/styles/less/mixins/grid.less +122 -0
  115. package/src/styles/less/mixins/hide-text.less +21 -0
  116. package/src/styles/less/mixins/image.less +33 -0
  117. package/src/styles/less/mixins/labels.less +12 -0
  118. package/src/styles/less/mixins/list-group.less +30 -0
  119. package/src/styles/less/mixins/nav-divider.less +10 -0
  120. package/src/styles/less/mixins/nav-vertical-align.less +9 -0
  121. package/src/styles/less/mixins/opacity.less +8 -0
  122. package/src/styles/less/mixins/pagination.less +24 -0
  123. package/src/styles/less/mixins/panels.less +24 -0
  124. package/src/styles/less/mixins/progress-bar.less +10 -0
  125. package/src/styles/less/mixins/reset-filter.less +8 -0
  126. package/src/styles/less/mixins/reset-text.less +18 -0
  127. package/src/styles/less/mixins/resize.less +6 -0
  128. package/src/styles/less/mixins/responsive-visibility.less +15 -0
  129. package/src/styles/less/mixins/size.less +10 -0
  130. package/src/styles/less/mixins/tab-focus.less +9 -0
  131. package/src/styles/less/mixins/table-row.less +44 -0
  132. package/src/styles/less/mixins/text-emphasis.less +9 -0
  133. package/src/styles/less/mixins/text-overflow.less +8 -0
  134. package/src/styles/less/mixins/vendor-prefixes.less +227 -0
  135. package/src/styles/less/mixins.less +40 -0
  136. package/src/styles/less/modals.less +151 -0
  137. package/src/styles/less/navbar.less +660 -0
  138. package/src/styles/less/navs.less +285 -0
  139. package/src/styles/less/normalize.less +424 -0
  140. package/src/styles/less/pager.less +76 -0
  141. package/src/styles/less/pagination.less +89 -0
  142. package/src/styles/less/panels.less +275 -0
  143. package/src/styles/less/popovers.less +131 -0
  144. package/src/styles/less/print.less +101 -0
  145. package/src/styles/less/progress-bars.less +87 -0
  146. package/src/styles/less/responsive-embed.less +35 -0
  147. package/src/styles/less/responsive-utilities.less +194 -0
  148. package/src/styles/less/scaffolding.less +161 -0
  149. package/src/styles/less/stand.less +207 -0
  150. package/src/styles/less/tables.less +312 -0
  151. package/src/styles/less/theme.less +291 -0
  152. package/src/styles/less/thumbnails.less +36 -0
  153. package/src/styles/less/tooltip.less +102 -0
  154. package/src/styles/less/type.less +316 -0
  155. package/src/styles/less/utilities.less +55 -0
  156. package/src/styles/less/variables.less +899 -0
  157. package/src/styles/less/wells.less +29 -0
  158. package/src/system.js +34 -1
  159. package/src/util/Daiban.json +12 -0
  160. package/static/images/lefticon//345/220/210/345/220/214/347/256/241/347/220/206.png +0 -0
  161. package/static/logo.png +0 -0
  162. package/static/newStyle/about-us.png +0 -0
  163. package/static/rizhao.png +0 -0
  164. package/yarn-error.log +6896 -0
  165. package/.gradle/3.5/file-changes/last-build.bin +0 -0
  166. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  167. package/.gradle/3.5.1/file-changes/last-build.bin +0 -0
  168. package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
  169. package/.gradle/buildOutputCleanup/built.bin +0 -0
  170. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  171. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
@@ -26,238 +26,323 @@
26
26
  <v-select v-if="islist"
27
27
  placeholder='请选择'
28
28
  :options='childrenOptions'
29
+ :disabled="mustselect"
29
30
  @change="selectclick"
30
31
  :value-single="true"
31
32
  close-on-select></v-select>
32
33
  </template>
33
34
  <script>
34
- import co from 'co'
35
- import { PagedList, HttpResetClass } from 'vue-client'
36
- import * as ldapHelper from '../../util/LdapHelper'
37
-
38
- let saveGen = function * (self) {
39
- //获取分公司树
40
- let data = {
41
- source: self.source,
42
- userid: self.userid
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;
43
66
  }
44
- let http = new HttpResetClass()
45
- let ret = yield http.load('POST', `${self.Url}/rs/search`, data, {resolveMsg: null, rejectMsg: null})
46
- // 去掉前面的两层节点
47
- ret.data[0].children[0].children.forEach((item) => {
48
- self.model.push(item)
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
+ }
49
89
  })
50
- // 给资源添加父关系
51
- ldapHelper.procParent(self.model)
52
- // 树转列
53
- if (self.islist) {
54
- self.treetoList(self.model)
55
- }
56
- if(self.initresid&&self.initresid.length>0){
57
- self.initTreetoList(self.model)
58
- self.childrenOptions.forEach((item) => {
90
+ //如果没有找到公司,说明是选择的是大区
91
+ if(!self.isselect){
92
+ self.childrenregionOption.forEach((item) => {
93
+ if(item.id == null && item.value !=null ){
94
+ item = item.value;
95
+ }
59
96
  if(item.id==self.initresid[0]){
60
- self.model=[]
61
- self.model.push(item)
62
- self.selectclick(item)
97
+ //默认加载如果已选中的和传入参数相等会取消选择,这种操作不应该被允许
98
+ if(self.orgids==item.id){
99
+ self.initdataone(item);
100
+ return;
101
+ }
102
+ self.selectclick(item);
103
+ return;
63
104
  }
64
105
  })
65
106
  }
66
- self.selectRes()
67
107
  }
68
- export default {
69
- title: '资源树',
70
- props: {
71
- searchText:'',
72
- strsign:'',
73
- source: {
74
- type: String,
75
- require: true,
76
- default:`tool.getFullTree(this.getRights().where(row.getType() == $organization$))`
77
- },
78
- //资源初始化数据
79
- initresid: {
80
- type: Array,
81
- default() { return [] },
82
- },
83
- resid: {
84
- },
85
- islist: {
86
- type: Boolean,
87
- default: false
88
- },
89
- //是否有查看上级的权限
90
- Url:{
91
- type: String,
92
- default:''
93
- },
94
- width:{
95
- type:String,
96
- default:'60%'
97
- }
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: {
98
126
  },
99
- data () {
100
- return {
101
- resobj:{res:this.$login.f.orgs, resids:this.$login.f.orgid},
102
- userid: this.$login.f.id,
103
- resname:[this.$login.f.orgs],
104
- orgnames : "请选择",
105
- //单选点击 返回所有子
106
- orgids : null,
107
- orgobj:null,
108
- model: [
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: [
109
155
 
110
- ],
111
- childrenOptions: []
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],
112
167
  }
168
+ this.$emit('re-res', newobj)
113
169
  },
114
- methods: {
115
- selectRes () {
116
- let newobj={
117
- "res": [this.resname],
118
- "resids": [this.orgids],
119
- }
120
- this.$emit('re-res', newobj)
121
- },
122
- //树形结构变成list
123
- initTreetoList(val) {
124
- for (let value of val) {
125
- this.initErgodicList(value)
126
- }
127
- },
128
- //找到跟节点
129
- initErgodicList (val) {
130
- if(val.children.length > 0){
131
- this.childrenOptions.push(val)
132
- this.treetoList(val.children)
133
- }else{
134
- this.childrenOptions.push(val)
135
- }
136
- },
137
- async buluer (val) {
138
- this.strsign=val
139
- await new Promise(resolve => {
140
- this.$nextTick(() => {
141
- resolve()
142
- })
143
- })
144
- },
145
- //点击资源的方法
146
- selectclick (row) {
147
- if(this.orgids==row.id){
148
- //取消点击
149
- this.orgnames="请选择"
150
- this.orgids=null
151
- this.orgobj=null
152
- let newobj={
153
- "res": [],
154
- "resids": [],
155
- "orgobj": [],
156
- }
157
- this.$emit('re-res', newobj)
158
- }else{
159
- //点中点击
160
- this.orgnames=row.name
161
- this.orgids=row.id
162
- this.orgobj=row
163
- let objs=[]
164
- let objids=[]
165
- let objnames=[]
166
- this.addResChild(row,objs)
167
- objs.forEach((item) => {
168
- objids.push(item.id)
169
- objnames.push(item.name)
170
- })
171
- let newobj={
172
- "res": objnames,
173
- "resids": objids,
174
- "orgobj": objs,
170
+ //树形结构变成list
171
+ initTreetoList(val) {
172
+ for (let value of val) {
173
+ this.initErgodicList(value)
174
+ }
175
+ },
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)
183
+ }
184
+ },
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;
175
195
  }
176
- this.$emit('re-res', newobj)
177
- }
178
- },
179
- addResChild(val,objs){
180
- objs.push(val)
181
- if(val.children && val.children.length>0){
182
- Object.keys(val.children).forEach((key) => {
183
- this.addResChild(val.children[key],objs)
184
- })
185
- }
186
- return objs
187
- },
188
- //检查是否显示对勾
189
- isSelect(val) {
190
- if(this.orgids==val){
191
- return true
192
196
  }else{
193
- return false
194
- }
195
- },
196
- //树形结构变成list
197
- treetoList(val) {
198
- for (let value of val) {
199
- this.ergodicList(value)
197
+ return;
200
198
  }
201
- },
202
- //找到跟节点
203
- ergodicList (val) {
204
- val.children.length > 0 ? this.treetoList(val.children) : this.childrenOptions.push({label: val.name, value: val})
205
- },
206
- //处理显示默认值
207
- dealResObj (val) {
208
- try{
209
- var arr=val.res.split(".")
210
- //截取最后一个分公司名字
211
- this.resname=arr[arr.length-1].toString()
212
- this.orgnames=arr[arr.length-1].toString()
213
- this.resid = val.resids
214
- this.orgids = val.resids
215
- }catch (e){
216
- this.resname='请选择组织'
199
+ })
200
+
201
+ },
202
+ async buluer (val) {
203
+ this.strsign=val
204
+ await new Promise(resolve => {
205
+ this.$nextTick(() => {
206
+ resolve()
207
+ })
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": [],
217
221
  }
218
- },
219
- judgBoundary(){
220
- //判断是否超出边界,超出移动
221
- if(document.documentElement.offsetWidth< this.$els.dropdown.getBoundingClientRect().right){
222
- this.left = document.documentElement.offsetWidth - this.$els.dropdown.getBoundingClientRect().right - 25
222
+ this.$emit('re-res', newobj)
223
+ }else{
224
+ //点中点击
225
+ this.orgnames=row.name
226
+ this.orgids=row.id
227
+ this.orgobj=row
228
+ let objs=[]
229
+ let objids=[]
230
+ let objnames=[]
231
+ this.addResChild(row,objs)
232
+ objs.forEach((item) => {
233
+ objids.push(item.id)
234
+ objnames.push(item.name)
235
+ })
236
+ let newobj={
237
+ "res": objnames,
238
+ "resids": objids,
239
+ "orgobj": objs,
223
240
  }
241
+ this.$emit('re-res', newobj)
224
242
  }
225
243
  },
226
- events: {
227
-
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)
228
263
  },
229
- ready () {
230
- // this.dealResObj (this.resobj)
231
- let gen = saveGen(this)
232
- return co(gen)
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
+ }
233
280
  },
234
- watch: {
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})
290
+ },
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
+ }
303
+ },
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
+ }
235
309
  }
310
+ },
311
+ events: {
312
+
313
+ },
314
+ ready () {
315
+ this.dealResObj (this.resobj)
316
+ let gen = saveGen(this)
317
+ return co(gen)
318
+ },
319
+ watch: {
236
320
  }
321
+ }
237
322
  </script>
238
323
  <style lang="less">
239
- #res-tree {
240
- .list-group-item {
241
- background-color: #FFF;
242
- color: #000;
243
- padding: 5px 10px;
244
- border:0px;
245
- white-space: nowrap;
246
- }
247
- }
248
- #res-tree .list-group {
249
- width: auto;
250
- min-width: 100%;
251
- }
252
- .hide-text-overflow{
253
- overflow: hidden;
254
- text-overflow: ellipsis
255
- }
256
- .select-style {
257
- border: 0px;
258
- /*border-bottom: 2px solid #C9CCCF;*/
259
- border: 1px solid #93B2D3;
260
- border-radius: 0px;
261
- color: #555;
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;
262
331
  }
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
+ }
263
348
  </style>