manage-client 3.2.215 → 3.2.217

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/.gradle/4.4/fileHashes/fileHashes.bin +0 -0
  2. package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
  3. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  4. package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
  5. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  6. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  7. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  8. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  9. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  10. package/.gradle/7.1/gc.properties +0 -0
  11. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  12. package/build/dev-server.js +193 -191
  13. package/package.json +1 -1
  14. package/src/components/sale/filesquery/MeterQuery.vue +607 -627
  15. package/src/filiale/WEINAN/CancellationQuery.vue +526 -526
  16. package/src/filiale/WEINAN/ChargeQuery.vue +800 -800
  17. package/src/filiale/WEINAN/EnableQuery.vue +456 -456
  18. package/src/filiale/WEINAN/StatisticalAnalysis.vue +270 -0
  19. package/src/filiale/WEINAN/UserAddress.vue +655 -655
  20. package/src/filiale/WEINAN/UserAddressChange.vue +58 -58
  21. package/src/filiale/WEINAN/config/exportConfig.js +824 -824
  22. package/src/filiale/WEINAN/sale.js +54 -52
  23. package/src/filiale/jingwei/ChargeQuery.vue +10 -0
  24. package/src/filiale/wuhai/ChargeQuery.vue +2 -2
  25. package/src/filiale/wuhai/OtherChargeQuery.vue +5 -2
  26. package/src/filiale/wuhai/ReportList.vue +26 -2
  27. package/src/filiale/wuhai/config/DefaultPrint.js +6 -0
  28. package/src/filiale/wuhai/config/exportConfig.js +1090 -0
  29. package/src/filiale/wuhai/config/tableConfig.js +54 -0
  30. package/src/filiale/wuhai/webmeterManage.js +1 -1
  31. package/src/main.js +66 -66
