manage-client 3.2.147 → 3.2.148

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 (27) hide show
  1. package/build/dev-server.js +179 -176
  2. package/build/webpack.base.conf.js +1 -1
  3. package/package.json +2 -1
  4. package/src/components/sale/businessquery/ChangeMeterQuery.vue +10 -0
  5. package/src/filiale/qianneng/ChargeQuery.vue +1 -1
  6. package/src/filiale/zhongyi/CallReport/CallReportMainPage.vue +1 -1
  7. package/src/filiale/zhongyi/CallReport/IncomingTelegram.vue +35 -17
  8. package/src/filiale/zhongyi/CallReport/PercentageComplete.vue +71 -40
  9. package/src/filiale/zhongyi/CallReport/PercentageCompleteEchart.vue +6 -6
  10. package/src/filiale/zhongyi/CallReport/RateBottom.vue +8 -8
  11. package/src/filiale/zhongyi/CallReport/RateTop.vue +8 -8
  12. package/src/filiale/zhongyi/CallReport/ScrollContent.vue +14 -14
  13. package/src/filiale/zhongyi/CallReport/ServiceStatus.vue +49 -49
  14. package/src/filiale/zhongyi/CallReport/SwiperTools.vue +161 -0
  15. package/src/filiale/zhongyi/CallReport/SwiperTools2.vue +143 -0
  16. package/src/filiale/zhongyi/CallReport/Time.vue +65 -26
  17. package/src/filiale/zhongyi/CallReport/Userinfo.vue +73 -143
  18. package/src/filiale/zhongyi/CallReport/WeatherData.vue +11 -8
  19. package/src/filiale/zhongyi/CallReport/WorkOrderPage.vue +12 -12
  20. package/src/main.js +66 -66
  21. package/static/fonts/font.css +6 -0
  22. 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
  23. package/static/images/zhongyi/Pigeon.png +0 -0
  24. package/static/images/zhongyi/blueArrows.png +0 -0
  25. package/static/images/zhongyi/exclamationPoint.png +0 -0
  26. package/static/images/zhongyi/refresh.png +0 -0
  27. package/static/images/zhongyi/yellowArrows.png +0 -0
