safecheck-client 3.0.34-6 → 3.0.34-61
Sign up to get free protection for your applications and to get access to all the features.
- package/docs/FormPrint.md +18 -18
- package/docs/GridTree.md +47 -47
- package/docs/PrintFile.md +38 -38
- package/docs/tree.md +40 -40
- package/package.json +1 -1
- package/src/App-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.vue +55 -0
- package/src/assets/123.png +0 -0
- package/src/assets/f8632d3c8c4c1cb68e99da754cab1a7.png +0 -0
- package/src/components/LoadData.vue +62 -0
- package/src/components/NewDefectList/DefectListNew.vue +617 -616
- package/src/components/android/AddGas.vue +147 -147
- package/src/components/android/AndroidDefectDeal.vue +1 -0
- package/src/components/android/AreaPlan.vue +566 -566
- package/src/components/android/AreaSelect.vue +208 -0
- package/src/components/android/BuildingSelect.vue +217 -0
- package/src/components/android/CheckPlanSelect.vue +248 -0
- package/src/components/android/CheckerMonthly.vue +84 -84
- package/src/components/android/LcheckUnplan.vue +108 -108
- package/src/components/android/PaperFeedback.vue +33 -0
- package/src/components/android/QRCode/QRCodeBinding.vue +300 -0
- package/src/components/android/QRCode/QRCodePage.vue +212 -0
- package/src/components/android/SafecheckDevices.vue +2 -2
- package/src/components/android/SafecheckOrderV.vue +8 -12
- package/src/components/android/SwitchValve.vue +323 -323
- package/src/components/android/examples/SafeListExamples.vue +96 -0
- package/src/components/android/examples/UserExamples.vue +130 -0
- package/src/components/checkerphonestate/Checker.vue +32 -32
- package/src/components/checkerphonestate/CheckerState.vue +97 -97
- package/src/components/defects/AddDefectModal.vue +120 -120
- package/src/components/defects/AddDevice.vue +95 -95
- package/src/components/defects/DevicesSeting.vue +106 -106
- package/src/components/metterfiles/AddUserfiles.vue +246 -246
- package/src/components/metterfiles/MetterFiles.vue +104 -104
- package/src/components/notice/NoticeQuery.vue +76 -76
- package/src/components/paper/RepairVerifyForm.vue +76 -76
- package/src/components/phonestate/DailyTraffic.vue +57 -57
- package/src/components/phonestate/LastKnownState.vue +74 -74
- package/src/components/rongcheng/AddPlanItem.vue +4 -0
- package/src/components/rongcheng/AspiratedUserInfo.vue +1 -1
- package/src/components/rongcheng/CheckSearchUser.vue +40 -14
- package/src/components/rongcheng/PaperStatem.vue +6 -1
- package/src/components/rongcheng/PhoneDevicesInfo.vue +16 -1
- package/src/components/rongcheng/PhoneUpUserinfo.vue +0 -92
- package/src/components/rongcheng/SafecheckOrderV.vue +12 -3
- package/src/components/rongcheng/SafecheckOrderVCli.vue +9 -0
- package/src/components/task/RepairAnnual.vue +79 -79
- package/src/components/task/RepairAnnualDetail.vue +49 -49
- package/src/components/task/RepairMonthly.vue +91 -91
- package/src/components/task/TaskAnnual.vue +77 -77
- package/src/components/task/TaskAnnualDetail.vue +47 -47
- package/src/components/task/TaskMonthly.vue +89 -89
- package/src/components/userfile/UserfileChange.vue +277 -277
- package/src/filiale/baiyin/android/AndroidDefectDeal.vue +4 -4
- package/src/filiale/baiyin/android/SafecheckOrderV.vue +2785 -0
- package/src/filiale/baiyin/android.js +1 -0
- package/src/filiale/baiyin/pc/CheckSearchUser.vue +2 -2
- package/src/filiale/baiyin/pc/DefectListNew.vue +3 -3
- package/src/filiale/baiyin/pc/PaperList.vue +7 -7
- package/src/filiale/baiyin/pc/checkUserList.vue +771 -771
- package/src/filiale/baiyin/pc.js +21 -21
- package/src/filiale/bayan/android/SafecheckOrderV.vue +52 -29
- package/src/filiale/bayan/pc/PaperList.vue +1 -0
- package/src/filiale/fugou/pc/CheckBookSearchUser.vue +35 -15
- package/src/filiale/huaran/android/SafecheckOrderV.vue +2803 -0
- package/src/filiale/huaran/android.js +12 -0
- package/src/filiale/huaran/pc/CheckBook.vue +313 -0
- package/src/filiale/huaran/pc/CheckBookAll.vue +69 -0
- package/src/filiale/huaran/pc/CheckBookArea.vue +170 -0
- package/src/filiale/huaran/pc/CheckBookCompany.vue +166 -0
- package/src/filiale/huaran/pc/CheckBookDetails.vue +196 -0
- package/src/filiale/huaran/pc/CheckBookEntry.vue +61 -0
- package/src/filiale/huaran/pc/CheckBookList.vue +386 -0
- package/src/filiale/huaran/pc/CheckBookSearchArea.vue +564 -0
- package/src/filiale/huaran/pc/CheckBookSearchUnit.vue +229 -0
- package/src/filiale/huaran/pc/CheckBookSearchUser.vue +604 -0
- package/src/filiale/huaran/pc/CheckBookUser.vue +112 -0
- package/src/filiale/huaran/pc/PaperList.vue +822 -0
- package/src/filiale/huaran/pc/PlanManage.vue +887 -0
- package/src/filiale/huaran/pc/checkPlanList.vue +419 -0
- package/src/filiale/huaran/pc/checkUserList.vue +867 -0
- package/src/filiale/huaran/pc.js +27 -0
- package/src/filiale/jiaxian/android/AddPlanItem.vue +447 -0
- package/src/filiale/jiaxian/android/PhoneUpUserinfo.vue +1229 -0
- package/src/filiale/jiaxian/android/SafecheckDevices.vue +6 -6
- package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2807 -0
- package/src/filiale/jiaxian/android/SafecheckUserInfo.vue +784 -0
- package/src/filiale/jiaxian/android.js +4 -0
- package/src/filiale/kelai/pc/CheckPlanAreaList.vue +15 -7
- package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -0
- package/src/filiale/ruihua/android/SafecheckUserInfo.vue +804 -0
- package/src/filiale/ruihua/android.js +11 -0
- package/src/filiale/shanxian/pc/checkUserList.vue +700 -700
- package/src/filiale/siyang/pc/CheckBookSearchArea.vue +645 -0
- package/src/filiale/siyang/pc/CheckPlanAreaList.vue +512 -0
- package/src/filiale/siyang/pc/CheckSearchUser.vue +982 -0
- package/src/filiale/siyang/pc/HiddenSituation.vue +167 -0
- package/src/filiale/siyang/pc/checkPlanList.vue +367 -0
- package/src/filiale/siyang/pc/checkUserList.vue +22 -18
- package/src/filiale/siyang/pc.js +5 -0
- package/src/filiale/tongchuan/android/Select.vue +421 -0
- package/src/filiale/tongchuan/android.js +1 -0
- package/src/filiale/tongchuan/pc/CheckPlanCountChartArea.vue +3 -1
- package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +6 -2
- package/src/filiale/tongchuan/pc/HiddenSituation.vue +3 -1
- package/src/filiale/tongchuan/pc/NewCheckpaper.vue +13 -22
- package/src/filiale/tongchuan/pc/PaperDefectMain.vue +1060 -1060
- package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +5 -2
- package/src/filiale/tongchuan/utils/EventListener.js +29 -0
- package/src/filiale/tongchuan/utils/coerceBoolean.js +7 -0
- package/src/filiale/weinan/android/SafecheckDevices.vue +1 -1
- package/src/filiale/weinan/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/weinan/pc/CheckBookSearchUserList.vue +735 -722
- package/src/filiale/weinan/pc/CheckDetail.vue +278 -278
- package/src/filiale/weinan/pc/DefectListNew.vue +617 -617
- package/src/filiale/weinan/pc/DefectMainNew.vue +63 -63
- package/src/filiale/weinan/pc/DefectPaperNew.vue +31 -0
- package/src/filiale/weinan/pc/DeviceChange.vue +1088 -0
- package/src/filiale/weinan/pc/checkUserList.vue +712 -776
- package/src/filiale/weinan/pc.js +47 -46
- package/src/filiale/wuan/android/SafecheckOrderV.vue +1 -0
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +4 -0
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1192 -1192
- package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +472 -472
- package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +473 -473
- package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +13 -11
- package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +6 -6
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +10 -10
- package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +10 -10
- package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +6 -6
- package/src/filiale/yangchunboneng/pc/PaperList.vue +6 -6
- package/src/filiale/yuansheng/android/SafecheckDevices.vue +11 -1
- package/src/filiale/yuansheng/pc/NewCheckpaper.vue +10 -2
- package/src/main-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.js +24 -0
- package/src/safecheck-android.js +7 -0
- package/src/safecheck-page.js +10 -0
@@ -1,63 +1,63 @@
|
|
1
|
-
<template>
|
2
|
-
<div id="unit" class="flex-row" :class="{'binary':showItem}">
|
3
|
-
<div :class="{'basic-main':!showItem,'binary-left':showItem}">
|
4
|
-
<defect-paper-new @select-changed="selected" :style="style" :style2="style2" v-ref:check></defect-paper-new>
|
5
|
-
</div>
|
6
|
-
<div class="binary-right" v-show="showItem">
|
7
|
-
<div class="flex">
|
8
|
-
<defect-list-new v-if='$refs.check && $refs.check.selected' :check='$refs.check.selected'
|
9
|
-
v-ref:detail></defect-list-new>
|
10
|
-
</div>
|
11
|
-
</div>
|
12
|
-
</div>
|
13
|
-
</template>
|
14
|
-
|
15
|
-
<script>
|
16
|
-
import DefectPaperNew from './DefectPaperNew'
|
17
|
-
import DefectListNew from './DefectListNew'
|
18
|
-
|
19
|
-
export default {
|
20
|
-
title: '隐患查看',
|
21
|
-
props: ['f'],
|
22
|
-
components: {DefectPaperNew, DefectListNew},
|
23
|
-
data() {
|
24
|
-
return {
|
25
|
-
showItem: false,
|
26
|
-
style: 'col-sm-2 form-group',
|
27
|
-
style2: 'col-sm-4 form-group'
|
28
|
-
}
|
29
|
-
},
|
30
|
-
methods: {
|
31
|
-
selected(row) {
|
32
|
-
this.showItem = true
|
33
|
-
}
|
34
|
-
},
|
35
|
-
watch: {
|
36
|
-
'showItem'(val) {
|
37
|
-
//tag
|
38
|
-
//tag
|
39
|
-
if (val) {
|
40
|
-
this.style = 'col-sm-3 form-group'
|
41
|
-
this.style2 = 'col-sm-6 form-group'
|
42
|
-
} else {
|
43
|
-
this.style = 'col-sm-2 form-group'
|
44
|
-
this.style2 = 'col-sm-4 form-group'
|
45
|
-
}
|
46
|
-
}
|
47
|
-
}
|
48
|
-
}
|
49
|
-
</script>
|
50
|
-
<style>
|
51
|
-
.form-input-group label {
|
52
|
-
text-align: right;
|
53
|
-
width: auto;
|
54
|
-
}
|
55
|
-
|
56
|
-
.datapanel {
|
57
|
-
color: #333;
|
58
|
-
background-color: white;
|
59
|
-
box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px;
|
60
|
-
padding: 5px 7px 5px 7px;
|
61
|
-
border-radius: 10px;
|
62
|
-
}
|
63
|
-
</style>
|
1
|
+
<template>
|
2
|
+
<div id="unit" class="flex-row" :class="{'binary':showItem}">
|
3
|
+
<div :class="{'basic-main':!showItem,'binary-left':showItem}">
|
4
|
+
<defect-paper-new @select-changed="selected" :style="style" :style2="style2" v-ref:check></defect-paper-new>
|
5
|
+
</div>
|
6
|
+
<div class="binary-right" v-show="showItem">
|
7
|
+
<div class="flex">
|
8
|
+
<defect-list-new v-if='$refs.check && $refs.check.selected' :check='$refs.check.selected'
|
9
|
+
v-ref:detail></defect-list-new>
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
</template>
|
14
|
+
|
15
|
+
<script>
|
16
|
+
import DefectPaperNew from './DefectPaperNew'
|
17
|
+
import DefectListNew from './DefectListNew'
|
18
|
+
|
19
|
+
export default {
|
20
|
+
title: '隐患查看',
|
21
|
+
props: ['f'],
|
22
|
+
components: {DefectPaperNew, DefectListNew},
|
23
|
+
data() {
|
24
|
+
return {
|
25
|
+
showItem: false,
|
26
|
+
style: 'col-sm-2 form-group',
|
27
|
+
style2: 'col-sm-4 form-group'
|
28
|
+
}
|
29
|
+
},
|
30
|
+
methods: {
|
31
|
+
selected(row) {
|
32
|
+
this.showItem = true
|
33
|
+
}
|
34
|
+
},
|
35
|
+
watch: {
|
36
|
+
'showItem'(val) {
|
37
|
+
//tag
|
38
|
+
//tag
|
39
|
+
if (val) {
|
40
|
+
this.style = 'col-sm-3 form-group'
|
41
|
+
this.style2 = 'col-sm-6 form-group'
|
42
|
+
} else {
|
43
|
+
this.style = 'col-sm-2 form-group'
|
44
|
+
this.style2 = 'col-sm-4 form-group'
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
</script>
|
50
|
+
<style>
|
51
|
+
.form-input-group label {
|
52
|
+
text-align: right;
|
53
|
+
width: auto;
|
54
|
+
}
|
55
|
+
|
56
|
+
.datapanel {
|
57
|
+
color: #333;
|
58
|
+
background-color: white;
|
59
|
+
box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px;
|
60
|
+
padding: 5px 7px 5px 7px;
|
61
|
+
border-radius: 10px;
|
62
|
+
}
|
63
|
+
</style>
|
@@ -175,6 +175,18 @@
|
|
175
175
|
:multiple="true">
|
176
176
|
</v-select>
|
177
177
|
</div>
|
178
|
+
<div :class="$parent.$parent.style">
|
179
|
+
<label class="font_normal_body">是否限购</label>
|
180
|
+
<v-select style="width:60% "
|
181
|
+
class="select select_list"
|
182
|
+
:options='$parent.$parent.isOrNo'
|
183
|
+
v-model='model.f_is_black'
|
184
|
+
:value.sync="model.f_is_black"
|
185
|
+
placeholder='是否限购'
|
186
|
+
condition="f_is_black = '{}'"
|
187
|
+
:multiple="false">
|
188
|
+
</v-select>
|
189
|
+
</div>
|
178
190
|
</div>
|
179
191
|
<div class="row" v-show="$parent.$parent.$parent.showItem">
|
180
192
|
<div :class="$parent.$parent.style">
|
@@ -329,6 +341,18 @@
|
|
329
341
|
placeholder='隐患类型'
|
330
342
|
:multiple="true">
|
331
343
|
</v-select>
|
344
|
+
</div>
|
345
|
+
<div :class="$parent.$parent.style">
|
346
|
+
<label class="font_normal_body">是否限购</label>
|
347
|
+
<v-select style="width:60% "
|
348
|
+
class="select select_list"
|
349
|
+
:options='$parent.$parent.isOrNo'
|
350
|
+
v-model='model.f_is_black'
|
351
|
+
:value.sync="model.f_is_black"
|
352
|
+
placeholder='是否限购'
|
353
|
+
condition="f_is_black = '{}'"
|
354
|
+
:multiple="false">
|
355
|
+
</v-select>
|
332
356
|
</div>
|
333
357
|
<div :class="$parent.$parent.style">
|
334
358
|
<label class="font_normal_body">维 修 员</label>
|
@@ -371,6 +395,7 @@
|
|
371
395
|
<th><nobr>完成情况</nobr></th>
|
372
396
|
<th><nobr>维修情况</nobr></th>
|
373
397
|
<th><nobr>维修员</nobr></th>
|
398
|
+
<th><nobr>限购状态</nobr></th>
|
374
399
|
<th><nobr>隐患明细</nobr></th>
|
375
400
|
</tr>
|
376
401
|
</template>
|
@@ -392,6 +417,7 @@
|
|
392
417
|
<td style="text-align: center;white-space:nowrap;">{{row.f_is_repair}}</td>
|
393
418
|
<td style="text-align: center;white-space:nowrap;">{{row.f_repaired}}</td>
|
394
419
|
<td style="text-align: center;white-space:nowrap;">{{row.f_repairman}}</td>
|
420
|
+
<td style="text-align: center;white-space:nowrap;">{{row.f_is_black}}</td>
|
395
421
|
<td style="text-align: center;white-space:nowrap;">{{ $parent.$parent.$parent.trouble(row.f_defect_content)}}</td>
|
396
422
|
</template>
|
397
423
|
</data-grid>
|
@@ -522,7 +548,9 @@ export default {
|
|
522
548
|
checker_name:'',
|
523
549
|
defectType:[],
|
524
550
|
defectLeave:'',
|
551
|
+
is_black:'',
|
525
552
|
defectLeaveList:[{label:'全部',value:''},{label:'重大',value:'重大'},{label:'一般',value:'一般'}],
|
553
|
+
isOrNo:[{label:'全部',value:''},{label:'是',value:'是'},{label:'否',value:'否'}],
|
526
554
|
repaired:[{label: '全部', value: ''},{label: '未完成', value: '未完成'}, {label: '已完成', value: '已完成'}],
|
527
555
|
deals:[{label: '全部', value: ''},{label: '未处理', value: '未处理'}, {label: '已处理', value: '已处理'}],
|
528
556
|
f: this.$login.f,
|
@@ -990,6 +1018,9 @@ export default {
|
|
990
1018
|
}
|
991
1019
|
}
|
992
1020
|
args.condition += ` )`
|
1021
|
+
}
|
1022
|
+
if (this.is_black){
|
1023
|
+
|
993
1024
|
}
|
994
1025
|
this.model.search(args.condition, args.model)
|
995
1026
|
console.log('zzz',args.condition)
|