system-clients 3.2.5 → 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 (80) 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 +784 -519
  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/less/aofeng/standard.less +446 -60
  57. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +13 -13
  58. package/src/styles/less/aofeng/themeOne/systemStyle.less +12 -12
  59. package/src/styles/less/aofeng/themeOne.less +4 -1
  60. package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -0
  61. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -0
  62. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -0
  63. package/src/styles/less/tables.less +50 -0
  64. package/src/styles/less/type.less +16 -3
  65. package/src/styles/less/variables.less +6 -3
  66. package/src/system.js +34 -1
  67. package/src/util/Daiban.json +12 -0
  68. package/static/images/lefticon//345/220/210/345/220/214/347/256/241/347/220/206.png +0 -0
  69. package/static/logo.png +0 -0
  70. package/static/newStyle/about-us.png +0 -0
  71. package/static/rizhao.png +0 -0
  72. package/yarn-error.log +6896 -0
  73. package/.gradle/3.5/file-changes/last-build.bin +0 -0
  74. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  75. package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
  76. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  77. package/.gradle/5.2.1/gc.properties +0 -0
  78. package/.gradle/buildOutputCleanup/built.bin +0 -0
  79. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  80. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
package/.eslintrc.js CHANGED
@@ -1,16 +1,16 @@
1
- module.exports = {
2
- root: true,
3
- // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
4
- extends: 'standard',
5
- // required to lint *.vue files
6
- plugins: [
7
- 'eslint-plugin-html'
8
- ],
9
- // add your custom rules here
10
- 'rules': {
11
- // allow paren-less arrow functions
12
- 'arrow-parens': 0,
13
- // allow debugger during development
14
- 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
15
- }
16
- }
1
+ // module.exports = {
2
+ // root: true,
3
+ // // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
4
+ // extends: 'standard',
5
+ // // required to lint *.vue files
6
+ // plugins: [
7
+ // 'eslint-plugin-html'
8
+ // ],
9
+ // // add your custom rules here
10
+ // 'rules': {
11
+ // // allow paren-less arrow functions
12
+ // 'arrow-parens': 0,
13
+ // // allow debugger during development
14
+ // 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
15
+ // }
16
+ // }
package/.npmignore ADDED
@@ -0,0 +1,10 @@
1
+ src/bootstrap
2
+ .idea/
3
+ .DS_Store
4
+ node_modules/
5
+ dist/static/*.map
6
+ npm-debug.log
7
+ selenium-debug.log
8
+ test/unit/coverage
9
+ test/e2e/reports
10
+ yarn.lock
package/SystemClient.iml CHANGED
@@ -1,12 +1,9 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module external.linked.project.id="SystemClient" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="1.6.18" type="JAVA_MODULE" version="4">
3
- <component name="NewModuleRootManager" inherit-compiler-output="true">
4
- <exclude-output />
5
- <content url="file://$MODULE_DIR$">
6
- <excludeFolder url="file://$MODULE_DIR$/.gradle" />
7
- <excludeFolder url="file://$MODULE_DIR$/build" />
8
- </content>
9
- <orderEntry type="inheritedJdk" />
10
- <orderEntry type="sourceFolder" forTests="false" />
11
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module external.linked.project.id="SystemClient" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
3
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+ <exclude-output />
5
+ <content url="file://$MODULE_DIR$" />
6
+ <orderEntry type="inheritedJdk" />
7
+ <orderEntry type="sourceFolder" forTests="false" />
8
+ </component>
12
9
  </module>
@@ -0,0 +1 @@
1
+ /dev-server.js
@@ -7,16 +7,16 @@ module.exports = {
7
7
  app: './src/main.js'
8
8
  },
9
9
  output: {
10
- path: path.resolve(__dirname, '../dist/static'),
11
- publicPath: 'static/',
10
+ path: path.resolve(__dirname, '../dist/mergeUser'),
11
+ publicPath: 'mergeUser/',
12
12
  filename: '[name].js'
13
13
  },
14
14
  resolve: {
15
15
  extensions: ['', '.js', '.vue'],
16
16
  fallback: [path.join(__dirname, '../node_modules')],
17
17
  alias: {
18
- 'test': path.resolve(__dirname, '../test'),
19
- 'src': path.resolve(__dirname, '../src')
18
+ 'src': path.resolve(__dirname, '../src'),
19
+ 'test': path.resolve(__dirname, '../test')
20
20
  }
21
21
  },
22
22
  resolveLoader: {
@@ -32,13 +32,19 @@ module.exports = {
32
32
  test: /\.js$/,
33
33
  loader: 'babel',
34
34
  include: [
35
- `${projectRoot}\\src`,
36
- `${projectRoot}\\build`,
37
- `${projectRoot}\\examples`,
38
- `${projectRoot}\\test`,
39
- `${projectRoot}\\node_modules\\vue-client\\src`,
40
- `${projectRoot}\\node_modules\\vue-strap\\src`
41
- ]
35
+ /src/,
36
+ /build/,
37
+ /examples/,
38
+ /test/,
39
+ /node_modules\/vue-client\/src/,
40
+ /node_modules\/vue-strap\/src/,
41
+ /node_modules\/system-clients\/src/,
42
+ /node_modules\/ldap-clients\/src/,
43
+ /node_modules\/address-client\/src/
44
+ ],
45
+ options: {
46
+ presets: ['es2015']
47
+ }
42
48
  },
43
49
  {
44
50
  test: /\.json$/,
@@ -52,6 +58,10 @@ module.exports = {
52
58
  test: /\.less$/,
53
59
  loader: 'style!css!less'
54
60
  },
61
+ {
62
+ test: /\.css$/,
63
+ loader: 'style!css'
64
+ },
55
65
  {
56
66
  test: /\.(png|jpg|gif|svg|woff2?|eot|ttf)(\?.*)?$/,
57
67
  loader: 'url',