readmeter-changan 1.0.39 → 1.0.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/.idea/workspace.xml +3 -3
- package/package.json +1 -1
- package/src/assets//345/215/225/345/205/203/346/245/274.png +0 -0
- package/src/assets//345/260/217/345/214/272.png +0 -0
- package/src/assets//346/245/274/346/240/213.png +0 -0
- package/src/components/readingmeter/CheckInfo.vue +8 -0
- package/src/components/readingmeter/CheckOnline.vue +231 -0
- package/src/components/readingmeter/PhoneHandplanInfo.vue +7 -0
- package/src/components/readingmeter/UserInfo.vue +220 -219
- package/src/components/server/ReadMeterHome.vue +214 -192
- package/src/components/server/ReadMeterNavBottom.vue +123 -119
- package/src/readmeter-android.js +2 -1
- package/src/readmeter.js +2 -0
|
@@ -1,119 +1,123 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="row nav-bgcolor" >
|
|
3
|
-
<!--<div class="row auto" style="background-color: #4C647A; padding-top: 40px;">-->
|
|
4
|
-
<!--<p class="text-left" style="padding-left: 20px;">-->
|
|
5
|
-
<!--<img src="../../assets/燃气缴费 (2).png" style="width: 60px;border: 2px solid white;border-radius: 4%;" alt="燃气缴费">-->
|
|
6
|
-
<!--<span style="color: white;font-size: 20px;"> 手机抄表系统</span>-->
|
|
7
|
-
<!--<span style="color: white;font-size: 14px;display: block;padding-left: 80px;">-->
|
|
8
|
-
<!--抄表员:{{userInfo.name}} ({{userInfo.id}})-->
|
|
9
|
-
<!--</span>-->
|
|
10
|
-
<!--</p>-->
|
|
11
|
-
<!--</div>-->
|
|
12
|
-
<div class="row auto" style="padding-bottom: 1em">
|
|
13
|
-
<div class="col-xs-4 text-center pageskuang" @click="goPage('计划下载')">
|
|
14
|
-
<img src="../../assets/计划下载.png" class="imgs" alt="">
|
|
15
|
-
<p class="text-center name" style="margin: 10px 0;">计划下载</p>
|
|
16
|
-
</div>
|
|
17
|
-
<div class="col-xs-4 text-center pageskuang" @click="goPage('抄表管理')">
|
|
18
|
-
<img src="../../assets/抄表管理.png" class="imgs" alt="">
|
|
19
|
-
<p class="text-center name" style="margin: 10px 0;">抄表管理</p>
|
|
20
|
-
</div>
|
|
21
|
-
<div class="col-xs-4 text-center pageskuang" @click="goPage('抄表记录')">
|
|
22
|
-
<img src="../../assets/抄表记录.png" class="imgs" alt="">
|
|
23
|
-
<p class="text-center name" style="margin: 10px 0;">抄表记录</p>
|
|
24
|
-
</div>
|
|
25
|
-
<div class="col-xs-4 text-center pageskuang"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
},
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
border-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
border-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
border-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
border-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
border-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
color: #
|
|
114
|
-
}
|
|
115
|
-
.
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
}
|
|
119
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div class="row nav-bgcolor" >
|
|
3
|
+
<!--<div class="row auto" style="background-color: #4C647A; padding-top: 40px;">-->
|
|
4
|
+
<!--<p class="text-left" style="padding-left: 20px;">-->
|
|
5
|
+
<!--<img src="../../assets/燃气缴费 (2).png" style="width: 60px;border: 2px solid white;border-radius: 4%;" alt="燃气缴费">-->
|
|
6
|
+
<!--<span style="color: white;font-size: 20px;"> 手机抄表系统</span>-->
|
|
7
|
+
<!--<span style="color: white;font-size: 14px;display: block;padding-left: 80px;">-->
|
|
8
|
+
<!--抄表员:{{userInfo.name}} ({{userInfo.id}})-->
|
|
9
|
+
<!--</span>-->
|
|
10
|
+
<!--</p>-->
|
|
11
|
+
<!--</div>-->
|
|
12
|
+
<div class="row auto" style="padding-bottom: 1em">
|
|
13
|
+
<div class="col-xs-4 text-center pageskuang" @click="goPage('计划下载')">
|
|
14
|
+
<img src="../../assets/计划下载.png" class="imgs" alt="">
|
|
15
|
+
<p class="text-center name" style="margin: 10px 0;">计划下载</p>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="col-xs-4 text-center pageskuang" @click="goPage('抄表管理')">
|
|
18
|
+
<img src="../../assets/抄表管理.png" class="imgs" alt="">
|
|
19
|
+
<p class="text-center name" style="margin: 10px 0;">抄表管理</p>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="col-xs-4 text-center pageskuang" @click="goPage('抄表记录')">
|
|
22
|
+
<img src="../../assets/抄表记录.png" class="imgs" alt="">
|
|
23
|
+
<p class="text-center name" style="margin: 10px 0;">抄表记录</p>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="col-xs-4 text-center pageskuang" @click="goPage('临时周检')">
|
|
26
|
+
<img src="../../assets/抄表管理.png" class="imgs" alt="">
|
|
27
|
+
<p class="text-center name" style="margin: 10px 0;">临时周检</p>
|
|
28
|
+
</div>
|
|
29
|
+
<div class="col-xs-4 text-center pageskuang" @click="goPage('表单上传')">
|
|
30
|
+
<img src="../../assets/表单上传.png" class="imgs" alt="">
|
|
31
|
+
<p class="text-center name" style="margin: 10px 0;">表单上传</p>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</template>
|
|
36
|
+
|
|
37
|
+
<script>
|
|
38
|
+
import AppData from '../../stores/AppData'
|
|
39
|
+
import Vue from 'vue'
|
|
40
|
+
export default {
|
|
41
|
+
title: '底部导航',
|
|
42
|
+
data () {
|
|
43
|
+
return {
|
|
44
|
+
userInfo: {}
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
props: {
|
|
48
|
+
menus: {
|
|
49
|
+
type: Array,
|
|
50
|
+
default: function () {
|
|
51
|
+
return [
|
|
52
|
+
{name: '计划下载', imgpath: '../../assets/下载 (2).png'},
|
|
53
|
+
{name: '抄表管理', imgpath: '../../assets/报表.png'},
|
|
54
|
+
{name: '抄表记录', imgpath: '../../assets/历史 (2).png'},
|
|
55
|
+
{name: '表单上传', imgpath: '../../assets/上传 (4).png'}
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
ready () {
|
|
61
|
+
console.log()
|
|
62
|
+
this.userInfo = Object.assign({}, this.userInfo, Vue.user)
|
|
63
|
+
},
|
|
64
|
+
methods: {
|
|
65
|
+
goPage (page) {
|
|
66
|
+
this.$dispatch('menu', page)
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
</script>
|
|
71
|
+
<style>
|
|
72
|
+
.plan {
|
|
73
|
+
border-bottom: 0.5px solid #EAEAEA;
|
|
74
|
+
border-right: 0.5px solid #EAEAEA;
|
|
75
|
+
height: 120px;
|
|
76
|
+
}
|
|
77
|
+
.meter{
|
|
78
|
+
border-bottom: 0.5px solid #EAEAEA;
|
|
79
|
+
border-right: 0.5px solid #EAEAEA;
|
|
80
|
+
border-left: 0.5px solid #EAEAEA;
|
|
81
|
+
height: 120px;
|
|
82
|
+
}
|
|
83
|
+
.info{
|
|
84
|
+
border-bottom: 0.5px solid #EAEAEA;
|
|
85
|
+
border-left: 0.5px solid #EAEAEA;
|
|
86
|
+
height: 120px;
|
|
87
|
+
}
|
|
88
|
+
.upload{
|
|
89
|
+
border-top: 0.5px solid #EAEAEA;
|
|
90
|
+
border-right: 0.5px solid #EAEAEA;
|
|
91
|
+
height: 120px;
|
|
92
|
+
}
|
|
93
|
+
.space1{
|
|
94
|
+
border-top: 0.5px solid #EAEAEA;
|
|
95
|
+
border-right: 0.5px solid #EAEAEA;
|
|
96
|
+
border-left: 0.5px solid #EAEAEA;
|
|
97
|
+
height: 120px;
|
|
98
|
+
}
|
|
99
|
+
.space2{
|
|
100
|
+
border-top: 0.5px solid #EAEAEA;
|
|
101
|
+
border-left: 0.5px solid #EAEAEA;
|
|
102
|
+
height: 120px;
|
|
103
|
+
}
|
|
104
|
+
.pageskuang{
|
|
105
|
+
vertical-align:middle;
|
|
106
|
+
display:table-cell;
|
|
107
|
+
width: 32%;
|
|
108
|
+
top:-50%;
|
|
109
|
+
margin-top: 1%;
|
|
110
|
+
margin-left: 1%;
|
|
111
|
+
border:1px solid #e3e3e3;
|
|
112
|
+
text-align: center;
|
|
113
|
+
background-color: #ffffff;
|
|
114
|
+
}
|
|
115
|
+
.name{
|
|
116
|
+
font: 15px PingFang-SC-Medium;
|
|
117
|
+
color: #666666;
|
|
118
|
+
}
|
|
119
|
+
.imgs{
|
|
120
|
+
width: 60px;
|
|
121
|
+
margin-top: 15px;
|
|
122
|
+
}
|
|
123
|
+
</style>
|
package/src/readmeter-android.js
CHANGED
|
@@ -30,5 +30,6 @@ export default function () {
|
|
|
30
30
|
// Vue.component('hand-info', (resolve) => { require(['../../SaleClient/src/components/revenue/HandManager/handplan/HandInfo'], resolve) })
|
|
31
31
|
// 单户抄表(在产品的client 中)
|
|
32
32
|
Vue.component('phone-hand', (resolve) => { require(['./components/readingmeter/PhoneHand'], resolve) })
|
|
33
|
-
|
|
33
|
+
//在线周检表信息
|
|
34
|
+
Vue.component('check-online', (resolve) => { require(['./components/readingmeter/CheckOnline'], resolve) })
|
|
34
35
|
}
|
package/src/readmeter.js
CHANGED
|
@@ -39,6 +39,8 @@ export default function () {
|
|
|
39
39
|
Vue.component('phone-handplan-info', (resolve) => { require(['./components/readingmeter/PhoneHandplanInfo'], resolve) })
|
|
40
40
|
//周检表信息
|
|
41
41
|
Vue.component('handplan-check-info', (resolve) => { require(['./components/readingmeter/CheckInfo'], resolve) })
|
|
42
|
+
//在线周检表信息
|
|
43
|
+
Vue.component('check-online', (resolve) => { require(['./components/readingmeter/CheckOnline'], resolve) })
|
|
42
44
|
//周检表信息
|
|
43
45
|
Vue.component('phone-hand-home', (resolve) => { require(['./components/readingmeter/PhoneHandHome'], resolve) })
|
|
44
46
|
//售气历史主页
|