manage-client 3.2.147 → 3.2.149
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 +176 -176
- package/build/webpack.base.conf.js +1 -1
- package/package.json +2 -1
- package/src/components/sale/businessquery/ChangeMeterQuery.vue +10 -0
- package/src/filiale/qianneng/ChargeQuery.vue +1 -1
- package/src/filiale/wuhai/ChargeQuery.vue +3 -3
- package/src/filiale/zhongyi/CallReport/CallReportMainPage.vue +1 -1
- package/src/filiale/zhongyi/CallReport/IncomingTelegram.vue +35 -17
- package/src/filiale/zhongyi/CallReport/PercentageComplete.vue +71 -40
- package/src/filiale/zhongyi/CallReport/PercentageCompleteEchart.vue +6 -6
- package/src/filiale/zhongyi/CallReport/RateBottom.vue +8 -8
- package/src/filiale/zhongyi/CallReport/RateTop.vue +8 -8
- package/src/filiale/zhongyi/CallReport/ScrollContent.vue +14 -14
- package/src/filiale/zhongyi/CallReport/ServiceStatus.vue +49 -49
- package/src/filiale/zhongyi/CallReport/SwiperTools.vue +161 -0
- package/src/filiale/zhongyi/CallReport/SwiperTools2.vue +143 -0
- package/src/filiale/zhongyi/CallReport/Time.vue +65 -26
- package/src/filiale/zhongyi/CallReport/Userinfo.vue +73 -143
- package/src/filiale/zhongyi/CallReport/WeatherData.vue +11 -8
- package/src/filiale/zhongyi/CallReport/WorkOrderPage.vue +12 -12
- package/static/fonts/font.css +6 -0
- package/static/fonts//351/230/277/351/207/214/346/261/211/344/273/252/346/231/272/350/203/275/351/273/221/344/275/223.TTF +0 -0
- package/static/images/zhongyi/Pigeon.png +0 -0
- package/static/images/zhongyi/blueArrows.png +0 -0
- package/static/images/zhongyi/exclamationPoint.png +0 -0
- package/static/images/zhongyi/refresh.png +0 -0
- package/static/images/zhongyi/yellowArrows.png +0 -0
package/build/dev-server.js
CHANGED
|
@@ -1,176 +1,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
|
-
|
|
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 = '
|
|
17
|
-
// var bendi = 'http://172.168.1.11:9001'
|
|
18
|
-
var fuwu = '
|
|
19
|
-
// var fuwu = 'http://203.57.101.233:9001'
|
|
20
|
-
var system = 'http://192.168.50.4:8400'
|
|
21
|
-
//192.168.
|
|
22
|
-
// var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
|
|
23
|
-
// var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
|
|
24
|
-
var proxyTable = {
|
|
25
|
-
'/rs/logic/exportfile': {
|
|
26
|
-
target: fuwu
|
|
27
|
-
},
|
|
28
|
-
'/files': {
|
|
29
|
-
target: fuwu
|
|
30
|
-
},
|
|
31
|
-
// 查找资源服务数据
|
|
32
|
-
'/rs/search': {
|
|
33
|
-
target: fuwu
|
|
34
|
-
},
|
|
35
|
-
// 查找资源服务数据
|
|
36
|
-
'/rs/logic/getLogin': {
|
|
37
|
-
target: fuwu
|
|
38
|
-
},
|
|
39
|
-
// 查找资源服务数据
|
|
40
|
-
'/rs/logic/getInitData': {
|
|
41
|
-
target: fuwu
|
|
42
|
-
},
|
|
43
|
-
'/rs/logic/getSaleInitData':{
|
|
44
|
-
target: fuwu
|
|
45
|
-
},
|
|
46
|
-
// 用户登录服务地址
|
|
47
|
-
'/rs/user': {
|
|
48
|
-
target: fuwu
|
|
49
|
-
},
|
|
50
|
-
'/rs/path/getParams': {
|
|
51
|
-
target: fuwu
|
|
52
|
-
},
|
|
53
|
-
'/rs/data': {
|
|
54
|
-
target: fuwu
|
|
55
|
-
},
|
|
56
|
-
'/rs/license': {
|
|
57
|
-
target: fuwu
|
|
58
|
-
},
|
|
59
|
-
'/rs/db': {
|
|
60
|
-
target: fuwu
|
|
61
|
-
},
|
|
62
|
-
'/excel': {
|
|
63
|
-
target: fuwu
|
|
64
|
-
},
|
|
65
|
-
'/rs/config': {
|
|
66
|
-
target: fuwu
|
|
67
|
-
},
|
|
68
|
-
'/rs/sql/getLicenseById': {
|
|
69
|
-
target: fuwu
|
|
70
|
-
},
|
|
71
|
-
'/rs/report': {
|
|
72
|
-
target: bendi
|
|
73
|
-
},
|
|
74
|
-
'/rs/vue': {
|
|
75
|
-
target: fuwu
|
|
76
|
-
},
|
|
77
|
-
'/rs/file': {
|
|
78
|
-
target: bendi
|
|
79
|
-
},
|
|
80
|
-
'/rs/logic/SumSettleFileImport': {
|
|
81
|
-
target: 'http://127.0.0.1:8080'
|
|
82
|
-
},
|
|
83
|
-
'/rs': {
|
|
84
|
-
target: fuwu
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
var devMiddleware = require('webpack-dev-middleware')(compiler, {
|
|
89
|
-
publicPath: config.output.publicPath,
|
|
90
|
-
stats: {
|
|
91
|
-
colors: true,
|
|
92
|
-
chunks: false
|
|
93
|
-
}
|
|
94
|
-
})
|
|
95
|
-
|
|
96
|
-
var hotMiddleware = require('webpack-hot-middleware')(compiler)
|
|
97
|
-
// force page reload when html-webpack-plugin template changes
|
|
98
|
-
compiler.plugin('compilation', function (compilation) {
|
|
99
|
-
compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
|
|
100
|
-
hotMiddleware.publish({action: 'reload'})
|
|
101
|
-
cb()
|
|
102
|
-
})
|
|
103
|
-
})
|
|
104
|
-
|
|
105
|
-
// proxy api requests
|
|
106
|
-
Object.keys(proxyTable).forEach(function (context) {
|
|
107
|
-
var options = proxyTable[context]
|
|
108
|
-
if (typeof options === 'string') {
|
|
109
|
-
options = {target: options}
|
|
110
|
-
}
|
|
111
|
-
app.use(proxyMiddleware(context, options))
|
|
112
|
-
})
|
|
113
|
-
|
|
114
|
-
// handle fallback for HTML5 history API
|
|
115
|
-
app.use(require('connect-history-api-fallback')())
|
|
116
|
-
// app.use(function (req, res, next) {
|
|
117
|
-
// res.header('Access-Control-Allow-Origin', '*')
|
|
118
|
-
// res.header('Access-Control-Allow-Headers', 'X-Requested-With')
|
|
119
|
-
// res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
|
|
120
|
-
// res.header('X-Powered-By', '3,2,1')
|
|
121
|
-
// res.header('Access-Control-Allow-Credentials', 'true')
|
|
122
|
-
// res.header('Content-Type', 'application/json;charset=utf-8')
|
|
123
|
-
// next()
|
|
124
|
-
// })
|
|
125
|
-
|
|
126
|
-
// serve webpack bundle output
|
|
127
|
-
app.use(devMiddleware)
|
|
128
|
-
|
|
129
|
-
// enable hot-reload and state-preserving
|
|
130
|
-
// compilation error display
|
|
131
|
-
app.use(hotMiddleware)
|
|
132
|
-
|
|
133
|
-
// serve pure static assets
|
|
134
|
-
app.use('/static', express.static('./static'))
|
|
135
|
-
|
|
136
|
-
// app.all('/rs/*', function (req, res) {
|
|
137
|
-
// proxy.web(req, res, {
|
|
138
|
-
// target: 'http://127.0.0.1:8081/reports'
|
|
139
|
-
// })
|
|
140
|
-
// })
|
|
141
|
-
|
|
142
|
-
// app.all('/rs/*', function (req, res) {
|
|
143
|
-
// proxy.web(req, res, {
|
|
144
|
-
// target: 'http://127.0.0.1:8081/ldap'
|
|
145
|
-
// })
|
|
146
|
-
// })
|
|
147
|
-
// app.all('/excel/*', function (req, res) {
|
|
148
|
-
// proxy.web(req, res, {
|
|
149
|
-
// target: 'http://127.0.0.1:8081/charge'
|
|
150
|
-
// })
|
|
151
|
-
// })
|
|
152
|
-
|
|
153
|
-
// app.all('/rs/*', function (req, res) {
|
|
154
|
-
// proxy.web(req, res, {
|
|
155
|
-
// target: 'http://127.0.0.1:82/charge'
|
|
156
|
-
// })
|
|
157
|
-
// })
|
|
158
|
-
|
|
159
|
-
// app.all('/*', function (req, res) {
|
|
160
|
-
// proxy.web(req, res, {
|
|
161
|
-
// target: 'http://127.0.0.1:82'
|
|
162
|
-
// })
|
|
163
|
-
// })
|
|
164
|
-
// app.all('/rs/user', function (req, res) {
|
|
165
|
-
// proxy.web(req, res, {
|
|
166
|
-
// target: 'http://127.0.0.1:82'
|
|
167
|
-
// })
|
|
168
|
-
// })
|
|
169
|
-
|
|
170
|
-
module.exports = app.listen(8085, function (err) {
|
|
171
|
-
if (err) {
|
|
172
|
-
console.log(err)
|
|
173
|
-
return
|
|
174
|
-
}
|
|
175
|
-
console.log('Listening at http://localhost:8085')
|
|
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
|
+
|
|
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 = 'https://qnjtkf.cn:7400'
|
|
17
|
+
// var bendi = 'http://172.168.1.11:9001'
|
|
18
|
+
var fuwu = 'https://qnjtkf.cn:7400'
|
|
19
|
+
// var fuwu = 'http://203.57.101.233:9001'
|
|
20
|
+
var system = 'http://192.168.50.4:8400'
|
|
21
|
+
//192.168.
|
|
22
|
+
// var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
|
|
23
|
+
// var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
|
|
24
|
+
var proxyTable = {
|
|
25
|
+
'/rs/logic/exportfile': {
|
|
26
|
+
target: fuwu
|
|
27
|
+
},
|
|
28
|
+
'/files': {
|
|
29
|
+
target: fuwu
|
|
30
|
+
},
|
|
31
|
+
// 查找资源服务数据
|
|
32
|
+
'/rs/search': {
|
|
33
|
+
target: fuwu
|
|
34
|
+
},
|
|
35
|
+
// 查找资源服务数据
|
|
36
|
+
'/rs/logic/getLogin': {
|
|
37
|
+
target: fuwu
|
|
38
|
+
},
|
|
39
|
+
// 查找资源服务数据
|
|
40
|
+
'/rs/logic/getInitData': {
|
|
41
|
+
target: fuwu
|
|
42
|
+
},
|
|
43
|
+
'/rs/logic/getSaleInitData':{
|
|
44
|
+
target: fuwu
|
|
45
|
+
},
|
|
46
|
+
// 用户登录服务地址
|
|
47
|
+
'/rs/user': {
|
|
48
|
+
target: fuwu
|
|
49
|
+
},
|
|
50
|
+
'/rs/path/getParams': {
|
|
51
|
+
target: fuwu
|
|
52
|
+
},
|
|
53
|
+
'/rs/data': {
|
|
54
|
+
target: fuwu
|
|
55
|
+
},
|
|
56
|
+
'/rs/license': {
|
|
57
|
+
target: fuwu
|
|
58
|
+
},
|
|
59
|
+
'/rs/db': {
|
|
60
|
+
target: fuwu
|
|
61
|
+
},
|
|
62
|
+
'/excel': {
|
|
63
|
+
target: fuwu
|
|
64
|
+
},
|
|
65
|
+
'/rs/config': {
|
|
66
|
+
target: fuwu
|
|
67
|
+
},
|
|
68
|
+
'/rs/sql/getLicenseById': {
|
|
69
|
+
target: fuwu
|
|
70
|
+
},
|
|
71
|
+
'/rs/report': {
|
|
72
|
+
target: bendi
|
|
73
|
+
},
|
|
74
|
+
'/rs/vue': {
|
|
75
|
+
target: fuwu
|
|
76
|
+
},
|
|
77
|
+
'/rs/file': {
|
|
78
|
+
target: bendi
|
|
79
|
+
},
|
|
80
|
+
'/rs/logic/SumSettleFileImport': {
|
|
81
|
+
target: 'http://127.0.0.1:8080'
|
|
82
|
+
},
|
|
83
|
+
'/rs': {
|
|
84
|
+
target: fuwu
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
var devMiddleware = require('webpack-dev-middleware')(compiler, {
|
|
89
|
+
publicPath: config.output.publicPath,
|
|
90
|
+
stats: {
|
|
91
|
+
colors: true,
|
|
92
|
+
chunks: false
|
|
93
|
+
}
|
|
94
|
+
})
|
|
95
|
+
|
|
96
|
+
var hotMiddleware = require('webpack-hot-middleware')(compiler)
|
|
97
|
+
// force page reload when html-webpack-plugin template changes
|
|
98
|
+
compiler.plugin('compilation', function (compilation) {
|
|
99
|
+
compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
|
|
100
|
+
hotMiddleware.publish({action: 'reload'})
|
|
101
|
+
cb()
|
|
102
|
+
})
|
|
103
|
+
})
|
|
104
|
+
|
|
105
|
+
// proxy api requests
|
|
106
|
+
Object.keys(proxyTable).forEach(function (context) {
|
|
107
|
+
var options = proxyTable[context]
|
|
108
|
+
if (typeof options === 'string') {
|
|
109
|
+
options = {target: options}
|
|
110
|
+
}
|
|
111
|
+
app.use(proxyMiddleware(context, options))
|
|
112
|
+
})
|
|
113
|
+
|
|
114
|
+
// handle fallback for HTML5 history API
|
|
115
|
+
app.use(require('connect-history-api-fallback')())
|
|
116
|
+
// app.use(function (req, res, next) {
|
|
117
|
+
// res.header('Access-Control-Allow-Origin', '*')
|
|
118
|
+
// res.header('Access-Control-Allow-Headers', 'X-Requested-With')
|
|
119
|
+
// res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
|
|
120
|
+
// res.header('X-Powered-By', '3,2,1')
|
|
121
|
+
// res.header('Access-Control-Allow-Credentials', 'true')
|
|
122
|
+
// res.header('Content-Type', 'application/json;charset=utf-8')
|
|
123
|
+
// next()
|
|
124
|
+
// })
|
|
125
|
+
|
|
126
|
+
// serve webpack bundle output
|
|
127
|
+
app.use(devMiddleware)
|
|
128
|
+
|
|
129
|
+
// enable hot-reload and state-preserving
|
|
130
|
+
// compilation error display
|
|
131
|
+
app.use(hotMiddleware)
|
|
132
|
+
|
|
133
|
+
// serve pure static assets
|
|
134
|
+
app.use('/static', express.static('./static'))
|
|
135
|
+
|
|
136
|
+
// app.all('/rs/*', function (req, res) {
|
|
137
|
+
// proxy.web(req, res, {
|
|
138
|
+
// target: 'http://127.0.0.1:8081/reports'
|
|
139
|
+
// })
|
|
140
|
+
// })
|
|
141
|
+
|
|
142
|
+
// app.all('/rs/*', function (req, res) {
|
|
143
|
+
// proxy.web(req, res, {
|
|
144
|
+
// target: 'http://127.0.0.1:8081/ldap'
|
|
145
|
+
// })
|
|
146
|
+
// })
|
|
147
|
+
// app.all('/excel/*', function (req, res) {
|
|
148
|
+
// proxy.web(req, res, {
|
|
149
|
+
// target: 'http://127.0.0.1:8081/charge'
|
|
150
|
+
// })
|
|
151
|
+
// })
|
|
152
|
+
|
|
153
|
+
// app.all('/rs/*', function (req, res) {
|
|
154
|
+
// proxy.web(req, res, {
|
|
155
|
+
// target: 'http://127.0.0.1:82/charge'
|
|
156
|
+
// })
|
|
157
|
+
// })
|
|
158
|
+
|
|
159
|
+
// app.all('/*', function (req, res) {
|
|
160
|
+
// proxy.web(req, res, {
|
|
161
|
+
// target: 'http://127.0.0.1:82'
|
|
162
|
+
// })
|
|
163
|
+
// })
|
|
164
|
+
// app.all('/rs/user', function (req, res) {
|
|
165
|
+
// proxy.web(req, res, {
|
|
166
|
+
// target: 'http://127.0.0.1:82'
|
|
167
|
+
// })
|
|
168
|
+
// })
|
|
169
|
+
|
|
170
|
+
module.exports = app.listen(8085, function (err) {
|
|
171
|
+
if (err) {
|
|
172
|
+
console.log(err)
|
|
173
|
+
return
|
|
174
|
+
}
|
|
175
|
+
console.log('Listening at http://localhost:8085')
|
|
176
|
+
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "manage-client",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.149",
|
|
4
4
|
"description": "经营管控模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"directories": {
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
"sinon-chai": "^2.8.0",
|
|
65
65
|
"style": "0.0.3",
|
|
66
66
|
"style-loader": "^0.20.3",
|
|
67
|
+
"swiper": "^5.4.5",
|
|
67
68
|
"system-clients": "3.1.89-20",
|
|
68
69
|
"url-loader": "^0.5.7",
|
|
69
70
|
"vue-amap": "0.5.10",
|
|
@@ -174,6 +174,16 @@
|
|
|
174
174
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_metertitles"
|
|
175
175
|
condition="f_metertitles = '{}'" placeholder='表封号'>
|
|
176
176
|
</div>
|
|
177
|
+
<div class="col-sm-2 form-group">
|
|
178
|
+
<label class="font_normal_body">旧 表 号</label>
|
|
179
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
180
|
+
condition="f_meternumber_old = '{}'" placeholder='旧表号'>
|
|
181
|
+
</div>
|
|
182
|
+
<div class="col-sm-2 form-group">
|
|
183
|
+
<label class="font_normal_body">旧 卡 号</label>
|
|
184
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
185
|
+
condition="f_card_old = '{}'" placeholder='旧卡号'>
|
|
186
|
+
</div>
|
|
177
187
|
</div>
|
|
178
188
|
</div>
|
|
179
189
|
</criteria>
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
dep:[],
|
|
854
854
|
user:[]
|
|
855
855
|
},
|
|
856
|
-
model: new PagedList('rs/sql/chargeQuery', 20, {orderitem: this.orderitem?'"' + this.orderitem + ' "':`'f_operate_date desc'
|
|
856
|
+
model: new PagedList('rs/sql/chargeQuery', 20, {orderitem: this.orderitem?'"' + this.orderitem + ' "':`'f_operate_date desc'`,startDate: 'this.model.startDate', endDate: 'this.model.endDate'},{
|
|
857
857
|
f_pregas: 0,
|
|
858
858
|
f_delaypay: 0,
|
|
859
859
|
fee:0,
|
|
@@ -724,19 +724,19 @@
|
|
|
724
724
|
一阶气量合计: {{sumsmodel.f_stairamount1.toFixed(2)}}
|
|
725
725
|
</td>
|
|
726
726
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
727
|
-
一阶气费合计: {{sumsmodel.f_stair1fee}}
|
|
727
|
+
一阶气费合计: {{sumsmodel.f_stair1fee.toFixed(2)}}
|
|
728
728
|
</td>
|
|
729
729
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
730
730
|
二阶气量合计: {{sumsmodel.f_stair2amount.toFixed(2)}}
|
|
731
731
|
</td>
|
|
732
732
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
733
|
-
二阶气费合计: {{sumsmodel.f_stair2fee}}
|
|
733
|
+
二阶气费合计: {{sumsmodel.f_stair2fee.toFixed(2)}}
|
|
734
734
|
</td>
|
|
735
735
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
736
736
|
三阶气量合计: {{sumsmodel.f_stair3amount.toFixed(2)}}
|
|
737
737
|
</td>
|
|
738
738
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
739
|
-
三阶气费合计: {{sumsmodel.f_stair3fee}}
|
|
739
|
+
三阶气费合计: {{sumsmodel.f_stair3fee.toFixed(2)}}
|
|
740
740
|
</td>
|
|
741
741
|
</tr>
|
|
742
742
|
</table>
|
|
@@ -3,16 +3,18 @@
|
|
|
3
3
|
<div class="incoming-telegram">
|
|
4
4
|
<p><i></i><span>来电数量统计</span></p>
|
|
5
5
|
<i></i><i></i>
|
|
6
|
-
<div>
|
|
6
|
+
<div class="incoming-telegram-div">
|
|
7
7
|
<span>{{ data.netAppointment}}</span><br>
|
|
8
8
|
<span>年度网厅预约话务(次)</span>
|
|
9
9
|
</div>
|
|
10
|
-
<div>
|
|
10
|
+
<div class="incoming-telegram-div">
|
|
11
11
|
<span>{{ data.hotLine }}</span><br>
|
|
12
12
|
<span>年度热线服务话务(次)</span>
|
|
13
13
|
</div>
|
|
14
14
|
<span class="text1">接通率</span>
|
|
15
15
|
<span class="text2">接通率</span>
|
|
16
|
+
<div class="blueLadder"></div>
|
|
17
|
+
<div class="yellowLadder"></div>
|
|
16
18
|
|
|
17
19
|
|
|
18
20
|
</div>
|
|
@@ -91,9 +93,7 @@ export default {
|
|
|
91
93
|
}
|
|
92
94
|
|
|
93
95
|
.incoming-telegram p span {
|
|
94
|
-
|
|
95
|
-
height: 26px; */
|
|
96
|
-
font-size: 27px;
|
|
96
|
+
font-size: 2.5vh;
|
|
97
97
|
color: #FFFFFF;
|
|
98
98
|
position: absolute;
|
|
99
99
|
top: 1.852vh;
|
|
@@ -101,7 +101,7 @@ export default {
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
|
|
104
|
-
.incoming-telegram
|
|
104
|
+
.incoming-telegram-div {
|
|
105
105
|
position: absolute;
|
|
106
106
|
top: 11vh;
|
|
107
107
|
left: 1.042vw;
|
|
@@ -113,12 +113,12 @@ export default {
|
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
.incoming-telegram div span:nth-of-type(1) {
|
|
116
|
-
font-size:
|
|
116
|
+
font-size: 5vh;
|
|
117
117
|
font-weight: bold;
|
|
118
118
|
color: #FFCD00;
|
|
119
119
|
display: block;
|
|
120
120
|
text-align: center;
|
|
121
|
-
margin-bottom: -
|
|
121
|
+
margin-bottom: -2.222vh;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.incoming-telegram div:nth-of-type(2) span:nth-of-type(1) {
|
|
@@ -126,7 +126,7 @@ export default {
|
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.incoming-telegram div span:nth-of-type(2) {
|
|
129
|
-
font-size:
|
|
129
|
+
font-size: 2.037vh;
|
|
130
130
|
/* font-weight: bold; */
|
|
131
131
|
color: #FFFEFE;
|
|
132
132
|
}
|
|
@@ -134,29 +134,47 @@ export default {
|
|
|
134
134
|
.rate-top{
|
|
135
135
|
width: 45%;
|
|
136
136
|
height: 30% !important;
|
|
137
|
-
margin:
|
|
137
|
+
margin: 0.093vh 0.052vw 0.093vh 11.458vw;
|
|
138
138
|
}
|
|
139
139
|
.rate-bottom{
|
|
140
140
|
width: 45%;
|
|
141
141
|
height: 30% !important;
|
|
142
|
-
margin:
|
|
142
|
+
margin: 22.222vh 0.052vw 0.093vh 11.458vw;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.text1 {
|
|
146
|
-
font-size:
|
|
146
|
+
font-size: 2.037vh;
|
|
147
147
|
font-weight: bold;
|
|
148
148
|
color: #FFFEFE;
|
|
149
149
|
position: absolute;
|
|
150
|
-
top:
|
|
151
|
-
right: 3.
|
|
150
|
+
top: 20.722vh;
|
|
151
|
+
right: 3.59375vw;
|
|
152
152
|
}
|
|
153
153
|
.text2 {
|
|
154
|
-
font-size:
|
|
154
|
+
font-size: 2.037vh;
|
|
155
155
|
font-weight: bold;
|
|
156
156
|
color: #FFFEFE;
|
|
157
157
|
position: absolute;
|
|
158
|
-
top:
|
|
159
|
-
right: 3.
|
|
158
|
+
top: 42.185vh;
|
|
159
|
+
right: 3.59375vw;
|
|
160
|
+
}
|
|
161
|
+
.blueLadder{
|
|
162
|
+
width: 4.948vw;
|
|
163
|
+
height: 0.37vh;
|
|
164
|
+
background: url('../../../../static/images/zhongyi/blueLadder.png') no-repeat;
|
|
165
|
+
background-size: cover;
|
|
166
|
+
position: absolute;
|
|
167
|
+
top: 45.556vh;
|
|
168
|
+
right: 2.76vw;
|
|
169
|
+
}
|
|
170
|
+
.yellowLadder{
|
|
171
|
+
width: 4.948vw;
|
|
172
|
+
height: 0.37vh;
|
|
173
|
+
background: url('../../../../static/images/zhongyi/yellowLadder.png') no-repeat;
|
|
174
|
+
background-size: cover;
|
|
175
|
+
position: absolute;
|
|
176
|
+
top: 24.167vh;
|
|
177
|
+
right: 2.76vw;
|
|
160
178
|
}
|
|
161
179
|
/* 来电统计样式结束 */
|
|
162
180
|
</style>
|