@@ -70,7 +70,7 @@ export default {
70
70
  background-image: url("../../../../static/images/zhongyi/workOrder.png");
71
71
  position: absolute;
72
72
  background-repeat: no-repeat;
73
- background-position: 0px 0px;
73
+ background-position: 0 0;
74
74
  background-size: cover;
75
75
  top: 2.5vh;
76
76
  left: 1.458vw;
@@ -81,7 +81,7 @@ export default {
81
81
  background-image: url("../../../../static/images/zhongyi/blueLine.png");
82
82
  position: absolute;
83
83
  background-repeat: no-repeat;
84
- background-position: 0px 0px;
84
+ background-position: 0 0;
85
85
  background-size: cover;
86
86
  top: 6.667vh;
87
87
  left: 0.573vw;
@@ -90,7 +90,7 @@ export default {
90
90
  top: 6.759vh;
91
91
  }
92
92
  .left-1 p span {
93
- font-size: 27px;
93
+ font-size: 2.5vh;
94
94
  color: #fff;
95
95
  position: relative;
96
96
  top: 2.222vh;
@@ -101,10 +101,10 @@ export default {
101
101
  width: 22.76vw;
102
102
  height: 4.722vh;
103
103
  background-repeat: no-repeat;
104
- background-position: 0px 0px;
104
+ background-position: 0 0;
105
105
  background-size: cover;
106
106
  position: relative;
107
- border: 1px dashed #fff;
107
+ border: 0.093vh dashed #fff;
108
108
  left: 1.09375vw;
109
109
  }
110
110
  .left-1 li:nth-of-type(1) {
@@ -129,7 +129,7 @@ export default {
129
129
  background-image: url("../../../../static/images/zhongyi/netHall.png");
130
130
  }
131
131
  .left-1 li span:nth-of-type(1) {
132
- font-size: 22px;
132
+ font-size: 2.037vh;
133
133
  color: #fff;
134
134
  position: relative;
135
135
  top: 1.019vh;
@@ -143,36 +143,36 @@ export default {
143
143
 
144
144
  .orderQuantity {
145
145
  color: #FFCD00;
146
- font-size: 32px;
146
+ font-size: 2.963vh;
147
147
  font-weight: bold;
148
148
  }
149
149
 
150
150
  .onLineProcessing {
151
- font-size: 32px;
151
+ font-size: 2.963vh;
152
152
  font-weight: bold;
153
153
  color: #FF7E00;
154
154
  }
155
155
 
156
156
  .sendOrders {
157
- font-size: 32px;
157
+ font-size: 2.963vh;
158
158
  font-weight: bold;
159
159
  color: #00FFEA;
160
160
  }
161
161
 
162
162
  .orderByTelephone {
163
- font-size: 25px;
163
+ font-size: 2.315vh;
164
164
  font-weight: bold;
165
165
  color: #FFCB0D;
166
166
  }
167
167
 
168
168
  .orderByWechat {
169
- font-size: 25px;
169
+ font-size: 2.315vh;
170
170
  font-weight: bold;
171
171
  color: #FF7E00;
172
172
  }
173
173
 
174
174
  .orderByNetHall {
175
- font-size: 25px;
175
+ font-size: 2.315vh;
176
176
  font-weight: bold;
177
177
  color: #00FFEA;
178
178
  }
package/src/main.js CHANGED
@@ -1,66 +1,66 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
-
5
- // import { sale } from 'sale-client'
6
- import { system } from 'system-clients'
7
- import { ldap } from 'ldap-clients'
8
- import saleManage from './saleManage'
9
- import webmeterManage from './webmeterManage'
10
- import reportManage from './reportManage'
11
- import newmanage from './newmanage'
12
- import ManageHome from './ManageHome'
13
- import echarts from 'echarts'
14
- import AMap from 'vue-amap'
15
-
16
- Vue.config.silent = true
17
- // Vue.mmType = 'AES'
18
-
19
- Vue.use(AMap);
20
-
21
- // 初始化vue-amap
22
- AMap.initAMapApiLoader({
23
- // 高德key
24
- key: '3cec9ae8e2349207f7ac29279e3f4abe',
25
- // 插件集合 (插件按需引入)
26
- plugin: [
27
- "AMap.Autocomplete", //输入提示插件
28
- "AMap.PlaceSearch", //POI搜索插件
29
- "AMap.Scale", //右下角缩略图插件 比例尺
30
- "AMap.OverView", //地图鹰眼插件
31
- "AMap.ToolBar", //地图工具条0
32
- "AMap.MapType", //类别切换控件,实现默认图层与卫星图、实施交通图层之间切换的控制
33
- "AMap.PolyEditor", //编辑 折线多,边形
34
- "AMap.CircleEditor", //圆形编辑器插件
35
- "AMap.Geolocation" //定位控件,用来获取和展示用户主机所在的经纬度位置
36
- ],
37
- uiVersion: "1.0"
38
- });
39
- /** **************************通用组件******************************/
40
-
41
- Vue.prototype.$echarts = echarts
42
- all()
43
- // sale()
44
- ldap()
45
- system(false)
46
-
47
- saleManage("zhongyi")
48
- webmeterManage()
49
- ManageHome()
50
- newmanage()
51
- reportManage()
52
- require('system-clients/src/styles/less/bootstrap.less')
53
- require('./components/qinhua/Style/qinhuaStyle.less')
54
- // require('./bootstrap/less/manageStyle/manageChile.less')
55
- // require('./bootstrap/less/manageStyle/safeStyle.less')
56
-
57
- //大屏展示要放开的样式
58
- // require('system-clients/src/styles/less/manageStyle/manageChile.less')
59
- // require('system-clients/src/styles/less/manageStyle/safeStyle.less')
60
- // require('system-clients/src/styles/less/manageStyle/manageStyle.less')
61
-
62
- new Vue({
63
- el: 'body',
64
- components: { App }
65
- })
66
-
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+
5
+ // import { sale } from 'sale-client'
6
+ import { system } from 'system-clients'
7
+ import { ldap } from 'ldap-clients'
8
+ import saleManage from './saleManage'
9
+ import webmeterManage from './webmeterManage'
10
+ import reportManage from './reportManage'
11
+ import newmanage from './newmanage'
12
+ import ManageHome from './ManageHome'
13
+ import echarts from 'echarts'
14
+ import AMap from 'vue-amap'
15
+
16
+ Vue.config.silent = true
17
+ // Vue.mmType = 'AES'
18
+
19
+ Vue.use(AMap);
20
+
21
+ // 初始化vue-amap
22
+ AMap.initAMapApiLoader({
23
+ // 高德key
24
+ key: '3cec9ae8e2349207f7ac29279e3f4abe',
25
+ // 插件集合 (插件按需引入)
26
+ plugin: [
27
+ "AMap.Autocomplete", //输入提示插件
28
+ "AMap.PlaceSearch", //POI搜索插件
29
+ "AMap.Scale", //右下角缩略图插件 比例尺
30
+ "AMap.OverView", //地图鹰眼插件
31
+ "AMap.ToolBar", //地图工具条0
32
+ "AMap.MapType", //类别切换控件,实现默认图层与卫星图、实施交通图层之间切换的控制
33
+ "AMap.PolyEditor", //编辑 折线多,边形
34
+ "AMap.CircleEditor", //圆形编辑器插件
35
+ "AMap.Geolocation" //定位控件,用来获取和展示用户主机所在的经纬度位置
36
+ ],
37
+ uiVersion: "1.0"
38
+ });
39
+ /** **************************通用组件******************************/
40
+
41
+ Vue.prototype.$echarts = echarts
42
+ all()
43
+ // sale()
44
+ ldap()
45
+ system(false)
46
+
47
+ saleManage("qianneng")
48
+ webmeterManage()
49
+ ManageHome()
50
+ newmanage()
51
+ reportManage()
52
+ require('system-clients/src/styles/less/bootstrap.less')
53
+ require('./components/qinhua/Style/qinhuaStyle.less')
54
+ // require('./bootstrap/less/manageStyle/manageChile.less')
55
+ // require('./bootstrap/less/manageStyle/safeStyle.less')
56
+
57
+ //大屏展示要放开的样式
58
+ // require('system-clients/src/styles/less/manageStyle/manageChile.less')
59
+ // require('system-clients/src/styles/less/manageStyle/safeStyle.less')
60
+ // require('system-clients/src/styles/less/manageStyle/manageStyle.less')
61
+
62
+ new Vue({
63
+ el: 'body',
64
+ components: { App }
65
+ })
66
+
@@ -0,0 +1,6 @@
1
+ @font-face {
2
+ font-family: "alhy";
3
+ src: url('阿里汉仪智能黑体.TTF') format('truetype');
4
+ font-weight: normal;
5
+ font-style: normal;
6
+ }
Binary file
Binary file