system-clients 3.2.1-9 → 3.2.1-ycapply-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 (38) hide show
  1. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  2. package/.gradle/{5.2.1 → 7.1/dependencies-accessors}/gc.properties +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/{3.5/file-changes → 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/{vcs-1 → 7.1}/gc.properties +0 -0
  9. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  10. package/.gradle/checksums/checksums.lock +0 -0
  11. package/SystemClient.iml +2 -5
  12. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  13. package/gradle/wrapper/gradle-wrapper.properties +5 -0
  14. package/gradlew +185 -0
  15. package/gradlew.bat +89 -0
  16. package/package.json +3 -2
  17. package/src/components/Main.vue +782 -622
  18. package/src/components/addressManage/AddressCascadingMenu.vue +145 -0
  19. package/src/components/equipment/PhoneAdd.vue +25 -12
  20. package/src/components/equipment/PhoneList.vue +30 -20
  21. package/src/components/server/Login.vue +844 -760
  22. package/src/components/server/ModifyPw.vue +11 -7
  23. package/src/filiale/konggang/Login.vue +840 -0
  24. package/src/filiale/konggang/system.js +7 -0
  25. package/src/filiale/qianneng/{sale.js → system.js} +0 -0
  26. package/src/filiale/rizhao/LeftTree.vue +111 -0
  27. package/src/filiale/rizhao/Login.vue +791 -0
  28. package/src/filiale/rizhao/Main.vue +606 -0
  29. package/src/filiale/rizhao/system.js +14 -0
  30. package/src/plugins/EncryptUtil.js +53 -0
  31. package/src/plugins/GetLoginInfoService.js +6 -9
  32. package/src/system.js +11 -2
  33. package/static/images/lefticon//345/220/210/345/220/214/347/256/241/347/220/206.png +0 -0
  34. package/static/rizhao.png +0 -0
  35. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  36. package/.gradle/buildOutputCleanup/built.bin +0 -0
  37. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  38. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
package/src/system.js CHANGED
@@ -26,11 +26,20 @@ import ResSelectGroup from './components/server/ResSelectGroup'
26
26
  //资源选择测试
27
27
  import TestResSelect from './components/server/TestResSelect'
28
28
  import RoleSelector from "./components/server/RoleSelector";
29
- export default function (val, filiale) {
29
+
30
+ // BAinformation备案信息展示(空不展示, 传入什么展示什么,可以传标签)
31
+ export default function (val,filiale, {showLogin = false, show_daiBan = false, BAinformation = null} = {}) {
32
+ console.log(val,filiale,showLogin)
30
33
  //验证码开关赋值
31
34
  if(val!=null){
32
35
  GetLoginInfoService.Verification=val
33
36
  }
37
+ //登录提示赋值
38
+ GetLoginInfoService.depPrompt=showLogin
39
+ //展示待办赋值
40
+ GetLoginInfoService.showDaiBan=show_daiBan
41
+ // 备案信息复制
42
+ GetLoginInfoService.BAinformation = BAinformation
34
43
  Vue.use(GetLoginInfoService)
35
44
  Vue.use(GetAppDataService)
36
45
  Vue.use(HeatGetLoginInfoService)
@@ -92,7 +101,7 @@ export default function (val, filiale) {
92
101
  Vue.component('pcd-building-select', (resolve) => { require(['./components/server/PcdBuildingSelect'], resolve) })
93
102
 
94
103
  if (filiale) {
95
- let filialeComp = require(`./filiale/${filiale}/sale`).specialComp
104
+ let filialeComp = require(`./filiale/${filiale}/system`).specialComp
96
105
  for (let key in filialeComp) {
97
106
  Vue.component(key, filialeComp[key])
98
107
  }
Binary file
File without changes
@@ -1,2 +0,0 @@
1
- #Fri Mar 13 10:30:51 GMT+08:00 2020
2
- gradle.version=3.5