File without changes
@@ -1,191 +1,193 @@
1
- var express = require('express')
2
- var webpack = require('webpack')
3
- var config = require('./webpack.dev.conf')
4
- var proxyMiddleware = require('http-proxy-middleware')
5
- // var httpProxy = require('http-proxy')
6
-
7
- var app = express()
8
- var compiler = webpack(config)
9
- // var proxy = httpProxy.createProxyServer()
10
-
11
- // Define HTTP proxies to your custom API backend
12
- // https://github.com/chimurai/http-proxy-middleware
13
- // var bendi = 'http://127.0.0.1:8089/manage', fuwu = 'http://36.103.224.217:6300/'
14
- var shaoguan = 'http://119.146.1.106:8300/'
15
- var qtx= 'http://36.103.222.144:6300/'
16
- // var bendi = 'http://220.194.141.253:8600/'
17
- // var bendi = 'http://203.57.101.233:9001'
18
- // var bendi = 'http://172.168.1.11:9001/'
19
- // var bendi = 'http://203.57.101.233:8400/'
20
- // var bendi = 'http://121.36.106.17:8400/'
21
- // var fuwu = 'http://203.57.101.233:9001'
22
- // var bendi = 'http://192.168.50.4:8400'
23
- var bendi = 'http://119.187.112.234:8400/'
24
- // 192.168.
25
- // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
26
- // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
27
- var proxyTable = {
28
- '/rs/logic/exportfile': {
29
- target: bendi
30
- },
31
- '/rs/sql/inspectListNew': {
32
- target: 'http://localhost:8080/'
33
- },
34
- // '/rs/sql/BusinessType': {
35
- // target: 'http://localhost:8080/'
36
- // },
37
- // '/rs/logic/getBatchOperaPro': {
38
- // target: 'http://localhost:8080/'
39
- // },
40
- // '/rs/customExport/areaChargeExportExcel': {
41
- // target: 'http://localhost:8080/'
42
- // },
43
- '/files': {
44
- target: bendi
45
- },
46
- // 查找资源服务数据
47
- '/rs/search': {
48
- target: bendi
49
- },
50
- // 查找资源服务数据
51
- '/rs/logic/getLogin': {
52
- target: bendi
53
- },
54
- // 查找资源服务数据
55
- '/rs/logic/getInitData': {
56
- target: bendi
57
- },
58
- '/rs/logic/getSaleInitData': {
59
- target: bendi
60
- },
61
- // 用户登录服务地址
62
- '/rs/user': {
63
- target: bendi
64
- },
65
- '/rs/path/getParams': {
66
- target: bendi
67
- },
68
- '/rs/data': {
69
- target: bendi
70
- },
71
- '/rs/license': {
72
- target: bendi
73
- },
74
- '/rs/db': {
75
- target: bendi
76
- },
77
- '/excel': {
78
- target: bendi
79
- },
80
- '/rs/config': {
81
- target: bendi
82
- },
83
- '/rs/sql/getLicenseById': {
84
- target: bendi
85
- },
86
- '/rs/report': {
87
- target: bendi
88
- },
89
- '/rs/vue': {
90
- target: bendi
91
- },
92
- '/rs/file': {
93
- target: bendi
94
- },
95
- '/rs/logic/SumSettleFileImport': {
96
- target: 'http://127.0.0.1:8080'
97
- },
98
- '/rs': {
99
- target: bendi
100
- }
101
- }
102
-
103
- var devMiddleware = require('webpack-dev-middleware')(compiler, {
104
- publicPath: config.output.publicPath,
105
- stats: {
106
- colors: true,
107
- chunks: false
108
- }
109
- })
110
-
111
- var hotMiddleware = require('webpack-hot-middleware')(compiler)
112
- // force page reload when html-webpack-plugin template changes
113
- compiler.plugin('compilation', function (compilation) {
114
- compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
115
- hotMiddleware.publish({action: 'reload'})
116
- cb()
117
- })
118
- })
119
-
120
- // proxy api requests
121
- Object.keys(proxyTable).forEach(function (context) {
122
- var options = proxyTable[context]
123
- if (typeof options === 'string') {
124
- options = {target: options}
125
- }
126
- app.use(proxyMiddleware(context, options))
127
- })
128
-
129
- // handle fallback for HTML5 history API
130
- app.use(require('connect-history-api-fallback')())
131
- // app.use(function (req, res, next) {
132
- // res.header('Access-Control-Allow-Origin', '*')
133
- // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
134
- // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
135
- // res.header('X-Powered-By', '3,2,1')
136
- // res.header('Access-Control-Allow-Credentials', 'true')
137
- // res.header('Content-Type', 'application/json;charset=utf-8')
138
- // next()
139
- // })
140
-
141
- // serve webpack bundle output
142
- app.use(devMiddleware)
143
-
144
- // enable hot-reload and state-preserving
145
- // compilation error display
146
- app.use(hotMiddleware)
147
-
148
- // serve pure static assets
149
- app.use('/static', express.static('./static'))
150
-
151
- // app.all('/rs/*', function (req, res) {
152
- // proxy.web(req, res, {
153
- // target: 'http://127.0.0.1:8081/reports'
154
- // })
155
- // })
156
-
157
- // app.all('/rs/*', function (req, res) {
158
- // proxy.web(req, res, {
159
- // target: 'http://127.0.0.1:8081/ldap'
160
- // })
161
- // })
162
- // app.all('/excel/*', function (req, res) {
163
- // proxy.web(req, res, {
164
- // target: 'http://127.0.0.1:8081/charge'
165
- // })
166
- // })
167
-
168
- // app.all('/rs/*', function (req, res) {
169
- // proxy.web(req, res, {
170
- // target: 'http://127.0.0.1:82/charge'
171
- // })
172
- // })
173
-
174
- // app.all('/*', function (req, res) {
175
- // proxy.web(req, res, {
176
- // target: 'http://127.0.0.1:82'
177
- // })
178
- // })
179
- // app.all('/rs/user', function (req, res) {
180
- // proxy.web(req, res, {
181
- // target: 'http://127.0.0.1:82'
182
- // })
183
- // })
184
-
185
- module.exports = app.listen(8015, function (err) {
186
- if (err) {
187
- console.log(err)
188
- return
189
- }
190
- console.log('Listening at http://localhost:8015')
191
- })
1
+ var express = require('express')
2
+ var webpack = require('webpack')
3
+ var config = require('./webpack.dev.conf')
4
+ var proxyMiddleware = require('http-proxy-middleware')
5
+ // var httpProxy = require('http-proxy')
6
+
7
+ var app = express()
8
+ var compiler = webpack(config)
9
+ // var proxy = httpProxy.createProxyServer()
10
+
11
+ // Define HTTP proxies to your custom API backend
12
+ // https://github.com/chimurai/http-proxy-middleware
13
+ // var bendi = 'http://127.0.0.1:8089/manage', fuwu = 'http://36.103.224.217:6300/'
14
+ var shaoguan = 'http://119.146.1.106:8300/'
15
+ var qtx= 'http://36.103.222.144:6300/'
16
+ // var bendi = 'http://220.194.141.253:8600/'
17
+ // var bendi = 'http://203.57.101.233:9001'
18
+ // var bendi = 'http://172.168.1.11:9001/'
19
+ var bendi = 'http://172.168.1.11:8400/#'
20
+ // var bendi = 'http://121.36.106.17:8400/'
21
+ // var fuwu = 'http://203.57.101.233:9001'
22
+ var system = 'http://192.168.50.4:8400'
23
+ // 192.168.
24
+ // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
25
+ // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
26
+ var proxyTable = {
27
+ '/rs/logic/exportfile': {
28
+ target: bendi
29
+ },
30
+ // '/rs/sql/otherChargeQuery': {
31
+ // target: 'http://localhost:8080/'
32
+ // },
33
+ // '/rs/sql/BusinessType': {
34
+ // target: 'http://localhost:8080/'
35
+ // },
36
+ // '/rs/logic/getBatchOperaPro': {
37
+ // target: 'http://localhost:8080/'
38
+ // },
39
+ // '/rs/customExport/areaChargeExportExcel': {
40
+ // target: 'http://localhost:8080/'
41
+ // },
42
+ '/files': {
43
+ target: bendi
44
+ },
45
+ // 查找资源服务数据
46
+ '/rs/search': {
47
+ target: bendi
48
+ },
49
+ // 查找资源服务数据
50
+ '/rs/logic/getLogin': {
51
+ target: bendi
52
+ },
53
+ // 查找资源服务数据
54
+ '/rs/logic/getInitData': {
55
+ target: bendi
56
+ },
57
+ '/rs/logic/getSaleInitData': {
58
+ target: bendi
59
+ },
60
+ // 用户登录服务地址
61
+ '/rs/user': {
62
+ target: bendi
63
+ },
64
+ '/rs/path/getParams': {
65
+ target: bendi
66
+ },
67
+ '/rs/data': {
68
+ target: bendi
69
+ },
70
+ '/rs/license': {
71
+ target: bendi
72
+ },
73
+ '/rs/db': {
74
+ target: bendi
75
+ },
76
+ '/excel': {
77
+ target: bendi
78
+ },
79
+ '/rs/config': {
80
+ target: bendi
81
+ },
82
+ '/rs/sql/getLicenseById': {
83
+ target: bendi
84
+ },
85
+ '/rs/report': {
86
+ target: bendi
87
+ },
88
+ '/rs/vue': {
89
+ target: bendi
90
+ },
91
+ '/rs/file': {
92
+ target: bendi
93
+ },
94
+ '/rs/logic/SumSettleFileImport': {
95
+ target: 'http://127.0.0.1:8080'
96
+ },
97
+ '/rs/sql/CancellationQuery': {
98
+ target: 'http://127.0.0.1:8080'
99
+ },
100
+ '/rs': {
101
+ target: bendi
102
+ }
103
+ }
104
+
105
+ var devMiddleware = require('webpack-dev-middleware')(compiler, {
106
+ publicPath: config.output.publicPath,
107
+ stats: {
108
+ colors: true,
109
+ chunks: false
110
+ }
111
+ })
112
+
113
+ var hotMiddleware = require('webpack-hot-middleware')(compiler)
114
+ // force page reload when html-webpack-plugin template changes
115
+ compiler.plugin('compilation', function (compilation) {
116
+ compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
117
+ hotMiddleware.publish({action: 'reload'})
118
+ cb()
119
+ })
120
+ })
121
+
122
+ // proxy api requests
123
+ Object.keys(proxyTable).forEach(function (context) {
124
+ var options = proxyTable[context]
125
+ if (typeof options === 'string') {
126
+ options = {target: options}
127
+ }
128
+ app.use(proxyMiddleware(context, options))
129
+ })
130
+
131
+ // handle fallback for HTML5 history API
132
+ app.use(require('connect-history-api-fallback')())
133
+ // app.use(function (req, res, next) {
134
+ // res.header('Access-Control-Allow-Origin', '*')
135
+ // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
136
+ // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
137
+ // res.header('X-Powered-By', '3,2,1')
138
+ // res.header('Access-Control-Allow-Credentials', 'true')
139
+ // res.header('Content-Type', 'application/json;charset=utf-8')
140
+ // next()
141
+ // })
142
+
143
+ // serve webpack bundle output
144
+ app.use(devMiddleware)
145
+
146
+ // enable hot-reload and state-preserving
147
+ // compilation error display
148
+ app.use(hotMiddleware)
149
+
150
+ // serve pure static assets
151
+ app.use('/static', express.static('./static'))
152
+
153
+ // app.all('/rs/*', function (req, res) {
154
+ // proxy.web(req, res, {
155
+ // target: 'http://127.0.0.1:8081/reports'
156
+ // })
157
+ // })
158
+
159
+ // app.all('/rs/*', function (req, res) {
160
+ // proxy.web(req, res, {
161
+ // target: 'http://127.0.0.1:8081/ldap'
162
+ // })
163
+ // })
164
+ // app.all('/excel/*', function (req, res) {
165
+ // proxy.web(req, res, {
166
+ // target: 'http://127.0.0.1:8081/charge'
167
+ // })
168
+ // })
169
+
170
+ // app.all('/rs/*', function (req, res) {
171
+ // proxy.web(req, res, {
172
+ // target: 'http://127.0.0.1:82/charge'
173
+ // })
174
+ // })
175
+
176
+ // app.all('/*', function (req, res) {
177
+ // proxy.web(req, res, {
178
+ // target: 'http://127.0.0.1:82'
179
+ // })
180
+ // })
181
+ // app.all('/rs/user', function (req, res) {
182
+ // proxy.web(req, res, {
183
+ // target: 'http://127.0.0.1:82'
184
+ // })
185
+ // })
186
+
187
+ module.exports = app.listen(8015, function (err) {
188
+ if (err) {
189
+ console.log(err)
190
+ return
191
+ }
192
+ console.log('Listening at http://localhost:8085')
193
+ })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.215",
3
+ "version": "3.2.217",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {