system-clients 3.2.95-ruihua1 → 3.2.95-temp

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 (64) hide show
  1. package/.gradle/7.4/checksums/checksums.lock +0 -0
  2. package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
  4. package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
  5. package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  6. package/.gradle/7.4/fileChanges/last-build.bin +0 -0
  7. package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
  8. package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  9. package/.gradle/7.4/gc.properties +0 -0
  10. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  11. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  12. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  13. package/.gradle/file-system.probe +0 -0
  14. package/.gradle/vcs-1/gc.properties +0 -0
  15. package/package.json +105 -105
  16. package/src/components/Main.vue +42 -18
  17. package/src/components/equipment/PcAdd.vue +1 -1
  18. package/src/components/equipment/PcList.vue +3 -3
  19. package/src/components/equipment/PhoneAdd.vue +1 -1
  20. package/src/components/equipment/PhoneList.vue +2 -2
  21. package/src/components/equipment/PosAdd.vue +10 -6
  22. package/src/components/equipment/PosList.vue +5 -3
  23. package/src/components/equipment/PosParamAdd.vue +1 -1
  24. package/src/components/equipment/PosParamList.vue +2 -2
  25. package/src/components/parammanage/ParamPage.vue +12 -12
  26. package/src/components/parammanage/SinglePage.vue +8 -8
  27. package/src/components/server/Login.vue +35 -17
  28. package/src/components/server/ModifyPw.vue +0 -1
  29. package/src/components/server/PcdBuildingSelect.vue +0 -2
  30. package/src/components/server/ResSelect.vue +175 -169
  31. package/src/components/server/ResSelectGroup.vue +1 -1
  32. package/src/components/server/RoleSelector.vue +2 -3
  33. package/src/filiale/baole/Login.vue +0 -2
  34. package/src/filiale/bayan/PosAdd.vue +369 -0
  35. package/src/filiale/bayan/PosList.vue +349 -0
  36. package/src/filiale/bayan/PosManage.vue +138 -0
  37. package/src/filiale/bayan/system.js +6 -0
  38. package/src/filiale/chengtou/Login.vue +0 -2
  39. package/src/filiale/dongguan/Login.vue +0 -2
  40. package/src/filiale/dongguan/Main.vue +0 -2
  41. package/src/filiale/furuike/Login.vue +0 -4
  42. package/src/filiale/furuike/Main.vue +23 -36
  43. package/src/filiale/gehua/Main.vue +0 -2
  44. package/src/filiale/konggang/Login.vue +0 -2
  45. package/src/filiale/qianneng/Login.vue +0 -2
  46. package/src/filiale/qianneng/Main.vue +2 -4
  47. package/src/filiale/qianneng/ModifyPw.vue +0 -1
  48. package/src/filiale/rizhao/Login.vue +0 -2
  49. package/src/filiale/rizhao/Main.vue +1 -1
  50. package/src/filiale/shiquan/Login.vue +0 -2
  51. package/src/filiale/tianyi/Login.vue +0 -2
  52. package/src/filiale/tongchuan/Login.vue +0 -2
  53. package/src/filiale/tongchuan/Main.vue +1 -3
  54. package/src/filiale/weinan/Main.vue +1 -2
  55. package/src/filiale/wenxi/Login.vue +0 -2
  56. package/src/filiale/wenxi/Main.vue +0 -2
  57. package/src/filiale/wuhai/Main.vue +0 -3
  58. package/src/filiale/yuchuan/Login.vue +1 -3
  59. package/src/filiale/yuchuan/Main.vue +0 -2
  60. package/src/filiale/zhoukou/Main.vue +0 -2
  61. package/src/plugins/GetLoginInfoService.js +75 -13
  62. package/src/stores/AppData.js +1 -1
  63. package/src/filiale/ruihua/Login.vue +0 -549
  64. package/src/filiale/ruihua/system.js +0 -5
@@ -151,7 +151,6 @@ let getwartermakr = async function (self) {
151
151
  tablename: 't_singlevalue',
152
152
  condition: " 1=1 and name=\'水印内容\'"
153
153
  };
154
- // todo v4
155
154
  let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
156
155
  if (result && result.data.length > 0) {
157
156
  self.showwatermakeflag = true;
@@ -423,7 +422,6 @@ export default {
423
422
  username: this.$login.f.name,
424
423
  usertelephone: this.$login.f.f_user_telephone
425
424
  }
426
- // todo v4
427
425
  await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
428
426
  window.location.reload()
429
427
  }
