apply-clients 7.1.36-yuchuan-5 → 7.1.36-yuchuan-7

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 (44) hide show
  1. package/build/dev-server.js +187 -172
  2. package/index.html +39 -39
  3. package/package.json +2 -1
  4. package/src/apply.js +7 -0
  5. package/src/components/android/AppSign.vue +234 -234
  6. package/src/components/android/AppUpload.vue +275 -275
  7. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +462 -462
  8. package/src/components/android/Process/AppServiceControl.vue +1437 -1437
  9. package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
  10. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
  11. package/src/components/android/Task/yiban/ShowDone.vue +95 -95
  12. package/src/components/android/Task/yiban/satisfactionShow.vue +166 -166
  13. package/src/components/product/ApplyCharge/ApplyChargeList.vue +2 -2
  14. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -272
  15. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -236
  16. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -324
  17. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
  18. package/src/components/product/ApplyMap/ApplyDragaboutList.vue +223 -223
  19. package/src/components/product/ApplyMap/ApplyMapLocation.vue +862 -862
  20. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +2 -2
  21. package/src/components/product/Function/InstallInfoSelect.vue +2 -2
  22. package/src/components/product/Function/Service/FunctionServiceControl.vue +586 -586
  23. package/src/components/product/GongJianPush/ApplyPushDispose.vue +206 -0
  24. package/src/components/product/GongJianPush/ApplyPushList.vue +196 -0
  25. package/src/components/product/GongJianPush/ApplyPushManage.vue +90 -0
  26. package/src/components/product/Ignition/IgnitionListManage.vue +602 -602
  27. package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
  28. package/src/components/product/List/OldShowDevices.vue +2 -2
  29. package/src/components/product/List/ShowAllActivity.vue +2 -2
  30. package/src/components/product/List/ShowDevices.vue +2 -2
  31. package/src/components/product/Print/BuildOrder/buildOrderList.vue +1 -1
  32. package/src/components/product/Process/ExplorationSelect.vue +4 -4
  33. package/src/components/product/Process/NewExplorationSelect.vue +586 -586
  34. package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
  35. package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
  36. package/src/components/product/Process/Processes/devicesManagement.vue +393 -393
  37. package/src/components/product/Process/Processes/newDevicesManagement.vue +413 -413
  38. package/src/components/product/Stop/StopApplyList.vue +1 -1
  39. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +592 -592
  40. package/src/components/product/Supervisory/SupervisoryControl.vue +116 -116
  41. package/src/components/product/Supervisory/SupervisoryList.vue +3 -3
  42. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +3 -3
  43. package/src/components/product/VueUtils/ApplyUpload.vue +285 -285
  44. package/src/components/product/records/AdjustmentRecordList.vue +162 -162
