apply-clients 7.1.36-yuchuan-3 → 7.1.36-yuchuan-4.1
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 +173 -176
- package/index.html +1 -1
- package/package.json +119 -119
- package/src/apply.js +15 -3
- package/src/applyAndroid.js +9 -0
- package/src/assets//345/260/217/345/214/272.png +0 -0
- package/src/assets//347/224/250/346/210/267ID.png +0 -0
- package/src/assets//347/224/250/346/210/267/345/247/223/345/220/215.png +0 -0
- package/src/components/android/AppSign.vue +7 -4
- package/src/components/android/AppUpload.vue +1 -1
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +38 -31
- package/src/components/android/Process/AppServiceControl.vue +32 -5
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +205 -92
- package/src/components/android/SealBind.vue +376 -0
- package/src/components/android/SealManage.vue +264 -0
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +25 -15
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +9 -9
- package/src/components/android/Task/yiban/AppShowDone.vue +442 -0
- package/src/components/android/Task/yiban/ShowDone.vue +95 -0
- package/src/components/android/Task/yiban/satisfactionShow.vue +166 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +18 -0
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -0
- package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +1 -1
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +31 -31
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +4 -4
- package/src/components/product/ApplyMap/ApplyDragaboutList.vue +2 -2
- package/src/components/product/ApplyMap/ApplyMapLocation.vue +22 -10
- package/src/components/product/ChongZheng/ApplyChongZhengList.vue +1 -1
- package/src/components/product/Function/Service/FunctionServiceControl.vue +125 -14
- package/src/components/product/GongJianPush/ApplyPushDispose.vue +182 -0
- package/src/components/product/GongJianPush/ApplyPushList.vue +192 -0
- package/src/components/product/GongJianPush/ApplyPushManage.vue +83 -0
- package/src/components/product/Ignition/IgnitionListManage.vue +1 -1
- package/src/components/product/Ignition/IgnitionRecord.vue +22 -0
- package/src/components/product/List/OldShowDevices.vue +271 -0
- package/src/components/product/List/ShowAllActivity.vue +104 -19
- package/src/components/product/List/ShowDevices.vue +1 -1
- package/src/components/product/Process/ExplorationSelect.vue +41 -35
- package/src/components/product/Process/NewExplorationSelect.vue +31 -31
- package/src/components/product/Process/Processes/InstallationDetails.vue +34 -1
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -0
- package/src/components/product/Process/Processes/devicesManagement.vue +23 -4
- package/src/components/product/Process/Processes/newDevicesManagement.vue +10 -1
- package/src/components/product/Process/Service/ServiceControl.vue +42 -3
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +1 -3
- package/src/components/product/Supervisory/SupervisoryControl.vue +2 -0
- package/src/components/product/Supervisory/SupervisoryList.vue +19 -1
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +0 -2
- package/src/components/product/VueUtils/ApplyUpload.vue +3 -2
- package/src/components/product/records/AdjustmentRecordList.vue +162 -0
- package/yarn-error.log +9968 -0
package/build/dev-server.js
CHANGED
|
@@ -1,176 +1,173 @@
|
|
|
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:
|
|
99
|
-
},
|
|
100
|
-
'/project': { // 文件回显
|
|
101
|
-
target:
|
|
102
|
-
},
|
|
103
|
-
'/rs/
|
|
104
|
-
target: applyinstall
|
|
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
|
-
// res.header('
|
|
152
|
-
// res.header('Access-Control-Allow-
|
|
153
|
-
// res.header('
|
|
154
|
-
//
|
|
155
|
-
//
|
|
156
|
-
|
|
157
|
-
//
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
//
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
//
|
|
165
|
-
app.use(
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
}
|
|
175
|
-
console.log('Listening at http://localhost:8300')
|
|
176
|
-
})
|
|
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
|
+
target: fadada
|
|
112
|
+
},
|
|
113
|
+
'/ws': {
|
|
114
|
+
target: applyinstall,
|
|
115
|
+
ws: true // 代理webSocket
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
var devMiddleware = require('webpack-dev-middleware')(compiler, {
|
|
120
|
+
publicPath: config.output.publicPath,
|
|
121
|
+
stats: {
|
|
122
|
+
colors: true,
|
|
123
|
+
chunks: false
|
|
124
|
+
}
|
|
125
|
+
})
|
|
126
|
+
|
|
127
|
+
var hotMiddleware = require('webpack-hot-middleware')(compiler)
|
|
128
|
+
// force page reload when html-webpack-plugin template changes
|
|
129
|
+
compiler.plugin('compilation', function (compilation) {
|
|
130
|
+
compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
|
|
131
|
+
hotMiddleware.publish({action: 'reload'})
|
|
132
|
+
cb()
|
|
133
|
+
})
|
|
134
|
+
})
|
|
135
|
+
|
|
136
|
+
// proxy api requests
|
|
137
|
+
Object.keys(proxyTable).forEach(function (context) {
|
|
138
|
+
var options = proxyTable[context]
|
|
139
|
+
if (typeof options === 'string') {
|
|
140
|
+
options = {target: options}
|
|
141
|
+
}
|
|
142
|
+
app.use(proxyMiddleware(context, options))
|
|
143
|
+
})
|
|
144
|
+
|
|
145
|
+
// handle fallback for HTML5 history API
|
|
146
|
+
app.use(require('connect-history-api-fallback')())
|
|
147
|
+
// app.use(function (req, res, next) {
|
|
148
|
+
// res.header('Access-Control-Allow-Origin', '*')
|
|
149
|
+
// res.header('Access-Control-Allow-Headers', 'X-Requested-With')
|
|
150
|
+
// res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
|
|
151
|
+
// res.header('X-Powered-By', '3,2,1')
|
|
152
|
+
// res.header('Access-Control-Allow-Credentials', 'true')
|
|
153
|
+
// res.header('Content-Type', 'application/json;charset=utf-8')
|
|
154
|
+
// next()
|
|
155
|
+
// })
|
|
156
|
+
|
|
157
|
+
// serve webpack bundle output
|
|
158
|
+
app.use(devMiddleware)
|
|
159
|
+
|
|
160
|
+
// enable hot-reload and state-preserving
|
|
161
|
+
// compilation error display
|
|
162
|
+
app.use(hotMiddleware)
|
|
163
|
+
|
|
164
|
+
// serve pure static assets
|
|
165
|
+
app.use('/static', express.static('./static'))
|
|
166
|
+
|
|
167
|
+
module.exports = app.listen(8300, function (err) {
|
|
168
|
+
if (err) {
|
|
169
|
+
console.log(err)
|
|
170
|
+
return
|
|
171
|
+
}
|
|
172
|
+
console.log('Listening at http://localhost:8300')
|
|
173
|
+
})
|
package/index.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
|
|
14
14
|
}
|
|
15
15
|
</script>
|
|
16
|
-
<script type="text/javascript" src="https://webapi.amap.com/maps?v=
|
|
16
|
+
<script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=aa8b7c6a524337cb733152217fc1e52b"></script>
|
|
17
17
|
<!--引入UI组件库(1.1版本) -->
|
|
18
18
|
<script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
|
|
19
19
|
<style media="screen">
|
package/package.json
CHANGED
|
@@ -1,119 +1,119 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "apply-clients",
|
|
3
|
-
"version": "7.1.36-yuchuan-
|
|
4
|
-
"description": "报建前端模块",
|
|
5
|
-
"main": "src/index.js",
|
|
6
|
-
"directories": {
|
|
7
|
-
"example": "examples",
|
|
8
|
-
"test": "test"
|
|
9
|
-
},
|
|
10
|
-
"scripts": {
|
|
11
|
-
"unit": "karma start test/unit/karma.conf.js",
|
|
12
|
-
"example": "node build/example-server.js",
|
|
13
|
-
"dev": "node build/dev-server.js",
|
|
14
|
-
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
15
|
-
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
16
|
-
"buildandroid": "rimraf dist-android && mkdirp dist-android && ncp static dist-android/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prodandroid.conf.js",
|
|
17
|
-
"e2e": "node test/e2e/runner.js",
|
|
18
|
-
"release": "bash build/release.sh"
|
|
19
|
-
},
|
|
20
|
-
"repository": {
|
|
21
|
-
"type": "git",
|
|
22
|
-
"url": "https://gitee.com/aote/ApplyInstall.git"
|
|
23
|
-
},
|
|
24
|
-
"keywords": [
|
|
25
|
-
"ApplyInstall"
|
|
26
|
-
],
|
|
27
|
-
"author": "zx <939981212@qq.com>",
|
|
28
|
-
"license": "ISC",
|
|
29
|
-
"dependencies": {
|
|
30
|
-
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
31
|
-
"@logicflow/core": "^0.4.3",
|
|
32
|
-
"co": "4.6.0",
|
|
33
|
-
"happypack": "^5.0.1",
|
|
34
|
-
"jsencrypt": "3.0.0-rc.1",
|
|
35
|
-
"less": "^2.7.1",
|
|
36
|
-
"less-loader": "^2.2.3",
|
|
37
|
-
"lib-flexible": "^0.3.2",
|
|
38
|
-
"px2rem-loader": "^0.1.9",
|
|
39
|
-
"qrcodejs2": "0.0.2",
|
|
40
|
-
"vue": "^1.0.17",
|
|
41
|
-
"vue-amap": "^0.5.10",
|
|
42
|
-
"vue-bubble": "^1.0.3"
|
|
43
|
-
},
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"babel-core": "^6.0.0",
|
|
46
|
-
"babel-loader": "^6.0.0",
|
|
47
|
-
"babel-plugin-transform-runtime": "^6.0.0",
|
|
48
|
-
"babel-preset-es2015": "^6.0.0",
|
|
49
|
-
"babel-preset-stage-2": "^6.0.0",
|
|
50
|
-
"chai": "^3.5.0",
|
|
51
|
-
"connect-history-api-fallback": "^1.1.0",
|
|
52
|
-
"cross-env": "^1.0.7",
|
|
53
|
-
"cross-spawn": "^2.1.5",
|
|
54
|
-
"css-loader": "^0.23.0",
|
|
55
|
-
"echarts": "^4.1.0",
|
|
56
|
-
"eslint": "^2.0.0",
|
|
57
|
-
"eslint-config-standard": "^5.1.0",
|
|
58
|
-
"eslint-friendly-formatter": "^1.2.2",
|
|
59
|
-
"eslint-loader": "^1.3.0",
|
|
60
|
-
"eslint-plugin-html": "^1.3.0",
|
|
61
|
-
"eslint-plugin-promise": "^1.0.8",
|
|
62
|
-
"eslint-plugin-standard": "^1.3.2",
|
|
63
|
-
"eslint-plugin-vue": "^0.1.1",
|
|
64
|
-
"eventsource-polyfill": "^0.9.6",
|
|
65
|
-
"express": "^4.17.0",
|
|
66
|
-
"extract-text-webpack-plugin": "^1.0.1",
|
|
67
|
-
"fadada-clients": "1.0.
|
|
68
|
-
"file-loader": "^0.8.4",
|
|
69
|
-
"form-create": "^1.6.6",
|
|
70
|
-
"function-bind": "^1.0.2",
|
|
71
|
-
"html-webpack-plugin": "^2.8.1",
|
|
72
|
-
"http-proxy-middleware": "^0.11.0",
|
|
73
|
-
"inject-loader": "^2.0.1",
|
|
74
|
-
"isparta-loader": "^2.0.0",
|
|
75
|
-
"jasmine-core": "^2.4.1",
|
|
76
|
-
"jquery": "^3.3.1",
|
|
77
|
-
"json-loader": "^0.5.4",
|
|
78
|
-
"karma": "^1.4.1",
|
|
79
|
-
"karma-chrome-launcher": "^2.2.0",
|
|
80
|
-
"karma-coverage": "^1.1.1",
|
|
81
|
-
"karma-mocha": "^1.3.0",
|
|
82
|
-
"karma-sinon-chai": "^1.3.1",
|
|
83
|
-
"karma-sourcemap-loader": "^0.3.7",
|
|
84
|
-
"karma-spec-reporter": "0.0.31",
|
|
85
|
-
"karma-webpack": "^2.0.2",
|
|
86
|
-
"ldap-clients": "3.0.18",
|
|
87
|
-
"material-client": "^1.1.2",
|
|
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
|
-
"sale-client": "^1.4.33",
|
|
94
|
-
"selenium-server": "2.52.0",
|
|
95
|
-
"sinon": "^2.1.0",
|
|
96
|
-
"sinon-chai": "^2.8.0",
|
|
97
|
-
"style": "0.0.3",
|
|
98
|
-
"style-loader": "^0.20.3",
|
|
99
|
-
"system-clients": "3.2.67",
|
|
100
|
-
"system-phone": "1.2.87-ycapply-7",
|
|
101
|
-
"url-loader": "^0.5.7",
|
|
102
|
-
"vue-client": "1.24.52",
|
|
103
|
-
"vue-hot-reload-api": "^1.2.0",
|
|
104
|
-
"vue-html-loader": "^1.0.0",
|
|
105
|
-
"vue-loader": "^8.2.1",
|
|
106
|
-
"vue-resource": "^1.5.0",
|
|
107
|
-
"vue-router": "^0.7.13",
|
|
108
|
-
"vue-strap": "^1.0.9",
|
|
109
|
-
"vue-style-loader": "^1.0.0",
|
|
110
|
-
"vue-validator": "^2.1.7",
|
|
111
|
-
"vux": "^2.9.4",
|
|
112
|
-
"webpack": "^1.12.2",
|
|
113
|
-
"webpack-dev-middleware": "^1.4.0",
|
|
114
|
-
"webpack-hot-middleware": "^2.6.0",
|
|
115
|
-
"webpack-merge": "^0.8.3",
|
|
116
|
-
"weixin-js-sdk": "^1.2.0",
|
|
117
|
-
"weixin-manage-client": "1.0.56"
|
|
118
|
-
}
|
|
119
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "apply-clients",
|
|
3
|
+
"version": "7.1.36-yuchuan-4.1",
|
|
4
|
+
"description": "报建前端模块",
|
|
5
|
+
"main": "src/index.js",
|
|
6
|
+
"directories": {
|
|
7
|
+
"example": "examples",
|
|
8
|
+
"test": "test"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"unit": "karma start test/unit/karma.conf.js",
|
|
12
|
+
"example": "node build/example-server.js",
|
|
13
|
+
"dev": "node build/dev-server.js",
|
|
14
|
+
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
15
|
+
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
16
|
+
"buildandroid": "rimraf dist-android && mkdirp dist-android && ncp static dist-android/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prodandroid.conf.js",
|
|
17
|
+
"e2e": "node test/e2e/runner.js",
|
|
18
|
+
"release": "bash build/release.sh"
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "https://gitee.com/aote/ApplyInstall.git"
|
|
23
|
+
},
|
|
24
|
+
"keywords": [
|
|
25
|
+
"ApplyInstall"
|
|
26
|
+
],
|
|
27
|
+
"author": "zx <939981212@qq.com>",
|
|
28
|
+
"license": "ISC",
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
31
|
+
"@logicflow/core": "^0.4.3",
|
|
32
|
+
"co": "4.6.0",
|
|
33
|
+
"happypack": "^5.0.1",
|
|
34
|
+
"jsencrypt": "3.0.0-rc.1",
|
|
35
|
+
"less": "^2.7.1",
|
|
36
|
+
"less-loader": "^2.2.3",
|
|
37
|
+
"lib-flexible": "^0.3.2",
|
|
38
|
+
"px2rem-loader": "^0.1.9",
|
|
39
|
+
"qrcodejs2": "0.0.2",
|
|
40
|
+
"vue": "^1.0.17",
|
|
41
|
+
"vue-amap": "^0.5.10",
|
|
42
|
+
"vue-bubble": "^1.0.3"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"babel-core": "^6.0.0",
|
|
46
|
+
"babel-loader": "^6.0.0",
|
|
47
|
+
"babel-plugin-transform-runtime": "^6.0.0",
|
|
48
|
+
"babel-preset-es2015": "^6.0.0",
|
|
49
|
+
"babel-preset-stage-2": "^6.0.0",
|
|
50
|
+
"chai": "^3.5.0",
|
|
51
|
+
"connect-history-api-fallback": "^1.1.0",
|
|
52
|
+
"cross-env": "^1.0.7",
|
|
53
|
+
"cross-spawn": "^2.1.5",
|
|
54
|
+
"css-loader": "^0.23.0",
|
|
55
|
+
"echarts": "^4.1.0",
|
|
56
|
+
"eslint": "^2.0.0",
|
|
57
|
+
"eslint-config-standard": "^5.1.0",
|
|
58
|
+
"eslint-friendly-formatter": "^1.2.2",
|
|
59
|
+
"eslint-loader": "^1.3.0",
|
|
60
|
+
"eslint-plugin-html": "^1.3.0",
|
|
61
|
+
"eslint-plugin-promise": "^1.0.8",
|
|
62
|
+
"eslint-plugin-standard": "^1.3.2",
|
|
63
|
+
"eslint-plugin-vue": "^0.1.1",
|
|
64
|
+
"eventsource-polyfill": "^0.9.6",
|
|
65
|
+
"express": "^4.17.0",
|
|
66
|
+
"extract-text-webpack-plugin": "^1.0.1",
|
|
67
|
+
"fadada-clients": "1.0.19",
|
|
68
|
+
"file-loader": "^0.8.4",
|
|
69
|
+
"form-create": "^1.6.6",
|
|
70
|
+
"function-bind": "^1.0.2",
|
|
71
|
+
"html-webpack-plugin": "^2.8.1",
|
|
72
|
+
"http-proxy-middleware": "^0.11.0",
|
|
73
|
+
"inject-loader": "^2.0.1",
|
|
74
|
+
"isparta-loader": "^2.0.0",
|
|
75
|
+
"jasmine-core": "^2.4.1",
|
|
76
|
+
"jquery": "^3.3.1",
|
|
77
|
+
"json-loader": "^0.5.4",
|
|
78
|
+
"karma": "^1.4.1",
|
|
79
|
+
"karma-chrome-launcher": "^2.2.0",
|
|
80
|
+
"karma-coverage": "^1.1.1",
|
|
81
|
+
"karma-mocha": "^1.3.0",
|
|
82
|
+
"karma-sinon-chai": "^1.3.1",
|
|
83
|
+
"karma-sourcemap-loader": "^0.3.7",
|
|
84
|
+
"karma-spec-reporter": "0.0.31",
|
|
85
|
+
"karma-webpack": "^2.0.2",
|
|
86
|
+
"ldap-clients": "3.0.18",
|
|
87
|
+
"material-client": "^1.1.2",
|
|
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
|
+
"sale-client": "^1.4.33",
|
|
94
|
+
"selenium-server": "2.52.0",
|
|
95
|
+
"sinon": "^2.1.0",
|
|
96
|
+
"sinon-chai": "^2.8.0",
|
|
97
|
+
"style": "0.0.3",
|
|
98
|
+
"style-loader": "^0.20.3",
|
|
99
|
+
"system-clients": "3.2.67",
|
|
100
|
+
"system-phone": "1.2.87-ycapply-7",
|
|
101
|
+
"url-loader": "^0.5.7",
|
|
102
|
+
"vue-client": "1.24.52",
|
|
103
|
+
"vue-hot-reload-api": "^1.2.0",
|
|
104
|
+
"vue-html-loader": "^1.0.0",
|
|
105
|
+
"vue-loader": "^8.2.1",
|
|
106
|
+
"vue-resource": "^1.5.0",
|
|
107
|
+
"vue-router": "^0.7.13",
|
|
108
|
+
"vue-strap": "^1.0.9",
|
|
109
|
+
"vue-style-loader": "^1.0.0",
|
|
110
|
+
"vue-validator": "^2.1.7",
|
|
111
|
+
"vux": "^2.9.4",
|
|
112
|
+
"webpack": "^1.12.2",
|
|
113
|
+
"webpack-dev-middleware": "^1.4.0",
|
|
114
|
+
"webpack-hot-middleware": "^2.6.0",
|
|
115
|
+
"webpack-merge": "^0.8.3",
|
|
116
|
+
"weixin-js-sdk": "^1.2.0",
|
|
117
|
+
"weixin-manage-client": "1.0.56"
|
|
118
|
+
}
|
|
119
|
+
}
|
package/src/apply.js
CHANGED
|
@@ -48,6 +48,12 @@ export default function () {
|
|
|
48
48
|
Vue.component('installinfoselect', (resolve) => { require(['./components/product/Function/InstallInfoSelect'], resolve) })
|
|
49
49
|
// 报建菜单页面控制层
|
|
50
50
|
Vue.component('function-service-control', (resolve) => { require(['./components/product/Function/Service/FunctionServiceControl'], resolve) })
|
|
51
|
+
// 公建数据推送业务
|
|
52
|
+
Vue.component('gongjian-apply-manage', (resolve) => { require(['./components/product/GongJianPush/ApplyPushManage'], resolve) })
|
|
53
|
+
// 报建数据列表
|
|
54
|
+
Vue.component('gongjian-apply-list', (resolve) => { require(['./components/product/GongJianPush/ApplyPushList'], resolve) })
|
|
55
|
+
// 报建数据详情
|
|
56
|
+
Vue.component('gongjian-apply-dispose', (resolve) => { require(['./components/product/GongJianPush/ApplyPushDispose'], resolve) })
|
|
51
57
|
|
|
52
58
|
// 终止报建页面入口
|
|
53
59
|
Vue.component('stop-apply', (resolve) => { require(['./components/product/Stop/StopApply'], resolve) })
|
|
@@ -112,6 +118,8 @@ export default function () {
|
|
|
112
118
|
Vue.component('apply-map-location', (resolve) => { require(['./components/product/ApplyMap/ApplyMapLocation'], resolve) })
|
|
113
119
|
// 收费标准票据
|
|
114
120
|
Vue.component('apply-printCharge', (resolve) => { require(['./components/product/Process/Processes/Print/printCharge'], resolve) })
|
|
121
|
+
// 报报建类型为改线业务,在核算费用环节添加打印预览的功能。
|
|
122
|
+
Vue.component('apply-gx-printCharge', (resolve) => { require(['./components/product/Process/Processes/Print/printGaiXianCharge.vue'], resolve) })
|
|
115
123
|
// 气量核算票据
|
|
116
124
|
Vue.component('apply-printpaymentapproval', (resolve) => { require(['./components/product/Process/Processes/Print/printPaymentApproval'], resolve) })
|
|
117
125
|
// 气量核算付款事由票据
|
|
@@ -140,8 +148,12 @@ export default function () {
|
|
|
140
148
|
// 用户管理部未通气月报表
|
|
141
149
|
Vue.component('apply-gongchengbu', (resolve) => { require(['./components/product/Report/gongchengbu.vue'], resolve) })
|
|
142
150
|
// 改线业务信息列表
|
|
143
|
-
Vue.component('apply-gai-xian-search', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianChargeSearch.vue'], resolve) })
|
|
144
|
-
Vue.component('apply-gai-xian-list', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue'], resolve) })
|
|
151
|
+
Vue.component('apply-gai-xian-search', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianChargeSearch.vue'], resolve) }),
|
|
152
|
+
Vue.component('apply-gai-xian-list', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue'], resolve) }),
|
|
145
153
|
// 流程时间环节
|
|
146
|
-
Vue.component('apply-defname-time', (resolve) => { require(['./components/product/List/ShowAllActivity.vue'], resolve) })
|
|
154
|
+
Vue.component('apply-defname-time', (resolve) => { require(['./components/product/List/ShowAllActivity.vue'], resolve) }),
|
|
155
|
+
Vue.component('apply-adjustment-record', (resolve) => { require(['./components/product/records/AdjustmentRecordList.vue'], resolve) }),
|
|
156
|
+
// 费用调整记录
|
|
157
|
+
Vue.component('Apply-gaiXian-view-list', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianViewList'], resolve) })
|
|
158
|
+
Vue.component('old-apply-devices-show', (resolve) => { require(['./components/product/List/OldShowDevices.vue'], resolve) })
|
|
147
159
|
}
|