system-clients 3.2.1-17 → 3.2.1-20

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 (31) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.gradle/{3.5 → 3.5.1}/file-changes/last-build.bin +0 -0
  3. package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
  4. package/build/webpack.base.conf.js +85 -85
  5. package/package.json +1 -1
  6. package/src/App.vue +24 -24
  7. package/src/components/Main.vue +1 -5
  8. package/src/components/TabButton.vue +201 -201
  9. package/src/components/equipment/EquipmentManage.vue +65 -65
  10. package/src/components/equipment/PosAdd.vue +323 -323
  11. package/src/components/equipment/PosList.vue +294 -294
  12. package/src/components/equipment/PosManage.vue +138 -138
  13. package/src/components/equipment/PosManageBoth.vue +125 -125
  14. package/src/components/equipment/PosParamAdd.vue +236 -236
  15. package/src/components/equipment/PosParamList.vue +121 -121
  16. package/src/components/equipment/PosParamManage.vue +51 -51
  17. package/src/components/server/LoadData.vue +55 -55
  18. package/src/components/server/Login.vue +4 -0
  19. package/src/filiale/rizhao/LeftTree.vue +111 -111
  20. package/src/filiale/rizhao/Login.vue +792 -792
  21. package/src/filiale/rizhao/Main.vue +606 -606
  22. package/src/filiale/rizhao/system.js +14 -14
  23. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
  24. package/src/system.js +8 -7
  25. package/yarn-error.log +128 -128
  26. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  27. package/.gradle/5.2.1/gc.properties +0 -0
  28. package/.gradle/buildOutputCleanup/built.bin +0 -0
  29. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  30. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
  31. package/.gradle/vcs-1/gc.properties +0 -0