@@ -1,172 +1,187 @@
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
- var app = express()
7
- var compiler = webpack(config)
8
- // var proxy = httpProxy.createProxyServer()
9
- // var ldap = 'http://121.36.79.201:8400'
10
- // var applyinstall = 'http://121.36.79.201:8400'
11
- // var ldap = 'http://193.168.1.64:8082'
12
- var ldap = 'http://193.168.1.6:8082'
13
- var applyinstall = 'http://127.0.0.1:8080'
14
- // var applyinstall = 'http://193.168.1.44:8600'
15
- // var fadada = 'http://127.0.0.1:8181'
16
- var fadada = 'http://193.168.1.44:8600'
17
-
18
- var proxyTable = {
19
- // ---------------------------
20
- '/rs/logic/pushShortUrlSms': {
21
- target: fadada
22
- },
23
- '/rs/logic/generateContract': {
24
- target: fadada
25
- },
26
- '/rs/logic/getAuthSubject': {
27
- target: fadada
28
- },
29
- '/rs/sql/getAuthSubjectList': {
30
- target: fadada
31
- },
32
- '/rs/logic/keyExtSign': {
33
- target: fadada
34
- },
35
- '/rs/logic/keyExtSignAuto': {
36
- target: fadada
37
- },
38
- // 重新发送实名认证短信
39
- '/rs/logic/anotherAuthSubject': {
40
- target: fadada
41
- },
42
- // ---------------------------
43
- '/rs/logic/getSaleInitData': {
44
- target: ldap
45
- },
46
- '/rs/logic/saveInstruct': {
47
- target: 'http://193.168.1.64:8082'
48
- },
49
- '/rs/logic/updateNetWorkValve': {
50
- target: 'http://193.168.1.64:8082'
51
- },
52
- '/rs/logic/uploadSave': {
53
- target: 'http://193.168.1.16:8003'
54
- },
55
- '/rs/workflow': {
56
- target: applyinstall
57
- },
58
- '/apply': {
59
- target: applyinstall
60
- },
61
- '/rs/vue': {
62
- target: ldap
63
- },
64
- // 查找资源服务数据
65
- '/rs/search': {
66
- target: ldap
67
- },
68
- // 发票组织数据
69
- '/rs/logic/bjEticketCharge': {
70
- target: 'http://193.168.1.6:8082'
71
- },
72
- // 开发票
73
- '/rs/logic/bjOpenEticket': {
74
- target: 'http://193.168.1.6:8082'
75
- },
76
- // 获取发票明细
77
- '/rs/logic/queryEticket': {
78
- target: 'http://193.168.1.44:8400'
79
- },
80
- // 创建小区
81
- '/rs/logic/address_updatearea': {
82
- target: ldap
83
- },
84
- '/rs/phone/send': {
85
- target: 'http://193.168.1.21:80'
86
- },
87
- // 用户登录服务地址
88
- '/rs/user': {
89
- target: ldap
90
- },
91
- '/rs/logic/getInitData': {
92
- target: ldap?ldap:applyinstall
93
- },
94
- '/rs/logic/getLogin': {
95
- target: ldap
96
- },
97
- '/rs/file': { // 文件上传
98
- target: applyinstall
99
- },
100
- '/project': { // 文件回显
101
- target: applyinstall
102
- },
103
- '/rs/apply': {
104
- target: applyinstall,
105
- pathRewrite: {
106
- '^/rs/apply': '/rs'
107
- }
108
- },
109
- '/rs': {
110
- target: applyinstall
111
- },
112
- '/ws': {
113
- target: applyinstall,
114
- ws: true // 代理webSocket
115
- }
116
- }
117
-
118
- var devMiddleware = require('webpack-dev-middleware')(compiler, {
119
- publicPath: config.output.publicPath,
120
- stats: {
121
- colors: true,
122
- chunks: false
123
- }
124
- })
125
-
126
- var hotMiddleware = require('webpack-hot-middleware')(compiler)
127
- // force page reload when html-webpack-plugin template changes
128
- compiler.plugin('compilation', function (compilation) {
129
- compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
130
- hotMiddleware.publish({action: 'reload'})
131
- cb()
132
- })
133
- })
134
-
135
- // proxy api requests
136
- Object.keys(proxyTable).forEach(function (context) {
137
- var options = proxyTable[context]
138
- if (typeof options === 'string') {
139
- options = {target: options}
140
- }
141
- app.use(proxyMiddleware(context, options))
142
- })
143
-
144
- // handle fallback for HTML5 history API
145
- app.use(require('connect-history-api-fallback')())
146
- // app.use(function (req, res, next) {
147
- // res.header('Access-Control-Allow-Origin', '*')
148
- // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
149
- // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
150
- // res.header('X-Powered-By', '3,2,1')
151
- // res.header('Access-Control-Allow-Credentials', 'true')
152
- // res.header('Content-Type', 'application/json;charset=utf-8')
153
- // next()
154
- // })
155
-
156
- // serve webpack bundle output
157
- app.use(devMiddleware)
158
-
159
- // enable hot-reload and state-preserving
160
- // compilation error display
161
- app.use(hotMiddleware)
162
-
163
- // serve pure static assets
164
- app.use('/static', express.static('./static'))
165
-
166
- module.exports = app.listen(8300, function (err) {
167
- if (err) {
168
- console.log(err)
169
- return
170
- }
171
- console.log('Listening at http://localhost:8300')
172
- })
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
+ var app = express()
7
+ var compiler = webpack(config)
8
+ // var proxy = httpProxy.createProxyServer()
9
+ var ldap = 'http://193.168.1.44:8400/'
10
+ // var applyinstall = 'http://121.36.79.201:8400'
11
+ // var ldap = 'http://193.168.1.64:8082'
12
+ // var ldap = 'http://61.134.61.238:8555'
13
+ // var applyinstall = 'http://61.134.61.238:8555'
14
+ var applyinstall = 'http://193.168.1.44:8400/'
15
+ var fadada = 'http://193.168.1.44:8400/'
16
+ // var fadada = 'http://61.134.61.238:8555'
17
+ // var fadada = 'http://127.0.0.1:8080/'
18
+ var proxyTable = {
19
+ '/api/af-auth/login': {
20
+ target: fadada
21
+ },
22
+ '/rs/logic/getAllNode': {
23
+ target: fadada
24
+ },
25
+ '/android.html/rs': {
26
+ target: fadada,
27
+ pathRewrite: {
28
+ '^/android.html': ''
29
+ }
30
+ },
31
+ '/webapps/applyinstall/excel': {
32
+ target: fadada
33
+ },
34
+
35
+ '/rs/logic/pushShortUrlSms': {
36
+ target: fadada
37
+ },
38
+ '/rs/logic/generateContract': {
39
+ target: fadada
40
+ },
41
+ '/rs/logic/getAuthSubject': {
42
+ target: fadada
43
+ },
44
+ '/rs/sql/getAuthSubjectList': {
45
+ target: fadada
46
+ },
47
+ '/rs/logic/keyExtSign': {
48
+ target: fadada
49
+ },
50
+ '/rs/logic/keyExtSignAuto': {
51
+ target: fadada
52
+ },
53
+ // 重新发送实名认证短信
54
+ '/rs/logic/anotherAuthSubject': {
55
+ target: fadada
56
+ },
57
+ // ---------------------------
58
+ '/rs/logic/getSaleInitData': {
59
+ target: ldap
60
+ },
61
+ '/rs/logic/saveInstruct': {
62
+ target: 'http://193.168.1.64:8082'
63
+ },
64
+ '/rs/logic/updateNetWorkValve': {
65
+ target: 'http://193.168.1.64:8082'
66
+ },
67
+ '/rs/logic/uploadSave': {
68
+ target: 'http://193.168.1.16:8003'
69
+ },
70
+ '/rs/workflow': {
71
+ target: applyinstall
72
+ },
73
+ '/apply': {
74
+ target: applyinstall
75
+ },
76
+ '/rs/vue': {
77
+ target: ldap
78
+ },
79
+ // 查找资源服务数据
80
+ '/rs/search': {
81
+ target: ldap
82
+ },
83
+ // 发票组织数据
84
+ '/rs/logic/bjEticketCharge': {
85
+ target: 'http://193.168.1.6:8082'
86
+ },
87
+ // 开发票
88
+ '/rs/logic/bjOpenEticket': {
89
+ target: 'http://193.168.1.6:8082'
90
+ },
91
+ // 获取发票明细
92
+ '/rs/logic/queryEticket': {
93
+ target: 'http://193.168.1.44:8400'
94
+ },
95
+ // 创建小区
96
+ '/rs/logic/address_updatearea': {
97
+ target: ldap
98
+ },
99
+ '/rs/phone/send': {
100
+ target: 'http://193.168.1.21:80'
101
+ },
102
+ // 用户登录服务地址
103
+ '/rs/user': {
104
+ target: ldap
105
+ },
106
+ '/rs/logic/getInitData': {
107
+ target: ldap?ldap:applyinstall
108
+ },
109
+ '/rs/logic/getLogin': {
110
+ target: ldap
111
+ },
112
+ '/rs/file': { // 文件上传
113
+ target: applyinstall
114
+ },
115
+ '/project': { // 文件回显
116
+ target: applyinstall
117
+ },
118
+ '/rs/apply': {
119
+ target: applyinstall,
120
+ pathRewrite: {
121
+ '^/rs/apply': '/rs'
122
+ }
123
+ },
124
+ '/rs': {
125
+ target: applyinstall
126
+ },
127
+ '/ws': {
128
+ target: applyinstall,
129
+ ws: true // 代理webSocket
130
+ }
131
+ }
132
+
133
+ var devMiddleware = require('webpack-dev-middleware')(compiler, {
134
+ publicPath: config.output.publicPath,
135
+ stats: {
136
+ colors: true,
137
+ chunks: false
138
+ }
139
+ })
140
+
141
+ var hotMiddleware = require('webpack-hot-middleware')(compiler)
142
+ // force page reload when html-webpack-plugin template changes
143
+ compiler.plugin('compilation', function (compilation) {
144
+ compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
145
+ hotMiddleware.publish({action: 'reload'})
146
+ cb()
147
+ })
148
+ })
149
+
150
+ // proxy api requests
151
+ Object.keys(proxyTable).forEach(function (context) {
152
+ var options = proxyTable[context]
153
+ if (typeof options === 'string') {
154
+ options = {target: options}
155
+ }
156
+ app.use(proxyMiddleware(context, options))
157
+ })
158
+
159
+ // handle fallback for HTML5 history API
160
+ app.use(require('connect-history-api-fallback')())
161
+ // app.use(function (req, res, next) {
162
+ // res.header('Access-Control-Allow-Origin', '*')
163
+ // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
164
+ // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
165
+ // res.header('X-Powered-By', '3,2,1')
166
+ // res.header('Access-Control-Allow-Credentials', 'true')
167
+ // res.header('Content-Type', 'application/json;charset=utf-8')
168
+ // next()
169
+ // })
170
+
171
+ // serve webpack bundle output
172
+ app.use(devMiddleware)
173
+
174
+ // enable hot-reload and state-preserving
175
+ // compilation error display
176
+ app.use(hotMiddleware)
177
+
178
+ // serve pure static assets
179
+ app.use('/static', express.static('./static'))
180
+
181
+ module.exports = app.listen(8400, function (err) {
182
+ if (err) {
183
+ console.log(err)
184
+ return
185
+ }
186
+ console.log('Listening at http://localhost:8400')
187
+ })
package/index.html CHANGED
@@ -1,39 +1,39 @@
1
- <!DOCTYPE html>
2
- <html lang="zh-CN">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
- <META HTTP-EQUIV="pragma" CONTENT="no-cache">
7
- <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
8
- <META HTTP-EQUIV="expires" CONTENT="0">
9
- <title>报建系统</title>
10
- <script type="text/javascript">
11
- window._AMapSecurityConfig = {
12
- serviceHost: 'http://193.168.1.44:8400/_AMapService'
13
- // 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
14
- }
15
- </script>
16
- <script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=aa8b7c6a524337cb733152217fc1e52b"></script>
17
- <!--引入UI组件库(1.1版本) -->
18
- <script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
19
- <style media="screen">
20
- /*url(./static/newmainbg.jpg)*/
21
-
22
- body {
23
- font-size:16px !important;
24
- width: 100%;
25
- background: #7f8eaf no-repeat center bottom;
26
- background-size: cover;
27
- }
28
-
29
- body .loginbg {
30
- width: 100%;
31
- height: 100%;
32
- background: url(./static/loginbg.jpg) no-repeat center top;
33
- }
34
- </style>
35
- </head>
36
- <body id="bodymain" class="themeOne">
37
- <app></app>
38
- </body>
39
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
+ <META HTTP-EQUIV="pragma" CONTENT="no-cache">
7
+ <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
8
+ <META HTTP-EQUIV="expires" CONTENT="0">
9
+ <title>报建系统</title>
10
+ <script type="text/javascript">
11
+ window._AMapSecurityConfig = {
12
+ serviceHost: 'http://193.168.1.44:8400/_AMapService'
13
+ // 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
14
+ }
15
+ </script>
16
+ <script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=aa8b7c6a524337cb733152217fc1e52b"></script>
17
+ <!--引入UI组件库(1.1版本) -->
18
+ <script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
19
+ <style media="screen">
20
+ /*url(./static/newmainbg.jpg)*/
21
+
22
+ body {
23
+ font-size:16px !important;
24
+ width: 100%;
25
+ background: #7f8eaf no-repeat center bottom;
26
+ background-size: cover;
27
+ }
28
+
29
+ body .loginbg {
30
+ width: 100%;
31
+ height: 100%;
32
+ background: url(./static/loginbg.jpg) no-repeat center top;
33
+ }
34
+ </style>
35
+ </head>
36
+ <body id="bodymain" class="themeOne">
37
+ <app></app>
38
+ </body>
39
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "7.1.36-yuchuan-5",
3
+ "version": "7.1.36-yuchuan-7",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -30,6 +30,7 @@
30
30
  "@amap/amap-jsapi-loader": "^1.0.1",
