safecheck-client 4.0.2-39 → 4.0.2-41
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/android/PhoneUpUserinfo.vue +1249 -1249
- package/src/components/android/SafeRightTree.vue +218 -218
- package/src/components/android/SafecheckDevices.vue +1340 -1340
- package/src/components/android/week/CheckResultSimple.vue +41 -11
- package/src/components/android/week/FirstWeekCheck.vue +1 -1
- package/src/components/android/week/StepHeaderBar.vue +32 -7
- package/src/components/android/week/WeekCheck.vue +191 -188
- package/src/components/android/week/WeekCheckPaper.vue +181 -181
- package/src/components/pc/CheckBookArea.vue +146 -146
- package/src/components/pc/CheckBookCompany.vue +144 -144
- package/src/components/pc/CheckBookDetails.vue +161 -161
- package/src/components/pc/CheckBookEntry.vue +60 -60
- package/src/components/pc/CheckBookSearchArea.vue +560 -560
- package/src/components/pc/CheckBookSearchUnit.vue +229 -229
- package/src/components/pc/CheckBookSearchUser.vue +659 -659
- package/src/components/pc/CheckBookSearchUserList.vue +674 -674
- package/src/filiale/jinhong/pc/CheckSearchUser.vue +1120 -1094
- package/src/filiale/jinhong/pc/NewCheckpaper.vue +1958 -0
- package/src/filiale/jinhong/pc.js +15 -14
- package/src/filiale/meihekou/android/CheckPlanList.vue +198 -198
- package/src/filiale/meihekou/android/CheckPlanListArea.vue +190 -190
- package/src/filiale/meihekou/android/SafecheckDevices.vue +1343 -1343
- package/src/filiale/meihekou/android.js +22 -22
- package/src/safecheck-android.js +326 -326
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div id='checkbookEntry' class="flex-row binary">
|
|
3
|
-
<div class="binary-left">
|
|
4
|
-
<tabset v-ref:tabs :close="false" class="nav-tabss">
|
|
5
|
-
<tab header="用户查询">
|
|
6
|
-
<check-book-search-user @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition"></check-book-search-user>
|
|
7
|
-
</tab>
|
|
8
|
-
<!-- <tab header="小区查询">-->
|
|
9
|
-
<!-- <check-book-search-area @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition"></check-book-search-area>-->
|
|
10
|
-
<!-- </tab>-->
|
|
11
|
-
<!-- <tab header="单位查询">-->
|
|
12
|
-
<!-- <check-book-search-unit @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition"></check-book-search-unit>-->
|
|
13
|
-
<!-- </tab>-->
|
|
14
|
-
</tabset>
|
|
15
|
-
</div>
|
|
16
|
-
<div class="binary-right">
|
|
17
|
-
<add-to-check-book @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition"></add-to-check-book>
|
|
18
|
-
</div>
|
|
19
|
-
</div>
|
|
20
|
-
</template>
|
|
21
|
-
|
|
22
|
-
<script>
|
|
23
|
-
|
|
24
|
-
export default {
|
|
25
|
-
name: 'checkBookEntry',
|
|
26
|
-
title: '添加用户到片区',
|
|
27
|
-
data () {
|
|
28
|
-
return {
|
|
29
|
-
bookList: [],
|
|
30
|
-
bookCondition:"",
|
|
31
|
-
bookAll: false
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
created () {
|
|
35
|
-
},
|
|
36
|
-
ready () {
|
|
37
|
-
},
|
|
38
|
-
methods: {
|
|
39
|
-
setBookList(val){
|
|
40
|
-
console.log("555555")
|
|
41
|
-
this.bookList = val
|
|
42
|
-
},
|
|
43
|
-
setBookAll(val){
|
|
44
|
-
this.bookAll = val
|
|
45
|
-
},
|
|
46
|
-
setCondition(val){
|
|
47
|
-
this.bookCondition = val
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
events: {
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
</script>
|
|
55
|
-
|
|
56
|
-
<style lang="less">
|
|
57
|
-
#checkbookEntry {
|
|
58
|
-
height: 700px;
|
|
59
|
-
}
|
|
60
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div id='checkbookEntry' class="flex-row binary">
|
|
3
|
+
<div class="binary-left">
|
|
4
|
+
<tabset v-ref:tabs :close="false" class="nav-tabss">
|
|
5
|
+
<tab header="用户查询">
|
|
6
|
+
<check-book-search-user @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition"></check-book-search-user>
|
|
7
|
+
</tab>
|
|
8
|
+
<!-- <tab header="小区查询">-->
|
|
9
|
+
<!-- <check-book-search-area @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition"></check-book-search-area>-->
|
|
10
|
+
<!-- </tab>-->
|
|
11
|
+
<!-- <tab header="单位查询">-->
|
|
12
|
+
<!-- <check-book-search-unit @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition"></check-book-search-unit>-->
|
|
13
|
+
<!-- </tab>-->
|
|
14
|
+
</tabset>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="binary-right">
|
|
17
|
+
<add-to-check-book @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition"></add-to-check-book>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
</template>
|
|
21
|
+
|
|
22
|
+
<script>
|
|
23
|
+
|
|
24
|
+
export default {
|
|
25
|
+
name: 'checkBookEntry',
|
|
26
|
+
title: '添加用户到片区',
|
|
27
|
+
data () {
|
|
28
|
+
return {
|
|
29
|
+
bookList: [],
|
|
30
|
+
bookCondition:"",
|
|
31
|
+
bookAll: false
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
created () {
|
|
35
|
+
},
|
|
36
|
+
ready () {
|
|
37
|
+
},
|
|
38
|
+
methods: {
|
|
39
|
+
setBookList(val){
|
|
40
|
+
console.log("555555")
|
|
41
|
+
this.bookList = val
|
|
42
|
+
},
|
|
43
|
+
setBookAll(val){
|
|
44
|
+
this.bookAll = val
|
|
45
|
+
},
|
|
46
|
+
setCondition(val){
|
|
47
|
+
this.bookCondition = val
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
events: {
|
|
51
|
+
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
</script>
|
|
55
|
+
|
|
56
|
+
<style lang="less">
|
|
57
|
+
#checkbookEntry {
|
|
58
|
+
height: 700px;
|
|
59
|
+
}
|
|
60
|
+
</style>
|