safecheck-client 4.0.2-6 → 4.0.2-60
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/NewDefectList/DefectPaperNew.vue +1184 -1184
- package/src/components/android/AndroidNotifiedDeal.vue +417 -0
- 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 +251 -0
- package/src/components/android/week/FirstWeekCheck.vue +275 -0
- package/src/components/android/week/StepHeaderBar.vue +457 -0
- package/src/components/android/week/WeekCheck.vue +209 -0
- package/src/components/android/week/WeekCheckPaper.vue +219 -0
- package/src/components/android/week/WeekCheckPlan.vue +145 -0
- package/src/components/checkplan/SelectCheckPlan.vue +39 -0
- package/src/components/paper/safetyledger.vue +198 -0
- package/src/components/pc/CheckBook.vue +303 -303
- 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/components/pc/DefectDeal.vue +6 -2
- package/src/components/planmanage/checkUserList.vue +1 -1
- package/src/components/querycheckpaper/CheckSearchUser.vue +2 -1
- package/src/components/report/CheckPlanAreaList.vue +53 -7
- package/src/filiale/jinhong/android/AndroidDefectDeal.vue +722 -0
- package/src/filiale/jinhong/android/AndroidNotifiedDeal.vue +521 -0
- package/src/filiale/jinhong/android/CurrentCreate.vue +35 -13
- package/src/filiale/jinhong/android/PhoneInsurancePurchaseDetail.vue +28 -3
- package/src/filiale/jinhong/android/SafecheckOrderV.vue +2300 -0
- package/src/filiale/jinhong/android.js +4 -1
- package/src/filiale/jinhong/pc/CheckBookList.vue +28 -18
- package/src/filiale/jinhong/pc/CheckSearchUser.vue +42 -2
- package/src/filiale/jinhong/pc/NewCheckpaper.vue +1958 -0
- package/src/filiale/jinhong/pc/PaperList.vue +5 -1
- package/src/filiale/jinhong/pc/checkPlanList.vue +73 -24
- package/src/filiale/jinhong/pc.js +1 -0
- package/src/filiale/meihekou/android/CheckPlanList.vue +198 -198
- package/src/filiale/meihekou/android/CheckPlanListArea.vue +190 -190
- package/src/filiale/meihekou/android/CurrentCreate.vue +16 -0
- package/src/filiale/meihekou/android/PaperFeedback.vue +1545 -1542
- package/src/filiale/meihekou/android/SafecheckDevices.vue +1343 -1340
- package/src/filiale/meihekou/android/SafecheckOrderV.vue +27 -28
- package/src/filiale/meihekou/android.js +22 -22
- package/src/filiale/meihekou/pc/CheckDetail.vue +217 -0
- package/src/filiale/meihekou/pc/CheckPlan.vue +52 -0
- package/src/filiale/meihekou/pc/CheckPlanAreaList.vue +505 -0
- package/src/filiale/meihekou/pc/NewCheckpaper.vue +2 -1
- package/src/filiale/meihekou/pc/NewCheckpaperNew.vue +2051 -2050
- package/src/filiale/meihekou/pc/NewCheckpaperTemp.vue +1 -0
- package/src/filiale/meihekou/pc/SelectCheckPlan.vue +262 -0
- package/src/filiale/meihekou/pc.js +18 -15
- package/src/filiale/qingjian/pc/SecurityCheckCoordinates.vue +2 -2
- package/src/filiale/taiyuan/android/AddPlanItem.vue +457 -456
- package/src/filiale/taiyuan/android/SafecheckDevices.vue +1343 -0
- package/src/filiale/taiyuan/android/SafecheckOrderV.vue +2347 -2347
- package/src/filiale/taiyuan/android.js +1 -0
- package/src/filiale/xinkang/android/SafecheckDevices.vue +2 -2
- package/src/filiale/xinkang/android/SafecheckOrderV.vue +9 -2
- package/src/filiale/xinkang/pc/NewCheckpaper.vue +17 -46
- package/src/filiale/xinliansihui/pc/PaperList.vue +814 -0
- package/src/filiale/xinliansihui/pc/PaperVisitMain.vue +206 -0
- package/src/filiale/xinliansihui/pc.js +13 -0
- package/src/safecheck-android.js +12 -0
- package/src/safecheck.js +3 -0
|
@@ -1,146 +1,146 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="auto select-overspread">
|
|
3
|
-
<criteria-paged :model="model" v-ref:paged>
|
|
4
|
-
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
|
|
5
|
-
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
|
-
<div class="row">
|
|
7
|
-
<div class="form-group col-sm-3" >
|
|
8
|
-
<label class="font_normal_body">小区名称</label>
|
|
9
|
-
<input type="text" class="input_search" style="width:60%" v-model="model.f_residential_area" placeholder='小区名称'
|
|
10
|
-
condition="f_residential_area like '%{}%'" @keyup.enter="search()">
|
|
11
|
-
</div>
|
|
12
|
-
<div class="form-group col-sm-2 button-range" >
|
|
13
|
-
<button class="button_search" style="margin-right: 10px" @click="search()" v-el:cba>查询</button>
|
|
14
|
-
<button class="button_search" style="margin-right: 10px" @click="$parent.$parent.send()" v-el:cba>下发</button>
|
|
15
|
-
</div>
|
|
16
|
-
</div>
|
|
17
|
-
</div>
|
|
18
|
-
</criteria>
|
|
19
|
-
<data-grid :model="model" class="table_sy" partial='list' v-ref:grid >
|
|
20
|
-
<template partial='head' >
|
|
21
|
-
<tr>
|
|
22
|
-
<th><nobr><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.checkAll" @change="$parent.$parent.$parent.setCheckAll()"/>全选</nobr></th>
|
|
23
|
-
<th><nobr>省市区/县</nobr></th>
|
|
24
|
-
<th><nobr>街道/乡镇</nobr></th>
|
|
25
|
-
<th><nobr>小区名称</nobr></th>
|
|
26
|
-
<th><nobr>用户数量</nobr></th>
|
|
27
|
-
<th><nobr>详细地址</nobr></th>
|
|
28
|
-
<th><nobr>小区备注</nobr></th>
|
|
29
|
-
</tr>
|
|
30
|
-
</template>
|
|
31
|
-
<template partial='body' >
|
|
32
|
-
<tr >
|
|
33
|
-
<td style="text-align: center;"><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.isChecked(row.id)" @change="$parent.$parent.$parent.setCheckes(row.id)" /></td>
|
|
34
|
-
<td style="text-align:center">{{row.f_pcd}}</td>
|
|
35
|
-
<td style="text-align:center">{{row.f_street}}</td>
|
|
36
|
-
<td style="text-align:center">{{row.f_residential_area}}</td>
|
|
37
|
-
<td style="text-align:center"> <button @click.stop="$parent.$parent.$parent.details(row)" class="btn btn-link"><b>{{row.num?row.num:0}}</b></button></td>
|
|
38
|
-
<td style="text-align:center">{{row.f_area_address}}</td>
|
|
39
|
-
<td style="text-align:center">{{row.f_comments}}</td>
|
|
40
|
-
</tr>
|
|
41
|
-
</template>
|
|
42
|
-
<template partial='foot'></template>
|
|
43
|
-
</data-grid>
|
|
44
|
-
</criteria-paged>
|
|
45
|
-
<modal :show.sync="showSendModal" :backdrop="false" width="90%" height="90%">
|
|
46
|
-
<article slot="modal-body" class="modal-body" style="height: 80vh">
|
|
47
|
-
<check-book-search-user-list v-if="showSendModal" :row="row" :addcondata="addcondata" :bookrowsdata="{bookrows:checkes,checkAll:checkAll}" :needprops="needprops":userlogin="userlogin"></check-book-search-user-list>
|
|
48
|
-
</article>
|
|
49
|
-
<footer slot="modal-footer">
|
|
50
|
-
</footer>
|
|
51
|
-
|
|
52
|
-
</modal>
|
|
53
|
-
</div>
|
|
54
|
-
</template>
|
|
55
|
-
|
|
56
|
-
<script>
|
|
57
|
-
import {HttpResetClass, PagedList} from 'vue-client'
|
|
58
|
-
|
|
59
|
-
export default {
|
|
60
|
-
title: '安检记录列表',
|
|
61
|
-
props: ['row','needprops'],
|
|
62
|
-
data () {
|
|
63
|
-
return {
|
|
64
|
-
rowdata: this.row,
|
|
65
|
-
showSendModal:false,
|
|
66
|
-
checkBookRow:{
|
|
67
|
-
},
|
|
68
|
-
userlogin:{
|
|
69
|
-
id:this.$login.f.id,
|
|
70
|
-
name:this.$login.f.name,
|
|
71
|
-
orgid:this.$login.f.orgid,
|
|
72
|
-
orgstr:this.$login.f.orgs,
|
|
73
|
-
},
|
|
74
|
-
model: new PagedList('api/af-safecheck/sql/getCheckBookArea', 50),
|
|
75
|
-
checkAll:false,
|
|
76
|
-
checkes:[],
|
|
77
|
-
addcondata:''
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
ready(){
|
|
81
|
-
console.log(this.row)
|
|
82
|
-
const val = this.row
|
|
83
|
-
if (val) {
|
|
84
|
-
this.checkAll=false
|
|
85
|
-
this.checkes=[]
|
|
86
|
-
this.rowdata = val
|
|
87
|
-
const condition = `f_check_book_id =${val.id}`
|
|
88
|
-
this.model.search(condition)
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
watch: {
|
|
92
|
-
'row' (val) {
|
|
93
|
-
if (val) {
|
|
94
|
-
this.checkAll=false
|
|
95
|
-
this.checkes=[]
|
|
96
|
-
this.rowdata = val
|
|
97
|
-
const condition = `f_check_book_id =${val.id}`
|
|
98
|
-
this.model.search(condition)
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
methods: {
|
|
103
|
-
setCheckAll() {
|
|
104
|
-
this.checkAll=this.checkAll?false:true;
|
|
105
|
-
// 全选改变后,清空选中数据
|
|
106
|
-
this.checkes = []
|
|
107
|
-
},
|
|
108
|
-
isChecked(v) {
|
|
109
|
-
// 如果全选,不在的按选中算,否则,在的按选中算
|
|
110
|
-
if (this.checkAll) {
|
|
111
|
-
return this.checkes.indexOf(v) == -1
|
|
112
|
-
} else {
|
|
113
|
-
return this.checkes.indexOf(v) != -1
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
setCheckes(id) {
|
|
117
|
-
let index=this.checkes.indexOf(id)
|
|
118
|
-
if(index<0){
|
|
119
|
-
this.checkes.push(id)
|
|
120
|
-
}else{
|
|
121
|
-
this.checkes.splice(index,1)
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
send(){
|
|
125
|
-
if(!this.checkAll && this.checkes.length == 0){
|
|
126
|
-
return this.$showMessage('请选择单位')
|
|
127
|
-
}
|
|
128
|
-
this.showSendModal = true
|
|
129
|
-
},
|
|
130
|
-
details(row){
|
|
131
|
-
this.$emit('showuser' ,row)
|
|
132
|
-
},
|
|
133
|
-
selfSearch (args) {
|
|
134
|
-
if (this.rowdata.id) {
|
|
135
|
-
this.checkAll=false
|
|
136
|
-
this.checkes=[]
|
|
137
|
-
args.condition += `and f_check_book_id =${this.rowdata.id}`
|
|
138
|
-
this.model.search(args.condition)
|
|
139
|
-
this.addcondata = args.model.f_residential_area ? ` and area.f_residential_area like '%${args.model.f_residential_area}%'`: ''
|
|
140
|
-
} else {
|
|
141
|
-
this.$showMessage('请选择片区')
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="auto select-overspread">
|
|
3
|
+
<criteria-paged :model="model" v-ref:paged>
|
|
4
|
+
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
|
|
5
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
|
+
<div class="row">
|
|
7
|
+
<div class="form-group col-sm-3" >
|
|
8
|
+
<label class="font_normal_body">小区名称</label>
|
|
9
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_residential_area" placeholder='小区名称'
|
|
10
|
+
condition="f_residential_area like '%{}%'" @keyup.enter="search()">
|
|
11
|
+
</div>
|
|
12
|
+
<div class="form-group col-sm-2 button-range" >
|
|
13
|
+
<button class="button_search" style="margin-right: 10px" @click="search()" v-el:cba>查询</button>
|
|
14
|
+
<button class="button_search" style="margin-right: 10px" @click="$parent.$parent.send()" v-el:cba>下发</button>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
</criteria>
|
|
19
|
+
<data-grid :model="model" class="table_sy" partial='list' v-ref:grid >
|
|
20
|
+
<template partial='head' >
|
|
21
|
+
<tr>
|
|
22
|
+
<th><nobr><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.checkAll" @change="$parent.$parent.$parent.setCheckAll()"/>全选</nobr></th>
|
|
23
|
+
<th><nobr>省市区/县</nobr></th>
|
|
24
|
+
<th><nobr>街道/乡镇</nobr></th>
|
|
25
|
+
<th><nobr>小区名称</nobr></th>
|
|
26
|
+
<th><nobr>用户数量</nobr></th>
|
|
27
|
+
<th><nobr>详细地址</nobr></th>
|
|
28
|
+
<th><nobr>小区备注</nobr></th>
|
|
29
|
+
</tr>
|
|
30
|
+
</template>
|
|
31
|
+
<template partial='body' >
|
|
32
|
+
<tr >
|
|
33
|
+
<td style="text-align: center;"><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.isChecked(row.id)" @change="$parent.$parent.$parent.setCheckes(row.id)" /></td>
|
|
34
|
+
<td style="text-align:center">{{row.f_pcd}}</td>
|
|
35
|
+
<td style="text-align:center">{{row.f_street}}</td>
|
|
36
|
+
<td style="text-align:center">{{row.f_residential_area}}</td>
|
|
37
|
+
<td style="text-align:center"> <button @click.stop="$parent.$parent.$parent.details(row)" class="btn btn-link"><b>{{row.num?row.num:0}}</b></button></td>
|
|
38
|
+
<td style="text-align:center">{{row.f_area_address}}</td>
|
|
39
|
+
<td style="text-align:center">{{row.f_comments}}</td>
|
|
40
|
+
</tr>
|
|
41
|
+
</template>
|
|
42
|
+
<template partial='foot'></template>
|
|
43
|
+
</data-grid>
|
|
44
|
+
</criteria-paged>
|
|
45
|
+
<modal :show.sync="showSendModal" :backdrop="false" width="90%" height="90%">
|
|
46
|
+
<article slot="modal-body" class="modal-body" style="height: 80vh">
|
|
47
|
+
<check-book-search-user-list v-if="showSendModal" :row="row" :addcondata="addcondata" :bookrowsdata="{bookrows:checkes,checkAll:checkAll}" :needprops="needprops":userlogin="userlogin"></check-book-search-user-list>
|
|
48
|
+
</article>
|
|
49
|
+
<footer slot="modal-footer">
|
|
50
|
+
</footer>
|
|
51
|
+
|
|
52
|
+
</modal>
|
|
53
|
+
</div>
|
|
54
|
+
</template>
|
|
55
|
+
|
|
56
|
+
<script>
|
|
57
|
+
import {HttpResetClass, PagedList} from 'vue-client'
|
|
58
|
+
|
|
59
|
+
export default {
|
|
60
|
+
title: '安检记录列表',
|
|
61
|
+
props: ['row','needprops'],
|
|
62
|
+
data () {
|
|
63
|
+
return {
|
|
64
|
+
rowdata: this.row,
|
|
65
|
+
showSendModal:false,
|
|
66
|
+
checkBookRow:{
|
|
67
|
+
},
|
|
68
|
+
userlogin:{
|
|
69
|
+
id:this.$login.f.id,
|
|
70
|
+
name:this.$login.f.name,
|
|
71
|
+
orgid:this.$login.f.orgid,
|
|
72
|
+
orgstr:this.$login.f.orgs,
|
|
73
|
+
},
|
|
74
|
+
model: new PagedList('api/af-safecheck/sql/getCheckBookArea', 50),
|
|
75
|
+
checkAll:false,
|
|
76
|
+
checkes:[],
|
|
77
|
+
addcondata:''
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
ready(){
|
|
81
|
+
console.log(this.row)
|
|
82
|
+
const val = this.row
|
|
83
|
+
if (val) {
|
|
84
|
+
this.checkAll=false
|
|
85
|
+
this.checkes=[]
|
|
86
|
+
this.rowdata = val
|
|
87
|
+
const condition = `f_check_book_id =${val.id}`
|
|
88
|
+
this.model.search(condition)
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
watch: {
|
|
92
|
+
'row' (val) {
|
|
93
|
+
if (val) {
|
|
94
|
+
this.checkAll=false
|
|
95
|
+
this.checkes=[]
|
|
96
|
+
this.rowdata = val
|
|
97
|
+
const condition = `f_check_book_id =${val.id}`
|
|
98
|
+
this.model.search(condition)
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
methods: {
|
|
103
|
+
setCheckAll() {
|
|
104
|
+
this.checkAll=this.checkAll?false:true;
|
|
105
|
+
// 全选改变后,清空选中数据
|
|
106
|
+
this.checkes = []
|
|
107
|
+
},
|
|
108
|
+
isChecked(v) {
|
|
109
|
+
// 如果全选,不在的按选中算,否则,在的按选中算
|
|
110
|
+
if (this.checkAll) {
|
|
111
|
+
return this.checkes.indexOf(v) == -1
|
|
112
|
+
} else {
|
|
113
|
+
return this.checkes.indexOf(v) != -1
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
setCheckes(id) {
|
|
117
|
+
let index=this.checkes.indexOf(id)
|
|
118
|
+
if(index<0){
|
|
119
|
+
this.checkes.push(id)
|
|
120
|
+
}else{
|
|
121
|
+
this.checkes.splice(index,1)
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
send(){
|
|
125
|
+
if(!this.checkAll && this.checkes.length == 0){
|
|
126
|
+
return this.$showMessage('请选择单位')
|
|
127
|
+
}
|
|
128
|
+
this.showSendModal = true
|
|
129
|
+
},
|
|
130
|
+
details(row){
|
|
131
|
+
this.$emit('showuser' ,row)
|
|
132
|
+
},
|
|
133
|
+
selfSearch (args) {
|
|
134
|
+
if (this.rowdata.id) {
|
|
135
|
+
this.checkAll=false
|
|
136
|
+
this.checkes=[]
|
|
137
|
+
args.condition += `and f_check_book_id =${this.rowdata.id}`
|
|
138
|
+
this.model.search(args.condition)
|
|
139
|
+
this.addcondata = args.model.f_residential_area ? ` and area.f_residential_area like '%${args.model.f_residential_area}%'`: ''
|
|
140
|
+
} else {
|
|
141
|
+
this.$showMessage('请选择片区')
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
</script>
|
|
@@ -1,144 +1,144 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="auto select-overspread">
|
|
3
|
-
<criteria-paged :model="model" v-ref:paged>
|
|
4
|
-
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
|
|
5
|
-
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
|
-
<div class="row">
|
|
7
|
-
<div class="form-group col-sm-3" >
|
|
8
|
-
<label class="font_normal_body">单位名称</label>
|
|
9
|
-
<input type="text" class="input_search" style="width:60%" v-model="model.f_residential_area" placeholder='单位名称'
|
|
10
|
-
condition="f_company_name like '%{}%'" @keyup.enter="search()">
|
|
11
|
-
</div>
|
|
12
|
-
<div class="form-group col-sm-2 button-range" >
|
|
13
|
-
<button class="button_search" style="margin-right: 10px" @click="search()" v-el:cba>查询</button>
|
|
14
|
-
<button class="button_search" style="margin-right: 10px" @click="$parent.$parent.send()" v-el:cba>下发</button>
|
|
15
|
-
</div>
|
|
16
|
-
</div>
|
|
17
|
-
</div>
|
|
18
|
-
</criteria>
|
|
19
|
-
<data-grid :model="model" class="table_sy" partial='list' v-ref:grid >
|
|
20
|
-
<template partial='head' >
|
|
21
|
-
<tr>
|
|
22
|
-
<th><nobr><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.checkAll" @change="$parent.$parent.$parent.setCheckAll()"/>全选</nobr></th>
|
|
23
|
-
<th><nobr>省市区/县</nobr></th>
|
|
24
|
-
<th><nobr>街道/乡镇</nobr></th>
|
|
25
|
-
<th><nobr>单位名称</nobr></th>
|
|
26
|
-
<th><nobr>用户数量</nobr></th>
|
|
27
|
-
<th><nobr>详细地址</nobr></th>
|
|
28
|
-
</tr>
|
|
29
|
-
</template>
|
|
30
|
-
<template partial='body' >
|
|
31
|
-
<tr >
|
|
32
|
-
<td style="text-align: center;"><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.isChecked(row.id)" @change="$parent.$parent.$parent.setCheckes(row.id)" /></td>
|
|
33
|
-
<td style="text-align:center">{{row.f_rea}}</td>
|
|
34
|
-
<td style="text-align:center">{{row.f_company_street}}</td>
|
|
35
|
-
<td style="text-align:center">{{row.f_company_name}}</td>
|
|
36
|
-
<td style="text-align:center"> <button @click.stop="$parent.$parent.$parent.details(row)" class="btn btn-link"><b>{{row.num?row.num:0}}</b></button></td>
|
|
37
|
-
<td style="text-align:center">{{row.f_company_position}}</td>
|
|
38
|
-
</tr>
|
|
39
|
-
</template>
|
|
40
|
-
<template partial='foot'></template>
|
|
41
|
-
</data-grid>
|
|
42
|
-
</criteria-paged>
|
|
43
|
-
<modal :show.sync="showSendModal" :backdrop="false" width="90%" height="90%">
|
|
44
|
-
<article slot="modal-body" class="modal-body" style="height: 80vh">
|
|
45
|
-
<check-book-search-user-list v-if="showSendModal" :row="row" :addcondata="addcondata" :bookrowsdata="{bookrows:checkes,checkAll:checkAll}" :needprops="needprops":userlogin="userlogin"></check-book-search-user-list>
|
|
46
|
-
</article>
|
|
47
|
-
<footer slot="modal-footer">
|
|
48
|
-
</footer>
|
|
49
|
-
|
|
50
|
-
</modal>
|
|
51
|
-
</div>
|
|
52
|
-
</template>
|
|
53
|
-
|
|
54
|
-
<script>
|
|
55
|
-
import {HttpResetClass, PagedList} from 'vue-client'
|
|
56
|
-
|
|
57
|
-
export default {
|
|
58
|
-
title: '非民用片区单位',
|
|
59
|
-
props: ['row','needprops'],
|
|
60
|
-
data () {
|
|
61
|
-
return {
|
|
62
|
-
rowdata: this.row,
|
|
63
|
-
showSendModal:false,
|
|
64
|
-
checkBookRow:{
|
|
65
|
-
},
|
|
66
|
-
userlogin:{
|
|
67
|
-
id:this.$login.f.id,
|
|
68
|
-
name:this.$login.f.name,
|
|
69
|
-
orgid:this.$login.f.orgid,
|
|
70
|
-
orgstr:this.$login.f.orgs,
|
|
71
|
-
},
|
|
72
|
-
model: new PagedList('api/af-safecheck/sql/getCheckBookCompany', 50),
|
|
73
|
-
checkAll:false,
|
|
74
|
-
checkes:[],
|
|
75
|
-
addcondata:'',
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
ready(){
|
|
79
|
-
console.log(this.row)
|
|
80
|
-
const val = this.row
|
|
81
|
-
if (val) {
|
|
82
|
-
this.checkAll=false
|
|
83
|
-
this.checkes=[]
|
|
84
|
-
this.rowdata = val
|
|
85
|
-
const condition = `f_check_book_id =${val.id}`
|
|
86
|
-
this.model.search(condition)
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
watch: {
|
|
90
|
-
'row' (val) {
|
|
91
|
-
if (val) {
|
|
92
|
-
this.checkAll=false
|
|
93
|
-
this.checkes=[]
|
|
94
|
-
this.rowdata = val
|
|
95
|
-
const condition = `f_check_book_id =${val.id}`
|
|
96
|
-
this.model.search(condition)
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
methods: {
|
|
101
|
-
setCheckAll() {
|
|
102
|
-
this.checkAll=this.checkAll?false:true;
|
|
103
|
-
// 全选改变后,清空选中数据
|
|
104
|
-
this.checkes = []
|
|
105
|
-
},
|
|
106
|
-
isChecked(v) {
|
|
107
|
-
// 如果全选,不在的按选中算,否则,在的按选中算
|
|
108
|
-
if (this.checkAll) {
|
|
109
|
-
return this.checkes.indexOf(v) == -1
|
|
110
|
-
} else {
|
|
111
|
-
return this.checkes.indexOf(v) != -1
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
setCheckes(id) {
|
|
115
|
-
let index=this.checkes.indexOf(id)
|
|
116
|
-
if(index<0){
|
|
117
|
-
this.checkes.push(id)
|
|
118
|
-
}else{
|
|
119
|
-
this.checkes.splice(index,1)
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
send(){
|
|
123
|
-
if(!this.checkAll && this.checkes.length == 0){
|
|
124
|
-
return this.$showMessage('请选择单位')
|
|
125
|
-
}
|
|
126
|
-
this.showSendModal = true
|
|
127
|
-
},
|
|
128
|
-
details(row){
|
|
129
|
-
this.$emit('showuser' ,row)
|
|
130
|
-
},
|
|
131
|
-
selfSearch (args) {
|
|
132
|
-
if (this.rowdata.id) {
|
|
133
|
-
this.checkAll=false
|
|
134
|
-
this.checkes=[]
|
|
135
|
-
args.condition += `and f_check_book_id =${this.rowdata.id}`
|
|
136
|
-
this.model.search(args.condition)
|
|
137
|
-
this.addcondata = args.model.f_residential_area ? ` and tc.f_company_name like '%${args.model.f_residential_area}%'`: ''
|
|
138
|
-
} else {
|
|
139
|
-
this.$showMessage('请选择片区')
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="auto select-overspread">
|
|
3
|
+
<criteria-paged :model="model" v-ref:paged>
|
|
4
|
+
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
|
|
5
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
|
+
<div class="row">
|
|
7
|
+
<div class="form-group col-sm-3" >
|
|
8
|
+
<label class="font_normal_body">单位名称</label>
|
|
9
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_residential_area" placeholder='单位名称'
|
|
10
|
+
condition="f_company_name like '%{}%'" @keyup.enter="search()">
|
|
11
|
+
</div>
|
|
12
|
+
<div class="form-group col-sm-2 button-range" >
|
|
13
|
+
<button class="button_search" style="margin-right: 10px" @click="search()" v-el:cba>查询</button>
|
|
14
|
+
<button class="button_search" style="margin-right: 10px" @click="$parent.$parent.send()" v-el:cba>下发</button>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
</criteria>
|
|
19
|
+
<data-grid :model="model" class="table_sy" partial='list' v-ref:grid >
|
|
20
|
+
<template partial='head' >
|
|
21
|
+
<tr>
|
|
22
|
+
<th><nobr><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.checkAll" @change="$parent.$parent.$parent.setCheckAll()"/>全选</nobr></th>
|
|
23
|
+
<th><nobr>省市区/县</nobr></th>
|
|
24
|
+
<th><nobr>街道/乡镇</nobr></th>
|
|
25
|
+
<th><nobr>单位名称</nobr></th>
|
|
26
|
+
<th><nobr>用户数量</nobr></th>
|
|
27
|
+
<th><nobr>详细地址</nobr></th>
|
|
28
|
+
</tr>
|
|
29
|
+
</template>
|
|
30
|
+
<template partial='body' >
|
|
31
|
+
<tr >
|
|
32
|
+
<td style="text-align: center;"><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.isChecked(row.id)" @change="$parent.$parent.$parent.setCheckes(row.id)" /></td>
|
|
33
|
+
<td style="text-align:center">{{row.f_rea}}</td>
|
|
34
|
+
<td style="text-align:center">{{row.f_company_street}}</td>
|
|
35
|
+
<td style="text-align:center">{{row.f_company_name}}</td>
|
|
36
|
+
<td style="text-align:center"> <button @click.stop="$parent.$parent.$parent.details(row)" class="btn btn-link"><b>{{row.num?row.num:0}}</b></button></td>
|
|
37
|
+
<td style="text-align:center">{{row.f_company_position}}</td>
|
|
38
|
+
</tr>
|
|
39
|
+
</template>
|
|
40
|
+
<template partial='foot'></template>
|
|
41
|
+
</data-grid>
|
|
42
|
+
</criteria-paged>
|
|
43
|
+
<modal :show.sync="showSendModal" :backdrop="false" width="90%" height="90%">
|
|
44
|
+
<article slot="modal-body" class="modal-body" style="height: 80vh">
|
|
45
|
+
<check-book-search-user-list v-if="showSendModal" :row="row" :addcondata="addcondata" :bookrowsdata="{bookrows:checkes,checkAll:checkAll}" :needprops="needprops":userlogin="userlogin"></check-book-search-user-list>
|
|
46
|
+
</article>
|
|
47
|
+
<footer slot="modal-footer">
|
|
48
|
+
</footer>
|
|
49
|
+
|
|
50
|
+
</modal>
|
|
51
|
+
</div>
|
|
52
|
+
</template>
|
|
53
|
+
|
|
54
|
+
<script>
|
|
55
|
+
import {HttpResetClass, PagedList} from 'vue-client'
|
|
56
|
+
|
|
57
|
+
export default {
|
|
58
|
+
title: '非民用片区单位',
|
|
59
|
+
props: ['row','needprops'],
|
|
60
|
+
data () {
|
|
61
|
+
return {
|
|
62
|
+
rowdata: this.row,
|
|
63
|
+
showSendModal:false,
|
|
64
|
+
checkBookRow:{
|
|
65
|
+
},
|
|
66
|
+
userlogin:{
|
|
67
|
+
id:this.$login.f.id,
|
|
68
|
+
name:this.$login.f.name,
|
|
69
|
+
orgid:this.$login.f.orgid,
|
|
70
|
+
orgstr:this.$login.f.orgs,
|
|
71
|
+
},
|
|
72
|
+
model: new PagedList('api/af-safecheck/sql/getCheckBookCompany', 50),
|
|
73
|
+
checkAll:false,
|
|
74
|
+
checkes:[],
|
|
75
|
+
addcondata:'',
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
ready(){
|
|
79
|
+
console.log(this.row)
|
|
80
|
+
const val = this.row
|
|
81
|
+
if (val) {
|
|
82
|
+
this.checkAll=false
|
|
83
|
+
this.checkes=[]
|
|
84
|
+
this.rowdata = val
|
|
85
|
+
const condition = `f_check_book_id =${val.id}`
|
|
86
|
+
this.model.search(condition)
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
watch: {
|
|
90
|
+
'row' (val) {
|
|
91
|
+
if (val) {
|
|
92
|
+
this.checkAll=false
|
|
93
|
+
this.checkes=[]
|
|
94
|
+
this.rowdata = val
|
|
95
|
+
const condition = `f_check_book_id =${val.id}`
|
|
96
|
+
this.model.search(condition)
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
methods: {
|
|
101
|
+
setCheckAll() {
|
|
102
|
+
this.checkAll=this.checkAll?false:true;
|
|
103
|
+
// 全选改变后,清空选中数据
|
|
104
|
+
this.checkes = []
|
|
105
|
+
},
|
|
106
|
+
isChecked(v) {
|
|
107
|
+
// 如果全选,不在的按选中算,否则,在的按选中算
|
|
108
|
+
if (this.checkAll) {
|
|
109
|
+
return this.checkes.indexOf(v) == -1
|
|
110
|
+
} else {
|
|
111
|
+
return this.checkes.indexOf(v) != -1
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
setCheckes(id) {
|
|
115
|
+
let index=this.checkes.indexOf(id)
|
|
116
|
+
if(index<0){
|
|
117
|
+
this.checkes.push(id)
|
|
118
|
+
}else{
|
|
119
|
+
this.checkes.splice(index,1)
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
send(){
|
|
123
|
+
if(!this.checkAll && this.checkes.length == 0){
|
|
124
|
+
return this.$showMessage('请选择单位')
|
|
125
|
+
}
|
|
126
|
+
this.showSendModal = true
|
|
127
|
+
},
|
|
128
|
+
details(row){
|
|
129
|
+
this.$emit('showuser' ,row)
|
|
130
|
+
},
|
|
131
|
+
selfSearch (args) {
|
|
132
|
+
if (this.rowdata.id) {
|
|
133
|
+
this.checkAll=false
|
|
134
|
+
this.checkes=[]
|
|
135
|
+
args.condition += `and f_check_book_id =${this.rowdata.id}`
|
|
136
|
+
this.model.search(args.condition)
|
|
137
|
+
this.addcondata = args.model.f_residential_area ? ` and tc.f_company_name like '%${args.model.f_residential_area}%'`: ''
|
|
138
|
+
} else {
|
|
139
|
+
this.$showMessage('请选择片区')
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
</script>
|