apply-clients 7.1.36-yuchuan-41 → 7.1.36-yuchuan-42
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/android.html +27 -27
- package/build/dev-server.js +172 -192
- package/package.json +119 -119
- package/src/apply.js +163 -163
- package/src/applyAndroid.js +98 -98
- package/src/components/android/AppSign.vue +232 -232
- package/src/components/android/Ignition/VentilationIgnition.vue +408 -408
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +472 -472
- package/src/components/android/Process/AppExplorationUser.vue +454 -454
- package/src/components/android/Process/AppServiceControl.vue +1434 -1434
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +1018 -1018
- package/src/components/android/Process/Processes/newAppInstallationDetails.vue +671 -671
- package/src/components/android/SealManage.vue +278 -278
- package/src/components/android/Sign/AppSignTask.vue +183 -183
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
- package/src/components/android/Task/Build/BuildTsak.vue +117 -117
- package/src/components/android/Task/BuildIgnition/BuildIgnition.vue +114 -114
- package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
- package/src/components/android/Task/RepairFromSend/RepairFrom.vue +124 -124
- package/src/components/android/Task/RepairFromSend/RepairSend.vue +124 -124
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
- package/src/components/android/Task/Survey/SurveyTsak.vue +141 -141
- package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
- package/src/components/android/newPackage/customerServiceManager.vue +218 -218
- package/src/components/android/newPackage/projectPrice.vue +218 -218
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +325 -325
- package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +142 -142
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
- package/src/components/product/ApplyMap/AppMapLocation.vue +829 -829
- package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
- package/src/components/product/Function/InstallFunction.vue +132 -132
- package/src/components/product/Function/InstallInfoSelect.vue +374 -374
- package/src/components/product/GongJianPush/ApplyPushDispose.vue +12 -10
- package/src/components/product/GongJianPush/ApplyPushManage.vue +91 -91
- package/src/components/product/Ignition/IgnitionDispatch.vue +90 -90
- package/src/components/product/Ignition/IgnitionListManage.vue +604 -604
- package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
- package/src/components/product/InsuranceApply/InsuranceReport.vue +188 -188
- package/src/components/product/List/OldShowDevices.vue +271 -271
- package/src/components/product/List/ShowAllActivity.vue +541 -541
- package/src/components/product/List/ShowDevices.vue +279 -279
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
- package/src/components/product/Process/ExplorationSelect.vue +593 -593
- package/src/components/product/Process/ExplorationUser.vue +154 -154
- package/src/components/product/Process/New1ExplorationUser.vue +196 -196
- package/src/components/product/Process/NewExplorationSelect.vue +587 -587
- package/src/components/product/Process/NewExplorationUser.vue +216 -216
- package/src/components/product/Process/Processes/InstallationDetails.vue +1159 -1159
- 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/chargeManagement.vue +703 -703
- package/src/components/product/Process/Processes/selectApply.vue +250 -250
- package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
- package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
- package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
- package/src/components/product/Process/Service/ServiceControl.vue +2216 -2216
- package/src/components/product/ServiceView.vue +644 -644
- package/src/components/product/Stop/StopApplyList.vue +224 -224
- package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +593 -593
- package/src/components/product/Supervisory/SupervisoryControl.vue +114 -114
- package/src/components/product/Supervisory/SupervisoryList.vue +580 -580
- package/src/components/product/Supervisory/SupervisoryhCart.vue +120 -120
- package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +111 -111
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
- package/src/components/product/VueUtils/ApplyUpload.vue +303 -303
- package/src/main.js +27 -27
package/android.html
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
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://61.134.61.238:8555/_AMapService'
|
|
13
|
-
}
|
|
14
|
-
</script>
|
|
15
|
-
<script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=aa8b7c6a524337cb733152217fc1e52b"></script>
|
|
16
|
-
<!--引入UI组件库(1.1版本) -->
|
|
17
|
-
<script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
|
|
18
|
-
<style media="screen">
|
|
19
|
-
/*url(./static/newmainbg.jpg)*/
|
|
20
|
-
body{width: 100%;background:#7f8eaf no-repeat center bottom; background-size: cover;}
|
|
21
|
-
body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;}
|
|
22
|
-
</style>
|
|
23
|
-
</head>
|
|
24
|
-
<body>
|
|
25
|
-
<android-app></android-app>
|
|
26
|
-
</body>
|
|
27
|
-
</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://61.134.61.238:8555/_AMapService'
|
|
13
|
+
}
|
|
14
|
+
</script>
|
|
15
|
+
<script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=aa8b7c6a524337cb733152217fc1e52b"></script>
|
|
16
|
+
<!--引入UI组件库(1.1版本) -->
|
|
17
|
+
<script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
|
|
18
|
+
<style media="screen">
|
|
19
|
+
/*url(./static/newmainbg.jpg)*/
|
|
20
|
+
body{width: 100%;background:#7f8eaf no-repeat center bottom; background-size: cover;}
|
|
21
|
+
body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;}
|
|
22
|
+
</style>
|
|
23
|
+
</head>
|
|
24
|
+
<body>
|
|
25
|
+
<android-app></android-app>
|
|
26
|
+
</body>
|
|
27
|
+
</html>
|
package/build/dev-server.js
CHANGED
|
@@ -1,192 +1,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://
|
|
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://61.134.61.238:8655'
|
|
14
|
-
// var applyinstall = 'http://193.168.1.
|
|
15
|
-
// var fadada = 'http://
|
|
16
|
-
var fadada = 'http://61.134.61.238:8655'
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
'/rs/logic/
|
|
44
|
-
target:
|
|
45
|
-
},
|
|
46
|
-
'/rs/logic/
|
|
47
|
-
target:
|
|
48
|
-
},
|
|
49
|
-
'/rs/
|
|
50
|
-
target:
|
|
51
|
-
},
|
|
52
|
-
'/rs/logic/
|
|
53
|
-
target:
|
|
54
|
-
},
|
|
55
|
-
'/rs/
|
|
56
|
-
target:
|
|
57
|
-
},
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
'/rs/logic/
|
|
70
|
-
target: 'http://193.168.1.
|
|
71
|
-
},
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
'/rs/
|
|
82
|
-
target: ldap
|
|
83
|
-
},
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
'/rs/
|
|
98
|
-
target:
|
|
99
|
-
},
|
|
100
|
-
//
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
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
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
// next()
|
|
174
|
-
// })
|
|
175
|
-
|
|
176
|
-
// serve webpack bundle output
|
|
177
|
-
app.use(devMiddleware)
|
|
178
|
-
|
|
179
|
-
// enable hot-reload and state-preserving
|
|
180
|
-
// compilation error display
|
|
181
|
-
app.use(hotMiddleware)
|
|
182
|
-
|
|
183
|
-
// serve pure static assets
|
|
184
|
-
app.use('/static', express.static('./static'))
|
|
185
|
-
|
|
186
|
-
module.exports = app.listen(8400, function (err) {
|
|
187
|
-
if (err) {
|
|
188
|
-
console.log(err)
|
|
189
|
-
return
|
|
190
|
-
}
|
|
191
|
-
console.log('Listening at http://localhost:8400')
|
|
192
|
-
})
|
|
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://61.134.61.238:8655'
|
|
14
|
+
// var applyinstall = 'http://193.168.1.44:8600'
|
|
15
|
+
// var fadada = 'http://127.0.0.1:8181'
|
|
16
|
+
var fadada = 'http://61.134.61.238:8655'
|
|
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
|
|
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(8400, function (err) {
|
|
167
|
+
if (err) {
|
|
168
|
+
console.log(err)
|
|
169
|
+
return
|
|
170
|
+
}
|
|
171
|
+
console.log('Listening at http://localhost:8400')
|
|
172
|
+
})
|