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
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
104
|
+
background-position: 0 0;
|
|
105
105
|
background-size: cover;
|
|
106
106
|
position: relative;
|
|
107
|
-
border:
|
|
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:
|
|
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:
|
|
146
|
+
font-size: 2.963vh;
|
|
147
147
|
font-weight: bold;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
.onLineProcessing {
|
|
151
|
-
font-size:
|
|
151
|
+
font-size: 2.963vh;
|
|
152
152
|
font-weight: bold;
|
|
153
153
|
color: #FF7E00;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
.sendOrders {
|
|
157
|
-
font-size:
|
|
157
|
+
font-size: 2.963vh;
|
|
158
158
|
font-weight: bold;
|
|
159
159
|
color: #00FFEA;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
.orderByTelephone {
|
|
163
|
-
font-size:
|
|
163
|
+
font-size: 2.315vh;
|
|
164
164
|
font-weight: bold;
|
|
165
165
|
color: #FFCB0D;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.orderByWechat {
|
|
169
|
-
font-size:
|
|
169
|
+
font-size: 2.315vh;
|
|
170
170
|
font-weight: bold;
|
|
171
171
|
color: #FF7E00;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
.orderByNetHall {
|
|
175
|
-
font-size:
|
|
175
|
+
font-size: 2.315vh;
|
|
176
176
|
font-weight: bold;
|
|
177
177
|
color: #00FFEA;
|
|
178
178
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|