@@ -162,7 +162,6 @@
162
162
  console.log('登录配置', self.config)
163
163
  if (self.config.isMac) {
164
164
  // 获取该登录人分公司下的mac配置
165
- // todo v4
166
165
  let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
167
166
  resolveMsg: null,
168
167
  rejectMsg: null
@@ -371,7 +370,6 @@
371
370
  if (this.config.distanceLogin) {
372
371
  if (this.$login && this.$login.getUrlParames('name') ) {
373
372
  let ename = this.$login.getUrlParames('name');
374
- // todo v4
375
373
  let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
376
374
  if(logininfo.data){
377
375
  if(logininfo.data.ename && logininfo.data.password){
@@ -175,7 +175,6 @@ let saveGen = function *(self) {
175
175
  console.log('登录配置', self.config)
176
176
  if (self.config.isMac) {
177
177
  // 获取该登录人分公司下的mac配置
178
- // todo v4
179
178
  let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
180
179
  resolveMsg: null,
181
180
  rejectMsg: null
@@ -454,7 +453,6 @@ export default {
454
453
  if (this.config.distanceLogin) {
455
454
  if (this.$login && this.$login.getUrlParames('name') ) {
456
455
  let ename = this.$login.getUrlParames('name');
457
- // todo v4
458
456
  let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
459
457
  if(logininfo.data){
460
458
  if(logininfo.data.ename && logininfo.data.password){
@@ -161,7 +161,6 @@ let getwartermakr = async function (self) {
161
161
  tablename: 't_singlevalue',
162
162
  condition: " 1=1 and name=\'水印内容\'"
163
163
  };
164
- // todo v4
165
164
  let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
166
165
  if (result && result.data.length > 0) {
167
166
  self.showwatermakeflag = true;
@@ -360,12 +359,12 @@ export default {
360
359
  const data = {
361
360
  "condition":
362
361
  {
363
- "condition":" 1=1 ",
362
+ "condition":` 1=1 and tswo.f_filiale_id = '${this.$login.f.orgid}' `,
364
363
  "sign":"1=1"
365
364
  },
366
365
  "userid":this.functions.name
367
366
  }
368
- new HttpResetClass().load('POST','rs/path/operatorService/n', {data}, {resolveMsg: null, rejectMsg: null}).then(res=>{
367
+ new HttpResetClass().load('POST','rs/sql/operatorService/n', {data}, {resolveMsg: null, rejectMsg: null}).then(res=>{
369
368
  if(res.data && res.data.n !== 0){
370
369
  this.$showMessage('你有'+res.data.n+'个工单待处理,请尽快前往站点工单页面进行处理')
371
370
  }
@@ -432,7 +431,6 @@ export default {
432
431
  username: this.$login.f.name,
433
432
  usertelephone: this.$login.f.f_user_telephone
434
433
  }
435
- // todo v4
436
434
  await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
437
435
  window.location.reload()
438
436
  }
@@ -62,7 +62,6 @@
62
62
  // let res = yield self.$post('rs/db/modifypassword', {data: self.deliver})
63
63
  // let res = yield self.$resetpost('/rs/db/modifypwd', {data: self.deliver})
64
64
  // Util.f.password = self.deliver.newpassword
65
- // todo v4
66
65
  let res = yield self.$resetpost('/rs/user/modifypwd', {data: self.deliver })
67
66
  self.$login.f.password = self.deliver.newpassword
68
67
  if (res.data) {
@@ -127,7 +127,6 @@ import {HttpResetClass} from 'vue-client'
127
127
 
128
128
 
129
129
 
130
- // todo v4
131
130
  let saveGen = function *(self) {
132
131
  try {
133
132
  if(self.$login){
@@ -299,7 +298,6 @@ export default {
299
298
  if (this.config.distanceLogin) {
300
299
  if (this.$login && this.$login.getUrlParames('name') ) {
301
300
  let ename = this.$login.getUrlParames('name');
302
- // todo v4
303
301
  let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
304
302
  if(logininfo.data){
305
303
  if(logininfo.data.ename && logininfo.data.password){
@@ -295,7 +295,7 @@ export default {
295
295
  username: this.$login.f.name,
296
296
  usertelephone: this.$login.f.f_user_telephone
297
297
  }
298
- await this.$resetpost('api/af-system/user/logout', data, {resolveMsg: '退出成功', rejectMsg: null})
298
+ await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
299
299
  window.location.reload()
300
300
  }
301
301
  })
@@ -174,7 +174,6 @@
174
174
  console.log('登录配置', self.config)
175
175
  if (self.config.isMac) {
176
176
  // 获取该登录人分公司下的mac配置
177
- // todo v4
178
177
  let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
179
178
  resolveMsg: null,
180
179
  rejectMsg: null
@@ -436,7 +435,6 @@
436
435
  if (this.config.distanceLogin) {
437
436
  if (this.$login && this.$login.getUrlParames('name') ) {
438
437
  let ename = this.$login.getUrlParames('name');
439
- // todo v4
440
438
  let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
441
439
  if(logininfo.data){
442
440
  if(logininfo.data.ename && logininfo.data.password){
@@ -178,7 +178,6 @@ let saveGen = function *(self) {
178
178
  console.log('登录配置', self.config)
179
179
  if (self.config.isMac) {
180
180
  // 获取该登录人分公司下的mac配置
181
- // todo v4
182
181
  let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
183
182
  resolveMsg: null,
184
183
  rejectMsg: null
@@ -443,7 +442,6 @@ export default {
443
442
  if (this.config.distanceLogin) {
444
443
  if (this.$login && this.$login.getUrlParames('name') ) {
445
444
  let ename = this.$login.getUrlParames('name');
446
- // todo v4
447
445
  let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
448
446
  if(logininfo.data){
449
447
  if(logininfo.data.ename && logininfo.data.password){
@@ -171,7 +171,6 @@ let saveGen = function *(self) {
171
171
  console.log('登录配置', self.config)
172
172
  if (self.config.isMac) {
173
173
  // 获取该登录人分公司下的mac配置
174
- // todo v4
175
174
  let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
176
175
  resolveMsg: null,
177
176
  rejectMsg: null
@@ -448,7 +447,6 @@ export default {
448
447
  if (this.config.distanceLogin) {
449
448
  if (this.$login && this.$login.getUrlParames('name') ) {
450
449
  let ename = this.$login.getUrlParames('name');
451
- // todo v4
452
450
  let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
453
451
  if(logininfo.data){
454
452
  if(logininfo.data.ename && logininfo.data.password){
@@ -212,7 +212,6 @@ let getwartermakr = async function (self) {
212
212
  tablename: 't_singlevalue',
213
213
  condition: " 1=1 and name=\'水印内容\'"
214
214
  };
215
- // todo v4
216
215
  let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
217
216
  if (result && result.data.length > 0) {
218
217
  self.showwatermakeflag = true;
@@ -377,7 +376,6 @@ let createWaterMark = function (userName) {
377
376
  this.model.f_stopgas_id = this.notices.id
378
377
  this.model.f_user_id = this.$login.f.id
379
378
  console.log('保存', this.model)
380
- // todo v4
381
379
  this.$resetpost('rs/logic/savenoticenotarize', this.model, {resolveMsg: '保存成功', rejectMsg: '保存失败'}).then((res) => {
382
380
  this.model.f_stopgas_id = ''
383
381
  this.model.f_user_id = ''
@@ -568,6 +566,7 @@ let createWaterMark = function (userName) {
568
566
  res.data.forEach(itre => {
569
567
  let band = null
570
568
  if ('f_dynamic_expire' in itre) {
569
+ console.log(itre.f_dynamic_expire)
571
570
  if (itre.f_dynamic_expire !== null && itre.f_dynamic_expire !== '') {
572
571
  let todayold = new Date(itre.f_dynamic_expire)
573
572
  todayold.setDate(todayold.getDate() - parseInt(this.$appdata.getSingleValue('动态库提醒天数设置')))
@@ -697,7 +696,6 @@ let createWaterMark = function (userName) {
697
696
  username: this.$login.f.name,
698
697
  usertelephone: this.$login.f.f_user_telephone
699
698
  }
700
- // todo v4
701
699
  await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
702
700
  window.location.reload()
703
701
  }
@@ -189,7 +189,6 @@ let getwartermakr = async function (self) {
189
189
  tablename: 't_singlevalue',
190
190
  condition: " 1=1 and name=\'水印内容\'"
191
191
  };
192
- // todo v4
193
192
  let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
194
193
  if (result && result.data.length > 0) {
195
194
  self.showwatermakeflag = true;
@@ -471,6 +470,7 @@ export default {
471
470
  res.data.forEach(itre => {
472
471
  let band = null
473
472
  if ('f_dynamic_expire' in itre) {
473
+ console.log(itre.f_dynamic_expire)
474
474
  if (itre.f_dynamic_expire !== null && itre.f_dynamic_expire !== '') {
475
475
  let todayold = new Date(itre.f_dynamic_expire)
476
476
  todayold.setDate(todayold.getDate() - parseInt(this.$appdata.getSingleValue('动态库提醒天数设置')))
@@ -600,7 +600,6 @@ export default {
600
600
  username: this.$login.f.name,
601
601
  usertelephone: this.$login.f.f_user_telephone
602
602
  }
603
- // todo v4
604
603
  await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
605
604
  window.location.reload()
606
605
  }
@@ -171,7 +171,6 @@ let saveGen = function *(self) {
171
171
  console.log('登录配置', self.config)
172
172
  if (self.config.isMac) {
173
173
  // 获取该登录人分公司下的mac配置
174
- // todo v4
175
174
  let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
176
175
  resolveMsg: null,
177
176
  rejectMsg: null
@@ -436,7 +435,6 @@ export default {
436
435
  if (this.config.distanceLogin) {
437
436
  if (this.$login && this.$login.getUrlParames('name') ) {
438
437
  let ename = this.$login.getUrlParames('name');
439
- // todo v4
440
438
  let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
441
439
  if(logininfo.data){
442
440
  if(logininfo.data.ename && logininfo.data.password){
@@ -165,7 +165,6 @@ let getwartermakr = async function (self) {
165
165
  tablename: 't_singlevalue',
166
166
  condition: " 1=1 and name=\'水印内容\'"
167
167
  };
168
- // todo v4
169
168
  let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
170
169
  if (result && result.data.length > 0) {
171
170
  self.showwatermakeflag = true;
@@ -463,7 +462,6 @@ export default {
463
462
  username: this.$login.f.name,
464
463
  usertelephone: this.$login.f.f_user_telephone
465
464
  }
466
- // todo v4
467
465
  await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
468
466
  window.location.reload()
469
467
  }
@@ -165,7 +165,6 @@ let getwartermakr = async function (self) {
165
165
  tablename: 't_singlevalue',
166
166
  condition: " 1=1 and name=\'水印内容\'"
167
167
  };
168
- // todo v4
169
168
  let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
170
169
  if (result && result.data.length > 0) {
171
170
  self.showwatermakeflag = true;
@@ -468,7 +467,6 @@ export default {
468
467
  username: this.$login.f.name,
469
468
  usertelephone: this.$login.f.f_user_telephone
470
469
  }
471
- // todo v4
472
470
  await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
473
471
  window.location.reload()
474
472
  }
@@ -477,7 +475,6 @@ export default {
477
475
  // 微信统计投诉和咨询的条数
478
476
  async WechatOfComplaintAndConsult () {
479
477
  console.log('开始执行')
480
- // todo v4
481
478
  let WeChatData = await this.$resetpost('rs/sql/singleTable_OrderBy',{
482
479
  data:{
483
480
  items: 'f_isreply',
@@ -170,7 +170,6 @@ let saveGen = function *(self) {
170
170
  console.log('登录配置', self.config)
171
171
  if (self.config.isMac) {
172
172
  // 获取该登录人分公司下的mac配置
173
- // todo v4
174
173
  let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
175
174
  resolveMsg: null,
176
175
  rejectMsg: null
@@ -303,7 +302,7 @@ export default {
303
302
  isMac: false,
304
303
  depPrompt: false,
305
304
  weakPassword: false,
306
- title: '榆林榆川客服系统',
305
+ title: '燃气客服系统',
307
306
  distanceLogin: false,
308
307
  // 那些角色可以定时获取预约提示
309
308
  isTip : false,
@@ -420,7 +419,6 @@ export default {
420
419
  if (this.config.distanceLogin) {
421
420
  if (this.$login && this.$login.getUrlParames('name') ) {
422
421
  let ename = this.$login.getUrlParames('name');
423
- // todo v4
424
422
  let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
425
423
  if(logininfo.data){
426
424
  if(logininfo.data.ename && logininfo.data.password){
@@ -155,7 +155,6 @@ let getwartermakr = async function (self) {
155
155
  tablename: 't_singlevalue',
156
156
  condition: " 1=1 and name=\'水印内容\'"
157
157
  };
158
- // todo v4
159
158
  let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
160
159
  if (result && result.data.length > 0) {
161
160
  self.showwatermakeflag = true;
@@ -542,7 +541,6 @@ export default {
542
541
  username: this.$login.f.name,
543
542
  usertelephone: this.$login.f.f_user_telephone
544
543
  }
545
- // todo v4
546
544
  await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
547
545
  window.location.reload()
548
546
  }
@@ -151,7 +151,6 @@ let getwartermakr = async function (self) {
151
151
  tablename: 't_singlevalue',
152
152
  condition: " 1=1 and name=\'水印内容\'"
153
153
  };
154
- // todo v4
155
154
  let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
156
155
  if (result && result.data.length > 0) {
157
156
  self.showwatermakeflag = true;
@@ -423,7 +422,6 @@ export default {
423
422
  username: this.$login.f.name,
424
423
  usertelephone: this.$login.f.f_user_telephone
425
424
  }
426
- // todo v4
427
425
  await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
428
426
  window.location.reload()
429
427
  }
@@ -2,17 +2,33 @@ import Vue from 'vue'
2
2
  import {HttpResetClass} from 'vue-client'
3
3
  import cryptJS from './EncryptUtil'
4
4
 
5
- let loginGen = async function (username, password, cue) {
6
- let data = {username, password,resourceName:'客服系统'}
7
- const getLogin = await Vue.resetpost('/api/af-auth/login', data,
8
- {resolveMsg: null, rejectMsg: null,headerConfig:{'Content-type': "application/json"}
9
- })
10
- if (getLogin.data) {
5
+ let loginGen = async function (name, password, cue) {
6
+ let data = {name: name, password: password}
7
+ data = '$' + cryptJS.RSAEncrypt(JSON.stringify(data))
8
+ const getLogin = await Vue.resetpost('/rs/logic/getLogin', data, {resolveMsg: null, rejectMsg: null})
9
+ if (getLogin.data.states === '登录成功') {
11
10
  //获取jwt
12
- Vue.$login.jwt = getLogin.data.resources.data.id
13
- Vue.$login.jwtNew = getLogin.data.access_token
11
+ Vue.$login.jwt = getLogin.data.jwt
12
+ Vue.$login.jwtNew = getLogin.data.jwtNew
14
13
  // 调用远程登录服务,获取所有有权访问的功能
15
- Vue.$login.f = getLogin.data.resources.data
14
+ data = {username: name, password: password}
15
+ data = cryptJS.RSAEncrypt(JSON.stringify(data))
16
+ const resource = await Vue.resetpost(`/rs/user/userLogin/客服系统`, data, {
17
+ resolveMsg: null,
18
+ rejectMsg: null
19
+ })
20
+ // 兼容旧版ldao
21
+ if ((JSON.stringify(resource.data).startsWith("{") || JSON.stringify(resource.data).startsWith("[")) && resource.data.code && resource.data.msg && resource.data.code !== 200) {
22
+ throw {status: 555, data: resource.data.msg}
23
+ }
24
+ console.log('登陆获取Util', JSON.stringify(resource.data))
25
+
26
+ // 兼容旧版ldao,旧版不返回code
27
+ if ((JSON.stringify(resource.data).startsWith("{") || JSON.stringify(resource.data).startsWith("[")) && resource.data.code && resource.data.msg) {
28
+ Vue.$login.f = resource.data.data
29
+ } else {
30
+ Vue.$login.f = resource.data
31
+ }
16
32
  // 把登录用户添加到cookie里
17
33
  Vue.cookie.set('loginId', Vue.$login.f.id)
18
34
  try {
@@ -21,6 +37,7 @@ let loginGen = async function (username, password, cue) {
21
37
  source: "tool.getFullTree(this.getRights().where(row.getType() == $function$))",
22
38
  userid: Vue.$login.f.id
23
39
  }, { resolveMsg: null, rejectMsg: null })
40
+ console.log('有权限功能返回数据', JSON.stringify(hasRight.data))
24
41
  //准备替换功能树
25
42
  var fun = []
26
43
  hasRight.data[0].children[0].children.forEach((item) => {
@@ -30,6 +47,8 @@ let loginGen = async function (username, password, cue) {
30
47
  })
31
48
  }
32
49
  })
50
+ // console.log('替换前', JSON.stringify(Vue.$login.f.functions))
51
+ // console.log('替换后', JSON.stringify(fun))
33
52
  Vue.$login.f.functions = fun
34
53
  } catch (error) {
35
54
  }
@@ -80,6 +99,21 @@ let loginGen = async function (username, password, cue) {
80
99
  Vue.$login.f.f_installman = []
81
100
  console.log('安装人模块', error)
82
101
  }
102
+ // 获取换表员
103
+ // try {
104
+ // let getChangeMeterman = await Vue.resetpost('/rs/search', {
105
+ // source: 'this.getParentByType($organization$).getChildByName($换表员$).getUsers()',
106
+ // userid: Vue.$login.f.id
107
+ // }, {resolveMsg: null, rejectMsg: null})
108
+ // let changemeterman = []
109
+ // for (let i = 0; i < getChangeMeterman.data.length; i++) {
110
+ // changemeterman.push(getChangeMeterman.data[i])
111
+ // }
112
+ // Vue.$login.f.f_changemeterman = changemeterman
113
+ // }catch (error) {
114
+ // Vue.$login.f.f_changemeterman = []
115
+ // console.log('换表员模块',error)
116
+ // }
83
117
  // 获取资源服务权限
84
118
  try {
85
119
  let getLic = await Vue.resetpost('/rs/search', {
@@ -97,6 +131,37 @@ let loginGen = async function (username, password, cue) {
97
131
  Vue.$login.f.f_gasman = []
98
132
  console.log('资源服务权限', error)
99
133
  }
134
+ // // 票据使用人
135
+ // try {
136
+ // let getPaperUseman = await Vue.resetpost('/rs/search', {
137
+ // source: 'this.getParentByType($organization$).getChildByName($票据使用人$).getUsers()',
138
+ // userid: Vue.$login.f.id
139
+ // }, {resolveMsg: null, rejectMsg: null})
140
+ // let perperuseman = []
141
+ // for (let i = 0; i < getPaperUseman.data.length; i++) {
142
+ // perperuseman.push(getPaperUseman.data[i])
143
+ // }
144
+ // Vue.$login.f.f_paperUseman = perperuseman
145
+ // }catch (error) {
146
+ // Vue.$login.f.f_paperUseman = []
147
+ // console.log('票据使用人模块',error)
148
+ //
149
+ // }
150
+ // // 票据分配人
151
+ // try {
152
+ // let getPaperAllotman = await Vue.resetpost('/rs/search', {
153
+ // source: 'this.getParentByType($organization$).getChildByName($票据分配人$).getUsers()',
154
+ // userid: Vue.$login.f.id
155
+ // }, {resolveMsg: null, rejectMsg: null})
156
+ // let paperallotman = []
157
+ // for (let i = 0; i < getPaperAllotman.data.length; i++) {
158
+ // paperallotman.push(getPaperAllotman.data[i])
159
+ // }
160
+ // Vue.$login.f.f_paperAllotman = paperallotman
161
+ // }catch (error) {
162
+ // Vue.$login.f.f_paperAllotman = []
163
+ // console.log('票据分配人模块',error)
164
+ // }
100
165
  // TODO 处理界面细节
101
166
  try {
102
167
  let viewDetails = await Vue.resetpost('rs/search', {
@@ -140,10 +205,7 @@ let loginGen = async function (username, password, cue) {
140
205
  }
141
206
 
142
207
  } else {
143
- let error = {status: 401, data: "登录失败,请稍后重试"}
144
- if (getLogin.data.code !== 500) {
145
- error = {status: getLogin.data.code, data: getLogin.data.msg}
146
- }
208
+ let error = {status: 401, data: getLogin.data.states}
147
209
  // 抛出错误
148
210
  throw error
149
211
  }
@@ -9,7 +9,7 @@ let GetAppDataService = {
9
9
 
10
10
  // 开启卡监听
11
11
  load () {
12
- return Vue.resetpost('api/af-system/logic/getInitData', {data: {f_filialeids: Vue.$login.f.orgid}}, {resolveMsg: null, rejectMsg: null}).then((res) => {
12
+ return Vue.resetpost('rs/logic/getInitData', {data: {f_filialeids: Vue.$login.f.orgid}}, {resolveMsg: null, rejectMsg: null}).then((res) => {
13
13
  res.data.singleValues.forEach((item) => {
14
14
  this.singleValues[item.name] = item.value
15
15
  })