31
31
  "@logicflow/core": "^0.4.3",
32
32
  "co": "4.6.0",
33
+ "crypto-js": "^4.2.0",
33
34
  "happypack": "^5.0.1",
34
35
  "jsencrypt": "3.0.0-rc.1",
35
36
  "less": "^2.7.1",
package/src/apply.js CHANGED
@@ -49,6 +49,13 @@ export default function () {
49
49
  // 报建菜单页面控制层
50
50
  Vue.component('function-service-control', (resolve) => { require(['./components/product/Function/Service/FunctionServiceControl'], resolve) })
51
51
 
52
+ // 公建数据推送业务
53
+ Vue.component('gongjian-apply-manage', (resolve) => { require(['./components/product/GongJianPush/ApplyPushManage'], resolve) })
54
+ // 报建数据列表
55
+ Vue.component('gongjian-apply-list', (resolve) => { require(['./components/product/GongJianPush/ApplyPushList'], resolve) })
56
+ // 报建数据详情
57
+ Vue.component('gongjian-apply-dispose', (resolve) => { require(['./components/product/GongJianPush/ApplyPushDispose'], resolve) })
58
+
52
59
  // 终止报建页面入口
53
60
  Vue.component('stop-apply', (resolve) => { require(['./components/product/Stop/StopApply'], resolve) })
54
61
  Vue.component('stop-apply-list', (resolve) => { require(['./components/product/Stop/StopApplyList'], resolve) })