system-clients 3.2.87 → 3.2.88

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 (59) hide show
  1. package/package.json +2 -2
  2. package/src/components/Main.vue +2 -0
  3. package/src/components/equipment/EquipmentManage.vue +83 -83
  4. package/src/components/equipment/PcAdd.vue +116 -115
  5. package/src/components/equipment/PcList.vue +120 -119
  6. package/src/components/equipment/PcManage.vue +61 -61
  7. package/src/components/equipment/PhoneAdd.vue +119 -118
  8. package/src/components/equipment/PhoneList.vue +114 -113
  9. package/src/components/equipment/PhoneManage.vue +61 -61
  10. package/src/components/equipment/PosAdd.vue +4 -0
  11. package/src/components/equipment/PosList.vue +1 -0
  12. package/src/components/equipment/PosParamAdd.vue +1 -0
  13. package/src/components/equipment/PosParamList.vue +1 -0
  14. package/src/components/parammanage/ParamPage.vue +4 -0
  15. package/src/components/parammanage/SinglePage.vue +2 -0
  16. package/src/components/server/Login.vue +3 -1
  17. package/src/components/server/ModifyPw.vue +1 -0
  18. package/src/components/server/PcdBuildingSelect.vue +2 -0
  19. package/src/components/server/RoleSelector.vue +3 -2
  20. package/src/filiale/baole/Login.vue +2 -0
  21. package/src/filiale/chengtou/Login.vue +2 -0
  22. package/src/filiale/dongguan/Login.vue +2 -0
  23. package/src/filiale/dongguan/Main.vue +2 -0
  24. package/src/filiale/furuike/Login.vue +4 -0
  25. package/src/filiale/furuike/Main.vue +2 -0
  26. package/src/filiale/gehua/Main.vue +2 -0
  27. package/src/filiale/konggang/Login.vue +2 -0
  28. package/src/filiale/qianneng/Login.vue +584 -582
  29. package/src/filiale/qianneng/Main.vue +2 -0
  30. package/src/filiale/qianneng/ModifyPw.vue +1 -0
  31. package/src/filiale/rizhao/Login.vue +2 -0
  32. package/src/filiale/shiquan/Login.vue +2 -0
  33. package/src/filiale/tianyi/Login.vue +2 -0
  34. package/src/filiale/tongchuan/Login.vue +2 -0
  35. package/src/filiale/tongchuan/Main.vue +3 -0
  36. package/src/filiale/weinan/Main.vue +925 -923
  37. package/src/filiale/weinan/system.js +7 -7
  38. package/src/filiale/wenxi/Login.vue +2 -0
  39. package/src/filiale/wenxi/Main.vue +2 -0
  40. package/src/filiale/wuhai/Main.vue +3 -0
  41. package/src/filiale/yuchuan/Login.vue +2 -0
  42. package/src/filiale/yuchuan/Main.vue +2 -0
  43. package/src/filiale/zhoukou/Main.vue +2 -0
  44. package/src/plugins/GetLoginInfoService.js +12 -74
  45. package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
  46. package/.gradle/7.4/checksums/checksums.lock +0 -0
  47. package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
  48. package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
  49. package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
  50. package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  51. package/.gradle/7.4/fileChanges/last-build.bin +0 -0
  52. package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
  53. package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  54. package/.gradle/7.4/gc.properties +0 -0
  55. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  56. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  57. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  58. package/.gradle/file-system.probe +0 -0
  59. package/.gradle/vcs-1/gc.properties +0 -0
@@ -151,6 +151,7 @@ let getwartermakr = async function (self) {
151
151
  tablename: 't_singlevalue',
152
152
  condition: " 1=1 and name=\'水印内容\'"
153
153
  };
154
+ // todo v4
154
155
  let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
155
156
  if (result && result.data.length > 0) {
156
157
  self.showwatermakeflag = true;
@@ -422,6 +423,7 @@ export default {
422
423
  username: this.$login.f.name,
423
424
  usertelephone: this.$login.f.f_user_telephone
424
425
  }
426
+ // todo v4
425
427
  await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
426
428
  window.location.reload()
427
429
  }
@@ -162,6 +162,7 @@
162
162
  console.log('登录配置', self.config)
163
163
  if (self.config.isMac) {
164
164
  // 获取该登录人分公司下的mac配置
165
+ // todo v4
165
166
  let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
166
167
  resolveMsg: null,
167
168
  rejectMsg: null
@@ -370,6 +371,7 @@
370
371
  if (this.config.distanceLogin) {
371
372
  if (this.$login && this.$login.getUrlParames('name') ) {
372
373
  let ename = this.$login.getUrlParames('name');
374
+ // todo v4
373
375
  let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
374
376
  if(logininfo.data){
375
377
  if(logininfo.data.ename && logininfo.data.password){