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.
- package/build/dev-server.js +187 -172
- package/index.html +39 -39
- package/package.json +2 -1
- package/src/apply.js +7 -0
- package/src/components/android/AppSign.vue +234 -234
- package/src/components/android/AppUpload.vue +275 -275
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +462 -462
- package/src/components/android/Process/AppServiceControl.vue +1437 -1437
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
- package/src/components/android/Task/yiban/ShowDone.vue +95 -95
- package/src/components/android/Task/yiban/satisfactionShow.vue +166 -166
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +2 -2
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -272
- package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -236
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -324
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
- package/src/components/product/ApplyMap/ApplyDragaboutList.vue +223 -223
- package/src/components/product/ApplyMap/ApplyMapLocation.vue +862 -862
- package/src/components/product/ChongZheng/ApplyChongZhengList.vue +2 -2
- package/src/components/product/Function/InstallInfoSelect.vue +2 -2
- package/src/components/product/Function/Service/FunctionServiceControl.vue +586 -586
- package/src/components/product/GongJianPush/ApplyPushDispose.vue +206 -0
- package/src/components/product/GongJianPush/ApplyPushList.vue +196 -0
- package/src/components/product/GongJianPush/ApplyPushManage.vue +90 -0
- package/src/components/product/Ignition/IgnitionListManage.vue +602 -602
- package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
- package/src/components/product/List/OldShowDevices.vue +2 -2
- package/src/components/product/List/ShowAllActivity.vue +2 -2
- package/src/components/product/List/ShowDevices.vue +2 -2
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +1 -1
- package/src/components/product/Process/ExplorationSelect.vue +4 -4
- package/src/components/product/Process/NewExplorationSelect.vue +586 -586
- package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
- package/src/components/product/Process/Processes/devicesManagement.vue +393 -393
- package/src/components/product/Process/Processes/newDevicesManagement.vue +413 -413
- package/src/components/product/Stop/StopApplyList.vue +1 -1
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +592 -592
- package/src/components/product/Supervisory/SupervisoryControl.vue +116 -116
- package/src/components/product/Supervisory/SupervisoryList.vue +3 -3
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +3 -3
- package/src/components/product/VueUtils/ApplyUpload.vue +285 -285
- package/src/components/product/records/AdjustmentRecordList.vue +162 -162
package/build/dev-server.js
CHANGED
|
@@ -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
|
-
|
|
10
|
-
// var applyinstall = 'http://121.36.79.201:8400'
|
|
11
|
-
// var ldap = 'http://193.168.1.64:8082'
|
|
12
|
-
var ldap = 'http://
|
|
13
|
-
var applyinstall = 'http://
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
var fadada = 'http://
|
|
17
|
-
|
|
18
|
-
var proxyTable = {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
'/rs/logic/
|
|
36
|
-
target: fadada
|
|
37
|
-
},
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
'/
|
|
59
|
-
target:
|
|
60
|
-
},
|
|
61
|
-
'/rs/
|
|
62
|
-
target:
|
|
63
|
-
},
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
'/
|
|
74
|
-
target:
|
|
75
|
-
},
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
'/rs/
|
|
85
|
-
target: 'http://193.168.1.
|
|
86
|
-
},
|
|
87
|
-
//
|
|
88
|
-
'/rs/
|
|
89
|
-
target:
|
|
90
|
-
},
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
'/rs/
|
|
104
|
-
target:
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
},
|
|
109
|
-
'/rs': {
|
|
110
|
-
target:
|
|
111
|
-
},
|
|
112
|
-
'/
|
|
113
|
-
target: applyinstall
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
//
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
//
|
|
160
|
-
|
|
161
|
-
app.use(
|
|
162
|
-
|
|
163
|
-
//
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
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-
|
|
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) })
|