safecheck-client 3.0.35-59 → 3.0.35-60
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/components/android/PhoneSellInfo.vue +148 -113
- package/src/components/pc/NewCheckpaper.vue +1998 -1998
- package/src/components/planmanage/PlanManage.vue +889 -889
- package/src/filiale/dexin/android/SafecheckOrderV.vue +2946 -2950
- package/src/filiale/minsheng/android/PhoneUpUserinfo.vue +3 -0
- package/src/filiale/rizhao/pc/NewCheckpaper.vue +1351 -1351
- package/src/filiale/weinan/android/SafecheckUserInfo.vue +792 -792
- package/src/safecheck-android.js +303 -308
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.35-
|
4
|
+
"version": "3.0.35-60",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -1,113 +1,148 @@
|
|
1
|
-
<template >
|
2
|
-
<div class="panel panel-default auto repair-info-content">
|
3
|
-
<div class="panel-body">
|
4
|
-
<div
|
5
|
-
<div
|
6
|
-
<div
|
7
|
-
<div
|
8
|
-
<div
|
9
|
-
<div
|
10
|
-
|
11
|
-
</div>
|
12
|
-
<div
|
13
|
-
|
14
|
-
</div>
|
15
|
-
<div
|
16
|
-
|
17
|
-
</div>
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
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
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
this.
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
1
|
+
<template >
|
2
|
+
<div class="panel panel-default auto repair-info-content">
|
3
|
+
<div class="panel-body" v-show="show">
|
4
|
+
<div className="panel panel-default well">
|
5
|
+
<div className="bg-info">
|
6
|
+
<div className="row form-group">
|
7
|
+
<div className="col-xs-12 col-sm-12 col-md-12">
|
8
|
+
<div className="row">
|
9
|
+
<div className="col-xs-6 col-sm-6 col-md-6">
|
10
|
+
总购气量: {{ f_pregas_count }}
|
11
|
+
</div>
|
12
|
+
<div className="col-xs-6 col-sm-6 col-md-6">
|
13
|
+
总购气金额: {{ f_preamount_count }}
|
14
|
+
</div>
|
15
|
+
<div className="col-xs-6 col-sm-6 col-md-6">
|
16
|
+
购气次数: {{ model.length }}
|
17
|
+
</div>
|
18
|
+
</div>
|
19
|
+
</div>
|
20
|
+
</div>
|
21
|
+
</div>
|
22
|
+
</div>
|
23
|
+
<div class="panel panel-default well" v-for="row in model">
|
24
|
+
<div class="bg-info">
|
25
|
+
<div class="row form-group">
|
26
|
+
<div class="col-xs-12 col-sm-12 col-md-12">
|
27
|
+
<div class="row">
|
28
|
+
<div class="col-xs-6 col-sm-6 col-md-6">
|
29
|
+
购气量: {{row.f_pregas}}
|
30
|
+
</div>
|
31
|
+
<div class="col-xs-6 col-sm-6 col-md-6">
|
32
|
+
购气金额: {{row.f_preamount}}
|
33
|
+
</div>
|
34
|
+
<div class="col-xs-6 col-sm-6 col-md-6">
|
35
|
+
收费状态: {{row.f_state}}
|
36
|
+
</div>
|
37
|
+
<div class="col-xs-6 col-sm-6 col-md-6">
|
38
|
+
收款: {{row.f_collection}}
|
39
|
+
</div>
|
40
|
+
<div class="col-xs-12 col-sm-12 col-md-12">
|
41
|
+
缴费方式: {{row.f_payment}}
|
42
|
+
</div>
|
43
|
+
<div class="col-xs-12 col-sm-12 col-md-12">
|
44
|
+
营业网点: {{row.f_depname}}
|
45
|
+
</div>
|
46
|
+
<div class="col-xs-12 col-sm-12 col-md-12">
|
47
|
+
操作员: {{row.f_operator}}
|
48
|
+
</div>
|
49
|
+
<div class="col-xs-12 col-sm-12 col-md-12">
|
50
|
+
购气时间: {{row.f_operate_date}}
|
51
|
+
</div>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
</div>
|
55
|
+
</div>
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
<p v-show="model.length == 0 ">此用户暂无购气记录</p>
|
59
|
+
</div>
|
60
|
+
</div>
|
61
|
+
</template>
|
62
|
+
|
63
|
+
<script>
|
64
|
+
import { PagedList } from 'vue-client'
|
65
|
+
import co from 'co'
|
66
|
+
export default {
|
67
|
+
title: '查询用户',
|
68
|
+
data () {
|
69
|
+
return {
|
70
|
+
model: [],
|
71
|
+
f_pregas_count: 0,
|
72
|
+
f_preamount_count: 0,
|
73
|
+
show: false,
|
74
|
+
row: Object
|
75
|
+
}
|
76
|
+
},
|
77
|
+
props: {
|
78
|
+
user: {
|
79
|
+
type: Object
|
80
|
+
},
|
81
|
+
f_userinfo_id:''
|
82
|
+
},
|
83
|
+
methods: {
|
84
|
+
getmodel () {
|
85
|
+
let userinfoid
|
86
|
+
if(this.f_userinfo_id){
|
87
|
+
userinfoid = this.f_userinfo_id
|
88
|
+
}else{
|
89
|
+
userinfoid = this.user.f_userinfo_id
|
90
|
+
console.log(this.user.f_userinfo_id)
|
91
|
+
}
|
92
|
+
console.log(userinfoid)
|
93
|
+
this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/sql/tel_singleTable_OrderBy`, {data: {items: '*', tablename: 't_sellinggas', orderitem: 'f_operate_date desc', condition:`f_state = ‘有效’ and f_userinfo_id = '${userinfoid}'`}},{resolveMsg : null,rejectMsg :null}).then((row) => {
|
94
|
+
this.model = row.data
|
95
|
+
row.data.forEach(item => {
|
96
|
+
this.f_pregas_count += item.f_pregas
|
97
|
+
this.f_preamount_count += item.f_preamount
|
98
|
+
})
|
99
|
+
this.show=true
|
100
|
+
})
|
101
|
+
},
|
102
|
+
back(){
|
103
|
+
|
104
|
+
}
|
105
|
+
},
|
106
|
+
watch: {
|
107
|
+
'user' (val) {
|
108
|
+
// this.model.search(`card_id = ${this.user.card_id}`)
|
109
|
+
if(this.user){
|
110
|
+
if (!(this.user.isNuN)) {
|
111
|
+
this.model= []
|
112
|
+
this.getmodel()
|
113
|
+
}
|
114
|
+
}
|
115
|
+
},
|
116
|
+
'f_userinfo_id'(){
|
117
|
+
if(this.f_userinfo_id){
|
118
|
+
this.model= []
|
119
|
+
this.getmodel()
|
120
|
+
}
|
121
|
+
}
|
122
|
+
},
|
123
|
+
ready () {
|
124
|
+
if (this.user && this.user.f_userinfo_id) {
|
125
|
+
// this.model.search(`card_id = ${this.user.card_id}`)
|
126
|
+
this.getmodel()
|
127
|
+
}
|
128
|
+
if(this.f_userinfo_id){
|
129
|
+
this.getmodel()
|
130
|
+
}
|
131
|
+
}
|
132
|
+
}
|
133
|
+
</script>
|
134
|
+
<style>
|
135
|
+
.app-botton {
|
136
|
+
position:fixed;
|
137
|
+
background: #87b2dd;
|
138
|
+
color: #FFF;
|
139
|
+
padding: 8px;
|
140
|
+
text-align: center;
|
141
|
+
font-size: 1.2em;
|
142
|
+
z-index: 10;
|
143
|
+
opacity:0.5;
|
144
|
+
bottom: 50px;
|
145
|
+
margin-top: -10px;
|
146
|
+
height: 40px;
|
147
|
+
}
|
148
|
+
</style>
|