safecheck-client 3.0.35-1 → 3.0.35-10
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/package.json +1 -1
- package/src/components/Util/SafecheckUpload.vue +269 -265
- package/src/components/android/CivilCurrentCreate.vue +46 -41
- package/src/components/android/examples/UserExamples.vue +136 -136
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +1049 -1045
- package/src/filiale/bayan/android/AddPlanItem.vue +13 -2
- package/src/filiale/bayan/android/CheckPlanDown.vue +2 -2
- package/src/filiale/bayan/android/PaperFeedback.vue +1669 -1669
- package/src/filiale/bayan/android/PhoneUpUserinfo.vue +908 -905
- package/src/filiale/bayan/android/SafecheckOrderV.vue +76 -20
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +4 -0
- package/src/filiale/bayan/pc/CheckPlanAreaList.vue +42 -0
- package/src/filiale/bayan/pc/HiddenSituation.vue +295 -295
- package/src/filiale/bayan/pc/NewCheckpaper.vue +1992 -1992
- package/src/filiale/bayan/pc/PaperList.vue +900 -900
- package/src/filiale/bayan/pc/PlanManage.vue +2 -0
- package/src/filiale/bayan/pc/SelectCheckPlan.vue +58 -0
- package/src/filiale/shanxian/android/AddPlanItem.vue +1 -1
- package/src/filiale/shanxian/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/tongchuan/android/SafecheckDevices.vue +1207 -1207
- package/src/filiale/tongchuan/android/SafecheckOrderV.vue +3035 -3035
- package/src/filiale/tongchuan/pc/CheckSearchUser.vue +1053 -1053
- package/src/filiale/tongchuan/pc/checkUserList.vue +639 -639
- package/src/filiale/xilan/android/AddPlanItem.vue +4 -0
- package/src/filiale/xilan/android/CurrentCreate.vue +6 -2
- package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +642 -642
- package/src/main.js +33 -33
@@ -253,26 +253,26 @@
|
|
253
253
|
<div class="panel" style="padding: 10px 10px 5px 10px;">
|
254
254
|
<div class="panel-body panel-self">
|
255
255
|
|
256
|
-
<div class="col-xs-12"
|
257
|
-
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户编号:</b></p
|
258
|
-
<p class="panel-title col-xs-5 text-left input-font" style="width: 74%">{{ row.f_userinfo_code }}</p
|
259
|
-
<p class="panel-title col-xs-2 text-left input-font" style="width: 5%;float:right"
|
260
|
-
<input type="checkbox" @click="$parent.$parent.$parent.setPlanParam(row.id, $event)"
|
261
|
-
</p
|
262
|
-
</div
|
256
|
+
<!-- <div class="col-xs-12">-->
|
257
|
+
<!-- <p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户编号:</b></p>-->
|
258
|
+
<!-- <p class="panel-title col-xs-5 text-left input-font" style="width: 74%">{{ row.f_userinfo_code }}</p>-->
|
259
|
+
<!-- <p class="panel-title col-xs-2 text-left input-font" style="width: 5%;float:right">-->
|
260
|
+
<!-- <input type="checkbox" @click="$parent.$parent.$parent.setPlanParam(row.id, $event)"/>-->
|
261
|
+
<!-- </p>-->
|
262
|
+
<!-- </div>-->
|
263
263
|
<div class="col-xs-12">
|
264
264
|
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户名称:</b></p>
|
265
265
|
<p class="panel-title col-xs-7 text-left input-font" style="width: 79%">{{ row.f_user_name }}</p>
|
266
266
|
</div>
|
267
|
-
<div class="col-xs-6"
|
268
|
-
<p class="panel-title col-xs-5 text-left font"><b>用户类型:</b></p
|
269
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_user_type }}
|
270
|
-
</p
|
271
|
-
</div
|
272
|
-
<div class="col-xs-6"
|
273
|
-
<p class="panel-title col-xs-5 text-left font"><b>计划名称:</b></p
|
274
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_plan_name }}</p
|
275
|
-
</div
|
267
|
+
<!-- <div class="col-xs-6">-->
|
268
|
+
<!-- <p class="panel-title col-xs-5 text-left font"><b>用户类型:</b></p>-->
|
269
|
+
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_user_type }}-->
|
270
|
+
<!-- </p>-->
|
271
|
+
<!-- </div>-->
|
272
|
+
<!-- <div class="col-xs-6">-->
|
273
|
+
<!-- <p class="panel-title col-xs-5 text-left font"><b>计划名称:</b></p>-->
|
274
|
+
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_plan_name }}</p>-->
|
275
|
+
<!-- </div>-->
|
276
276
|
<!-- <div class="col-xs-6">-->
|
277
277
|
<!-- <p class="panel-title col-xs-5 text-left font"><b>小区名称:</b></p>-->
|
278
278
|
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_residential_area }}</p>-->
|
@@ -289,7 +289,12 @@
|
|
289
289
|
<img src="../../assets/phone.png" style="width: 6%" v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_zuhu_phone)'></img>
|
290
290
|
</p>
|
291
291
|
</div>
|
292
|
-
|
292
|
+
<div class="col-xs-12">
|
293
|
+
<p class="panel-title text-left font" style="width: 23%;float: left"><b>临时联系电话:</b></p>
|
294
|
+
<p class="panel-title text-left input-font" style="width: 77%">{{ row.f_rent_phone }}
|
295
|
+
<img src="../../assets/phone.png" style="width: 6%" v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_rent_phone)'></img>
|
296
|
+
</p>
|
297
|
+
</div>
|
293
298
|
<div class="col-xs-12">
|
294
299
|
<p class="panel-title text-left font" style="width: 21%;float: left"><b>用户地址:</b></p>
|
295
300
|
<p class="panel-title text-left input-font" style="width: 79%">{{ row.f_address }}</p>
|
@@ -311,30 +316,30 @@
|
|
311
316
|
<!--<p class="panel-title col-xs-4 text-left font">上次安检状态</p>-->
|
312
317
|
<!--<p class="panel-title col-xs-8 text-left input-font">{{ row.f_last_check_state }}</p>-->
|
313
318
|
<!--</div>-->
|
314
|
-
<div class="col-xs-6"
|
315
|
-
<p class="panel-title col-xs-5 text-left font"><b>安检状态:</b></p
|
316
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_state == '已检'?'临时保存':row.f_state }}</p
|
317
|
-
</div
|
318
|
-
<div class="col-xs-6"
|
319
|
-
<p class="panel-title col-xs-5 text-left font"><b>上传状态:</b></p
|
320
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_upload_state }}</p
|
321
|
-
</div
|
322
|
-
<div class="col-xs-12" v-if="row.f_prearranged_date !=null"
|
323
|
-
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>预约时间:</b></p
|
324
|
-
<p class="panel-title col-xs-7 text-left input-font" style="width: 79%">{{ row.f_prearranged_date }}</p
|
325
|
-
</div
|
326
|
-
<div class="col-xs-6"
|
327
|
-
<p class="panel-title col-xs-5 text-left font"><b>安检类型:</b></p
|
328
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_safecheck_type }}</p
|
329
|
-
</div
|
330
|
-
<div class="col-xs-12"
|
331
|
-
<p class="panel-title col-xs-5 text-left font"><b>预约日期:</b></p
|
332
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_prearranged_date }}</p
|
333
|
-
</div
|
334
|
-
<div class="col-xs-12"
|
335
|
-
<p class="panel-title col-xs-5 text-left font"><b>备注:</b></p
|
336
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_remark }}</p
|
337
|
-
</div
|
319
|
+
<!-- <div class="col-xs-6">-->
|
320
|
+
<!-- <p class="panel-title col-xs-5 text-left font"><b>安检状态:</b></p>-->
|
321
|
+
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_state == '已检'?'临时保存':row.f_state }}</p>-->
|
322
|
+
<!-- </div>-->
|
323
|
+
<!-- <div class="col-xs-6">-->
|
324
|
+
<!-- <p class="panel-title col-xs-5 text-left font"><b>上传状态:</b></p>-->
|
325
|
+
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_upload_state }}</p>-->
|
326
|
+
<!-- </div>-->
|
327
|
+
<!-- <div class="col-xs-12" v-if="row.f_prearranged_date !=null">-->
|
328
|
+
<!-- <p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>预约时间:</b></p>-->
|
329
|
+
<!-- <p class="panel-title col-xs-7 text-left input-font" style="width: 79%">{{ row.f_prearranged_date }}</p>-->
|
330
|
+
<!-- </div>-->
|
331
|
+
<!-- <div class="col-xs-6">-->
|
332
|
+
<!-- <p class="panel-title col-xs-5 text-left font"><b>安检类型:</b></p>-->
|
333
|
+
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_safecheck_type }}</p>-->
|
334
|
+
<!-- </div>-->
|
335
|
+
<!-- <div class="col-xs-12">-->
|
336
|
+
<!-- <p class="panel-title col-xs-5 text-left font"><b>预约日期:</b></p>-->
|
337
|
+
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_prearranged_date }}</p>-->
|
338
|
+
<!-- </div>-->
|
339
|
+
<!-- <div class="col-xs-12">-->
|
340
|
+
<!-- <p class="panel-title col-xs-5 text-left font"><b>备注:</b></p>-->
|
341
|
+
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_remark }}</p>-->
|
342
|
+
<!-- </div>-->
|
338
343
|
<!--<div class="col-xs-12">-->
|
339
344
|
<!--<p class="panel-title col-xs-5 text-left font"><b>送气期限:</b></p>-->
|
340
345
|
<!--<p class="panel-title col-xs-7 text-left input-font">{{timeSet(row.f_issue_time)}}</p>-->
|
@@ -1,136 +1,136 @@
|
|
1
|
-
<template>
|
2
|
-
<div class="work-badge" style="height: 100%">
|
3
|
-
<div class="badge-top" style="height: 5%">
|
4
|
-
<div class="badge-number">NO.{{ f_head_code }}</div>
|
5
|
-
</div>
|
6
|
-
<div class="badge-middle" style="height: 80%">
|
7
|
-
<img class="badge-image" :src="f_head_pic" alt="Badge Image">
|
8
|
-
<h1 class="name">{{ f_head_name }}</h1>
|
9
|
-
<div class="white-line"></div>
|
10
|
-
<span class="position">{{ f_head_post }}</span>
|
11
|
-
</div>
|
12
|
-
<div class="badge-bottom" style="height: 10%">
|
13
|
-
<div class="contact">
|
14
|
-
<img class="phone-icon" src="../../../assets/123.png" style="height: 30px;width: 30px" alt="Phone Icon">
|
15
|
-
<span style="font-size: 30px;font-style: italic;">{{ f_head_phone }}</span>
|
16
|
-
</div>
|
17
|
-
</div>
|
18
|
-
</div>
|
19
|
-
</template>
|
20
|
-
<script>
|
21
|
-
import {HttpResetClass} from "vue-client";
|
22
|
-
|
23
|
-
export default {
|
24
|
-
name: 'WorkBadge',
|
25
|
-
title:'WorkBadge',
|
26
|
-
data () {
|
27
|
-
return {
|
28
|
-
// 默认值或初始状态
|
29
|
-
f_head_pic: '',
|
30
|
-
f_head_code: '',
|
31
|
-
f_head_name: '',
|
32
|
-
f_head_post: '',
|
33
|
-
f_head_phone: ''
|
34
|
-
};
|
35
|
-
},
|
36
|
-
async ready () {
|
37
|
-
console.log(window.location.href)
|
38
|
-
let id = ''
|
39
|
-
let url = window.location.href
|
40
|
-
if (url.includes('id')){
|
41
|
-
const urlObj = new URL(url);
|
42
|
-
id = urlObj.searchParams.get('id');
|
43
|
-
let QRCode = await new HttpResetClass().load('post',`rs/sql/tel_singleTable_OrderBy`,{data: {
|
44
|
-
items: 'tqr.*,tf.f_downloadpath as url',
|
45
|
-
tablename: 't_qr_code tqr left join t_files tf on tf.f_businessid = tqr.id and f_table_name = \'t_qr_code\'',
|
46
|
-
condition: `f_head_code = '${id}'`,
|
47
|
-
orderitem: '1'
|
48
|
-
}},{resolveMsg: null,rejectMsg: null})
|
49
|
-
if (QRCode && QRCode.data && QRCode.data.length > 0){
|
50
|
-
if (QRCode.data[0].url){
|
51
|
-
this.f_head_pic = QRCode.data[0].url
|
52
|
-
}else {
|
53
|
-
this.f_head_pic = `/rs/image/file/${QRCode.data[0].f_head_pic}`
|
54
|
-
}
|
55
|
-
this.f_head_code = QRCode.data[0].f_userhead_code
|
56
|
-
this.f_head_name = QRCode.data[0].f_head_name
|
57
|
-
this.f_head_post = QRCode.data[0].f_head_post
|
58
|
-
this.f_head_phone = QRCode.data[0].f_head_phone
|
59
|
-
}else {
|
60
|
-
console.log('获取二维码信息失败')
|
61
|
-
console.log(QRCode)
|
62
|
-
}
|
63
|
-
}
|
64
|
-
}
|
65
|
-
};
|
66
|
-
</script>
|
67
|
-
<style scoped>
|
68
|
-
.white-line {
|
69
|
-
width: 65%;
|
70
|
-
height: 5px;
|
71
|
-
background-color: white;
|
72
|
-
margin: 10px 0 10px 17%;
|
73
|
-
}
|
74
|
-
.work-badge {
|
75
|
-
display: flex;
|
76
|
-
flex-direction: column;
|
77
|
-
background-image: url('../../../assets/f8632d3c8c4c1cb68e99da754cab1a7.png');
|
78
|
-
align-items: center;
|
79
|
-
background-color: #007BFF;
|
80
|
-
color: white;
|
81
|
-
padding: 20px;
|
82
|
-
}
|
83
|
-
|
84
|
-
.badge-top {
|
85
|
-
display: flex;
|
86
|
-
align-items: center;
|
87
|
-
justify-content: space-between;
|
88
|
-
width: 100%;
|
89
|
-
margin-bottom: 2%;
|
90
|
-
}
|
91
|
-
|
92
|
-
.badge-image {
|
93
|
-
border: 3px solid #fcfcfc;
|
94
|
-
width: 80%;
|
95
|
-
border-radius: 15px;
|
96
|
-
}
|
97
|
-
|
98
|
-
.badge-number {
|
99
|
-
font-size: 24px;
|
100
|
-
float: left;
|
101
|
-
text-align: left;
|
102
|
-
font-weight: bold;
|
103
|
-
}
|
104
|
-
|
105
|
-
.badge-middle {
|
106
|
-
text-align: center;
|
107
|
-
margin-bottom: 2%;
|
108
|
-
}
|
109
|
-
|
110
|
-
.name {
|
111
|
-
font-size: 50px;
|
112
|
-
font-weight: bold;
|
113
|
-
margin-bottom: 10px;
|
114
|
-
}
|
115
|
-
|
116
|
-
.position {
|
117
|
-
font-size: 24px;
|
118
|
-
}
|
119
|
-
|
120
|
-
.badge-bottom {
|
121
|
-
display: flex;
|
122
|
-
align-items: center;
|
123
|
-
justify-content: center;
|
124
|
-
}
|
125
|
-
|
126
|
-
.contact {
|
127
|
-
display: flex;
|
128
|
-
align-items: center;
|
129
|
-
}
|
130
|
-
|
131
|
-
.phone-icon {
|
132
|
-
width: 30px;
|
133
|
-
height: 30px;
|
134
|
-
margin-right: 10px;
|
135
|
-
}
|
136
|
-
</style>
|
1
|
+
<template>
|
2
|
+
<div class="work-badge" style="height: 100%">
|
3
|
+
<div class="badge-top" style="height: 5%">
|
4
|
+
<div class="badge-number">NO.{{ f_head_code }}</div>
|
5
|
+
</div>
|
6
|
+
<div class="badge-middle" style="height: 80%">
|
7
|
+
<img class="badge-image" :src="f_head_pic" alt="Badge Image">
|
8
|
+
<h1 class="name">{{ f_head_name }}</h1>
|
9
|
+
<div class="white-line"></div>
|
10
|
+
<span class="position">{{ f_head_post }}</span>
|
11
|
+
</div>
|
12
|
+
<div class="badge-bottom" style="height: 10%">
|
13
|
+
<div class="contact">
|
14
|
+
<img class="phone-icon" src="../../../assets/123.png" style="height: 30px;width: 30px" alt="Phone Icon">
|
15
|
+
<span style="font-size: 30px;font-style: italic;">{{ f_head_phone }}</span>
|
16
|
+
</div>
|
17
|
+
</div>
|
18
|
+
</div>
|
19
|
+
</template>
|
20
|
+
<script>
|
21
|
+
import {HttpResetClass} from "vue-client";
|
22
|
+
|
23
|
+
export default {
|
24
|
+
name: 'WorkBadge',
|
25
|
+
title:'WorkBadge',
|
26
|
+
data () {
|
27
|
+
return {
|
28
|
+
// 默认值或初始状态
|
29
|
+
f_head_pic: '',
|
30
|
+
f_head_code: '',
|
31
|
+
f_head_name: '',
|
32
|
+
f_head_post: '',
|
33
|
+
f_head_phone: ''
|
34
|
+
};
|
35
|
+
},
|
36
|
+
async ready () {
|
37
|
+
console.log(window.location.href)
|
38
|
+
let id = ''
|
39
|
+
let url = window.location.href
|
40
|
+
if (url.includes('id')){
|
41
|
+
const urlObj = new URL(url);
|
42
|
+
id = urlObj.searchParams.get('id');
|
43
|
+
let QRCode = await new HttpResetClass().load('post',`rs/sql/tel_singleTable_OrderBy`,{data: {
|
44
|
+
items: 'tqr.*,tf.f_downloadpath as url',
|
45
|
+
tablename: 't_qr_code tqr left join t_files tf on tf.f_businessid = tqr.id and f_table_name = \'t_qr_code\'',
|
46
|
+
condition: `f_head_code = '${id}'`,
|
47
|
+
orderitem: '1'
|
48
|
+
}},{resolveMsg: null,rejectMsg: null})
|
49
|
+
if (QRCode && QRCode.data && QRCode.data.length > 0){
|
50
|
+
if (QRCode.data[0].url){
|
51
|
+
this.f_head_pic = QRCode.data[0].url
|
52
|
+
}else {
|
53
|
+
this.f_head_pic = `/rs/image/file/${QRCode.data[0].f_head_pic}`
|
54
|
+
}
|
55
|
+
this.f_head_code = QRCode.data[0].f_userhead_code
|
56
|
+
this.f_head_name = QRCode.data[0].f_head_name
|
57
|
+
this.f_head_post = QRCode.data[0].f_head_post
|
58
|
+
this.f_head_phone = QRCode.data[0].f_head_phone
|
59
|
+
}else {
|
60
|
+
console.log('获取二维码信息失败')
|
61
|
+
console.log(QRCode)
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
};
|
66
|
+
</script>
|
67
|
+
<style scoped>
|
68
|
+
.white-line {
|
69
|
+
width: 65%;
|
70
|
+
height: 5px;
|
71
|
+
background-color: white;
|
72
|
+
margin: 10px 0 10px 17%;
|
73
|
+
}
|
74
|
+
.work-badge {
|
75
|
+
display: flex;
|
76
|
+
flex-direction: column;
|
77
|
+
background-image: url('../../../assets/f8632d3c8c4c1cb68e99da754cab1a7.png');
|
78
|
+
align-items: center;
|
79
|
+
background-color: #007BFF;
|
80
|
+
color: white;
|
81
|
+
padding: 20px;
|
82
|
+
}
|
83
|
+
|
84
|
+
.badge-top {
|
85
|
+
display: flex;
|
86
|
+
align-items: center;
|
87
|
+
justify-content: space-between;
|
88
|
+
width: 100%;
|
89
|
+
margin-bottom: 2%;
|
90
|
+
}
|
91
|
+
|
92
|
+
.badge-image {
|
93
|
+
border: 3px solid #fcfcfc;
|
94
|
+
width: 80%;
|
95
|
+
border-radius: 15px;
|
96
|
+
}
|
97
|
+
|
98
|
+
.badge-number {
|
99
|
+
font-size: 24px;
|
100
|
+
float: left;
|
101
|
+
text-align: left;
|
102
|
+
font-weight: bold;
|
103
|
+
}
|
104
|
+
|
105
|
+
.badge-middle {
|
106
|
+
text-align: center;
|
107
|
+
margin-bottom: 2%;
|
108
|
+
}
|
109
|
+
|
110
|
+
.name {
|
111
|
+
font-size: 50px;
|
112
|
+
font-weight: bold;
|
113
|
+
margin-bottom: 10px;
|
114
|
+
}
|
115
|
+
|
116
|
+
.position {
|
117
|
+
font-size: 24px;
|
118
|
+
}
|
119
|
+
|
120
|
+
.badge-bottom {
|
121
|
+
display: flex;
|
122
|
+
align-items: center;
|
123
|
+
justify-content: center;
|
124
|
+
}
|
125
|
+
|
126
|
+
.contact {
|
127
|
+
display: flex;
|
128
|
+
align-items: center;
|
129
|
+
}
|
130
|
+
|
131
|
+
.phone-icon {
|
132
|
+
width: 30px;
|
133
|
+
height: 30px;
|
134
|
+
margin-right: 10px;
|
135
|
+
}
|
136
|
+
</style>
|