package/src/system.js CHANGED
@@ -26,20 +26,21 @@ 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,showLogin,show_daiBan) {
29
+
30
+ // BAinformation备案信息展示(空不展示, 传入什么展示什么) BALink 备案信息超链接地址
31
+ export default function (val,filiale, {showLogin = false, show_daiBan = false, BAinformation = null, BALink = null} = {}) {
30
32
  console.log(val,filiale,showLogin)
31
33
  //验证码开关赋值
32
34
  if(val!=null){
33
35
  GetLoginInfoService.Verification=val
34
36
  }
35
37
  //登录提示赋值
36
- if(showLogin!=null){
37
- GetLoginInfoService.depPrompt=showLogin
38
- }
38
+ GetLoginInfoService.depPrompt=showLogin
39
39
  //展示待办赋值
40
- if(show_daiBan!=null){
41
- GetLoginInfoService.showDaiBan=!!show_daiBan
42
- }
40
+ GetLoginInfoService.showDaiBan=show_daiBan
41
+ // 备案信息复制
42
+ GetLoginInfoService.BAinformation = BAinformation
43
+ GetLoginInfoService.BALink = BALink
43
44
  Vue.use(GetLoginInfoService)
44
45
  Vue.use(GetAppDataService)
45
46
  Vue.use(HeatGetLoginInfoService)
package/yarn-error.log CHANGED
@@ -1,130 +1,130 @@
1
- Arguments:
2
- D:\Tools\NodeJs\node.exe C:\Users\Zhang\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js install
3
-
4
- PATH:
5
- E:\app\product\11.2.0\dbhome_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;D:\Tools\NodeJs\;D:\Tools\Git\cmd;D:\Tools\Java\bin;D:\Tools\Java\jre\bin;D:\Tools\platform-tools;D:\Tools\Go\bin;E:\goProject;D:\Tools\apache-maven-3.8.1\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Tools\platform-tools_r31.0.3-windows\platform-tools\;C:\Users\Zhang\AppData\Local\Microsoft\WindowsApps;C:\Users\Zhang\AppData\Roaming\npm;C:\Program Files\Bandizip\;D:\Program Files\JetBrains\WebStorm\bin;;D:\Program Files\JetBrains\DataGrip\bin;;D:\Program Files\JetBrains\IntelliJ IDEA 212.4746.2\bin;;D:\Program Files\Microsoft VS Code\bin;C:\Users\Zhang\go\bin;D:\Program Files\JetBrains\GoLand 2021.1.3\bin;;;D:\Program Files\Fiddler
6
-
7
- Yarn version:
8
- 1.22.10
9
-
10
- Node version:
11
- 14.17.2
12
-
13
- Platform:
14
- win32 x64
15
-
16
- Trace:
17
- Error: read ECONNRESET
18
- at TLSWrap.onStreamRead (internal/stream_base_commons.js:209:20)
19
-
20
- npm manifest:
21
- {
22
- "name": "system-clients",
23
- "version": "3.1.89-20",
24
- "description": "系统基础框架",
25
- "main": "src/index.js",
26
- "directories": {
27
- "example": "examples",
28
- "test": "test"
29
- },
30
- "scripts": {
31
- "example": "node build/example-server.js",
32
- "dev": "node build/dev-server.js",
33
- "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
34
- "build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
35
- "e2e": "node test/e2e/runner.js",
36
- "unit": "karma start test/unit/karma.conf.js",
37
- "release": "npm set registry http://registry.npmjs.org && npm publish && npm set registry http://registry.npm.taobao.org"
38
- },
39
- "dependencies": {
40
- "base64-js": "^1.3.0",
41
- "js-base64": "^2.4.9",
42
- "jsencrypt": "^3.0.0-rc.1",
43
- "less": "^2.7.1",
44
- "less-loader": "^2.2.3",
45
- "src": "^1.1.2",
46
- "vue": "^1.0.17"
47
- },
48
- "devDependencies": {
49
- "babel-core": "^6.0.0",
50
- "babel-loader": "^6.0.0",
51
- "babel-plugin-transform-runtime": "^6.0.0",
52
- "babel-preset-es2015": "^6.0.0",
53
- "babel-preset-stage-2": "^6.0.0",
54
- "chai": "^3.5.0",
55
- "connect-history-api-fallback": "^1.1.0",
56
- "cross-env": "^1.0.7",
57
- "cross-spawn": "^2.1.5",
58
- "css-loader": "^0.23.0",
59
- "eslint": "^2.0.0",
60
- "eslint-config-standard": "^5.1.0",
61
- "eslint-friendly-formatter": "^1.2.2",
62
- "eslint-loader": "^1.3.0",
63
- "eslint-plugin-html": "^1.3.0",
64
- "eslint-plugin-promise": "^1.0.8",
65
- "eslint-plugin-standard": "^1.3.2",
66
- "eslint-plugin-vue": "^0.1.1",
67
- "eventsource-polyfill": "^0.9.6",
68
- "express": "^4.13.3",
69
- "extract-text-webpack-plugin": "^1.0.1",
70
- "file-loader": "^0.8.4",
71
- "function-bind": "^1.0.2",
72
- "html-webpack-plugin": "^2.8.1",
73
- "http-proxy-middleware": "^0.11.0",
74
- "inject-loader": "^2.0.1",
75
- "isparta-loader": "^2.0.0",
76
- "jasmine-core": "^2.4.1",
77
- "jquery": "^3.3.1",
78
- "json-loader": "^0.5.4",
79
- "karma": "^1.4.1",
80
- "karma-chrome-launcher": "^2.2.0",
81
- "karma-coverage": "^1.1.1",
82
- "karma-mocha": "^1.3.0",
83
- "karma-sinon-chai": "^1.3.1",
84
- "karma-sourcemap-loader": "^0.3.7",
85
- "karma-spec-reporter": "0.0.31",
86
- "karma-webpack": "^2.0.2",
87
- "manage-client": "^1.4.20",
88
- "mkdirp": "^0.5.1",
89
- "mocha": "^3.2.0",
90
- "ncp": "^2.0.0",
91
- "nightwatch": "^0.8.18",
92
- "rimraf": "^2.5.0",
93
- "selenium-server": "2.52.0",
94
- "sinon": "^2.1.0",
95
- "sinon-chai": "^2.8.0",
96
- "style": "0.0.3",
97
- "style-loader": "^0.20.3",
98
- "url-loader": "^0.5.7",
99
- "vue-client": "1.24.33",
100
- "vue-hot-reload-api": "^1.2.0",
101
- "vue-html-loader": "^1.0.0",
102
- "vue-loader": "^8.2.1",
103
- "vue-resource": "^1.5.0",
104
- "vue-router": "^0.7.13",
105
- "vue-strap": "^1.0.9",
106
- "vue-style-loader": "^1.0.0",
107
- "vue-validator": "2.1.7",
108
- "webpack": "^1.12.2",
109
- "webpack-dev-middleware": "^1.4.0",
110
- "webpack-hot-middleware": "^2.6.0",
111
- "webpack-merge": "^0.8.3"
112
- },
113
- "repository": {
114
- "type": "git",
115
- "url": "https://gitee.com/aotu/System"
116
- },
117
- "keywords": [
118
- "system_clients"
119
- ],
120
- "author": "杨文宇",
121
- "license": "ISC"
122
- }
123
-
124
- yarn manifest:
125
- No manifest
126
-
127
- Lockfile:
1
+ Arguments:
2
+ D:\Tools\NodeJs\node.exe C:\Users\Zhang\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js install
3
+
4
+ PATH:
5
+ E:\app\product\11.2.0\dbhome_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;D:\Tools\NodeJs\;D:\Tools\Git\cmd;D:\Tools\Java\bin;D:\Tools\Java\jre\bin;D:\Tools\platform-tools;D:\Tools\Go\bin;E:\goProject;D:\Tools\apache-maven-3.8.1\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Tools\platform-tools_r31.0.3-windows\platform-tools\;C:\Users\Zhang\AppData\Local\Microsoft\WindowsApps;C:\Users\Zhang\AppData\Roaming\npm;C:\Program Files\Bandizip\;D:\Program Files\JetBrains\WebStorm\bin;;D:\Program Files\JetBrains\DataGrip\bin;;D:\Program Files\JetBrains\IntelliJ IDEA 212.4746.2\bin;;D:\Program Files\Microsoft VS Code\bin;C:\Users\Zhang\go\bin;D:\Program Files\JetBrains\GoLand 2021.1.3\bin;;;D:\Program Files\Fiddler
6
+
7
+ Yarn version:
8
+ 1.22.10
9
+
10
+ Node version:
11
+ 14.17.2
12
+
13
+ Platform:
14
+ win32 x64
15
+
16
+ Trace:
17
+ Error: read ECONNRESET
18
+ at TLSWrap.onStreamRead (internal/stream_base_commons.js:209:20)
19
+
20
+ npm manifest:
21
+ {
22
+ "name": "system-clients",
23
+ "version": "3.1.89-20",
24
+ "description": "系统基础框架",
25
+ "main": "src/index.js",
26
+ "directories": {
27
+ "example": "examples",
28
+ "test": "test"
29
+ },
30
+ "scripts": {
31
+ "example": "node build/example-server.js",
32
+ "dev": "node build/dev-server.js",
33
+ "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
34
+ "build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
35
+ "e2e": "node test/e2e/runner.js",
36
+ "unit": "karma start test/unit/karma.conf.js",
37
+ "release": "npm set registry http://registry.npmjs.org && npm publish && npm set registry http://registry.npm.taobao.org"
38
+ },
39
+ "dependencies": {
40
+ "base64-js": "^1.3.0",
41
+ "js-base64": "^2.4.9",
42
+ "jsencrypt": "^3.0.0-rc.1",
43
+ "less": "^2.7.1",
44
+ "less-loader": "^2.2.3",
45
+ "src": "^1.1.2",
46
+ "vue": "^1.0.17"
47
+ },
48
+ "devDependencies": {
49
+ "babel-core": "^6.0.0",
50
+ "babel-loader": "^6.0.0",
51
+ "babel-plugin-transform-runtime": "^6.0.0",
52
+ "babel-preset-es2015": "^6.0.0",
53
+ "babel-preset-stage-2": "^6.0.0",
54
+ "chai": "^3.5.0",
55
+ "connect-history-api-fallback": "^1.1.0",
56
+ "cross-env": "^1.0.7",
57
+ "cross-spawn": "^2.1.5",
58
+ "css-loader": "^0.23.0",
59
+ "eslint": "^2.0.0",
60
+ "eslint-config-standard": "^5.1.0",
61
+ "eslint-friendly-formatter": "^1.2.2",
62
+ "eslint-loader": "^1.3.0",
63
+ "eslint-plugin-html": "^1.3.0",
64
+ "eslint-plugin-promise": "^1.0.8",
65
+ "eslint-plugin-standard": "^1.3.2",
66
+ "eslint-plugin-vue": "^0.1.1",
67
+ "eventsource-polyfill": "^0.9.6",
68
+ "express": "^4.13.3",
69
+ "extract-text-webpack-plugin": "^1.0.1",
70
+ "file-loader": "^0.8.4",
71
+ "function-bind": "^1.0.2",
72
+ "html-webpack-plugin": "^2.8.1",
73
+ "http-proxy-middleware": "^0.11.0",
74
+ "inject-loader": "^2.0.1",
75
+ "isparta-loader": "^2.0.0",
76
+ "jasmine-core": "^2.4.1",
77
+ "jquery": "^3.3.1",
78
+ "json-loader": "^0.5.4",
79
+ "karma": "^1.4.1",
80
+ "karma-chrome-launcher": "^2.2.0",
81
+ "karma-coverage": "^1.1.1",
82
+ "karma-mocha": "^1.3.0",
83
+ "karma-sinon-chai": "^1.3.1",
84
+ "karma-sourcemap-loader": "^0.3.7",
85
+ "karma-spec-reporter": "0.0.31",
86
+ "karma-webpack": "^2.0.2",
87
+ "manage-client": "^1.4.20",
88
+ "mkdirp": "^0.5.1",
89
+ "mocha": "^3.2.0",
90
+ "ncp": "^2.0.0",
91
+ "nightwatch": "^0.8.18",
92
+ "rimraf": "^2.5.0",
93
+ "selenium-server": "2.52.0",
94
+ "sinon": "^2.1.0",
95
+ "sinon-chai": "^2.8.0",
96
+ "style": "0.0.3",
97
+ "style-loader": "^0.20.3",
98
+ "url-loader": "^0.5.7",
99
+ "vue-client": "1.24.33",
100
+ "vue-hot-reload-api": "^1.2.0",
101
+ "vue-html-loader": "^1.0.0",
102
+ "vue-loader": "^8.2.1",
103
+ "vue-resource": "^1.5.0",
104
+ "vue-router": "^0.7.13",
105
+ "vue-strap": "^1.0.9",
106
+ "vue-style-loader": "^1.0.0",
107
+ "vue-validator": "2.1.7",
108
+ "webpack": "^1.12.2",
109
+ "webpack-dev-middleware": "^1.4.0",
110
+ "webpack-hot-middleware": "^2.6.0",
111
+ "webpack-merge": "^0.8.3"
112
+ },
113
+ "repository": {
114
+ "type": "git",
115
+ "url": "https://gitee.com/aotu/System"
116
+ },
117
+ "keywords": [
118
+ "system_clients"
119
+ ],
120
+ "author": "杨文宇",
121
+ "license": "ISC"
122
+ }
123
+
124
+ yarn manifest:
125
+ No manifest
126
+
127
+ Lockfile:
128
128
  # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
129
129
  # yarn lockfile v1
130
130
 
@@ -6893,4 +6893,4 @@ Lockfile:
6893
6893
 
6894
6894
  yeast@0.1.2:
6895
6895
  version "0.1.2"
6896
- resolved "http://registry.npm.taobao.org/yeast/download/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
6896
+ resolved "http://registry.npm.taobao.org/yeast/download/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Fri Mar 13 10:30:51 GMT+08:00 2020
2
- gradle.version=3.5
File without changes