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
@@ -68,10 +68,11 @@
|
|
68
68
|
</div>
|
69
69
|
<div class="row">
|
70
70
|
<div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
|
71
|
-
<label class="font_normal_body"
|
71
|
+
<label class="font_normal_body">首次通气开始</label>
|
72
72
|
<datepicker
|
73
73
|
:value.sync="model.f_gas_date_str"
|
74
74
|
style="width: 60%"
|
75
|
+
placeholder='首次通气开始日期'
|
75
76
|
:format="'yyyy-MM-dd 00:00:00'"
|
76
77
|
v-model="model.f_gas_date_str"
|
77
78
|
condition="f_uservent_date > '{}'"
|
@@ -79,38 +80,39 @@
|
|
79
80
|
</datepicker>
|
80
81
|
</div>
|
81
82
|
<div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
|
82
|
-
<label class="font_normal_body"
|
83
|
+
<label class="font_normal_body">首次通气结束</label>
|
83
84
|
<datepicker
|
84
85
|
:value.sync="model.f_gas_date_end"
|
85
86
|
style="width: 60%"
|
87
|
+
placeholder='首次通气结束日期'
|
86
88
|
:format="'yyyy-MM-dd 23:59:59'"
|
87
89
|
v-model="model.f_gas_date_end"
|
88
90
|
condition="f_uservent_date < '{}'"
|
89
91
|
>
|
90
92
|
</datepicker>
|
91
93
|
</div>
|
92
|
-
<div class="form-group col-sm-
|
93
|
-
<label class="font_normal_body"
|
94
|
+
<div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow" >
|
95
|
+
<label class="font_normal_body">表具通气开始</label>
|
94
96
|
<datepicker
|
95
97
|
:value.sync="model.f_check_start"
|
96
|
-
placeholder='
|
98
|
+
placeholder='表具通气开始时间' style="width: 60%"
|
97
99
|
:disabled-days-of-week="[]"
|
98
100
|
:format="'yyyy-MM-dd'"
|
99
101
|
:show-rest-button="reset"
|
100
102
|
v-model="model.f_check_start"
|
101
|
-
condition="
|
103
|
+
condition="f_gas_date > ='{} 00:00:00'">
|
102
104
|
</datepicker>
|
103
105
|
</div>
|
104
|
-
<div class="form-group col-sm-
|
105
|
-
<label class="font_normal_body"
|
106
|
+
<div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow" >
|
107
|
+
<label class="font_normal_body">表具通气结束</label>
|
106
108
|
<datepicker
|
107
109
|
:value.sync="model.f_check_end"
|
108
|
-
placeholder='
|
110
|
+
placeholder='表具通气结束时间' style="width: 60%"
|
109
111
|
:disabled-days-of-week="[]"
|
110
112
|
:format="'yyyy-MM-dd'"
|
111
113
|
:show-rest-button="reset"
|
112
114
|
v-model="model.f_check_end"
|
113
|
-
condition="
|
115
|
+
condition="f_gas_date <= '{} 23:59:59'">
|
114
116
|
</datepicker>
|
115
117
|
</div>
|
116
118
|
</div>
|
@@ -635,7 +637,7 @@ export default {
|
|
635
637
|
// this.$refs.paged.$refs.criteria.model.f_is_checkbook = 'f_check_book_name is null'
|
636
638
|
// //tag
|
637
639
|
// // this.init=true
|
638
|
-
|
640
|
+
this.freshCheckBook()
|
639
641
|
}
|
640
642
|
}
|
641
643
|
</script>
|
@@ -36,10 +36,10 @@
|
|
36
36
|
condition="tuf.f_user_type ='{}'"></v-select>
|
37
37
|
</div>
|
38
38
|
<div class="form-group col-sm-3">
|
39
|
-
<label class="font_normal_body"
|
39
|
+
<label class="font_normal_body">首次通气开始</label>
|
40
40
|
<datepicker
|
41
41
|
:value.sync="model.f_gas_start"
|
42
|
-
placeholder='
|
42
|
+
placeholder='首次通气开始' style="width: 60%"
|
43
43
|
:disabled-days-of-week="[]"
|
44
44
|
:format="'yyyy-MM-dd'"
|
45
45
|
:show-rest-button="reset"
|
@@ -48,10 +48,10 @@
|
|
48
48
|
</datepicker>
|
49
49
|
</div>
|
50
50
|
<div class="form-group col-sm-3">
|
51
|
-
<label class="font_normal_body"
|
51
|
+
<label class="font_normal_body">首次通气结束</label>
|
52
52
|
<datepicker
|
53
53
|
:value.sync="model.f_gas_end"
|
54
|
-
placeholder='
|
54
|
+
placeholder='首次通气结束' style="width: 60%"
|
55
55
|
:disabled-days-of-week="[]"
|
56
56
|
:format="'yyyy-MM-dd'"
|
57
57
|
:show-rest-button="reset"
|
@@ -83,7 +83,7 @@
|
|
83
83
|
<th><nobr>用户姓名</nobr></th>
|
84
84
|
<th><nobr>用户电话</nobr></th>
|
85
85
|
<th><nobr>用户地址</nobr></th>
|
86
|
-
<th><nobr
|
86
|
+
<th><nobr>首次通气日期</nobr></th>
|
87
87
|
<th><nobr>操作</nobr></th>
|
88
88
|
</tr>
|
89
89
|
</template>
|
@@ -131,7 +131,7 @@ export default {
|
|
131
131
|
'f_user_name': '客户姓名',
|
132
132
|
'f_user_phone':'客户电话',
|
133
133
|
'f_address': '客户地址',
|
134
|
-
'f_uservent_date': '
|
134
|
+
'f_uservent_date': '首次通气日期'
|
135
135
|
},
|
136
136
|
userTypes: [{label: '全部', value: ''},{label: '民用', value: '民用'}, {label: '非民用', value: '非民用'}],
|
137
137
|
model: new PagedList('rs/sql/getUserByCheckBook', 50)
|
@@ -193,10 +193,10 @@
|
|
193
193
|
</v-select>
|
194
194
|
</div>
|
195
195
|
<div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
|
196
|
-
<label class="font_normal_body"
|
196
|
+
<label class="font_normal_body">首次通气开始</label>
|
197
197
|
<datepicker
|
198
198
|
:value.sync="model.f_gas_start"
|
199
|
-
placeholder='
|
199
|
+
placeholder='首次通气开始'
|
200
200
|
:disabled-days-of-week="[]"
|
201
201
|
style="width: 60%"
|
202
202
|
:format="'yyyy-MM-dd'"
|
@@ -207,10 +207,10 @@
|
|
207
207
|
</datepicker>
|
208
208
|
</div>
|
209
209
|
<div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
|
210
|
-
<label class="font_normal_body"
|
210
|
+
<label class="font_normal_body">首次通气结束</label>
|
211
211
|
<datepicker
|
212
212
|
:value.sync="model.f_gas_end"
|
213
|
-
placeholder='
|
213
|
+
placeholder='首次通气结束'
|
214
214
|
style="width: 60%"
|
215
215
|
:disabled-days-of-week="[]"
|
216
216
|
:format="'yyyy-MM-dd'"
|
@@ -374,10 +374,10 @@
|
|
374
374
|
close-on-select clear-button></v-select>
|
375
375
|
</div>
|
376
376
|
<div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
|
377
|
-
<label class="font_normal_body"
|
377
|
+
<label class="font_normal_body">首次通气开始</label>
|
378
378
|
<datepicker
|
379
379
|
:value.sync="model.f_gas_start"
|
380
|
-
placeholder='
|
380
|
+
placeholder='首次通气开始'
|
381
381
|
:disabled-days-of-week="[]"
|
382
382
|
style="width: 60%"
|
383
383
|
:format="'yyyy-MM-dd'"
|
@@ -388,10 +388,10 @@
|
|
388
388
|
</datepicker>
|
389
389
|
</div>
|
390
390
|
<div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
|
391
|
-
<label class="font_normal_body"
|
391
|
+
<label class="font_normal_body">首次通气结束</label>
|
392
392
|
<datepicker
|
393
393
|
:value.sync="model.f_gas_end"
|
394
|
-
placeholder='
|
394
|
+
placeholder='首次通气结束'
|
395
395
|
style="width: 60%"
|
396
396
|
:disabled-days-of-week="[]"
|
397
397
|
:format="'yyyy-MM-dd'"
|
@@ -496,7 +496,7 @@
|
|
496
496
|
<nobr>建档日期</nobr>
|
497
497
|
</th>
|
498
498
|
<th>
|
499
|
-
<nobr
|
499
|
+
<nobr>首次通气日期</nobr>
|
500
500
|
</th>
|
501
501
|
<th v-show="$parent.$parent.$parent.showcode">
|
502
502
|
<nobr>二维码</nobr>
|
@@ -605,7 +605,7 @@ export default {
|
|
605
605
|
'f_last_check_state': '安检状态',
|
606
606
|
'f_last_check_result': '安检结果',
|
607
607
|
'f_createfile_date': '建档日期',
|
608
|
-
'f_uservent_date': '
|
608
|
+
'f_uservent_date': '首次通气日期'
|
609
609
|
},
|
610
610
|
model: new PagedList('rs/sql/根据安检员查询用户档案', 20, {
|
611
611
|
orderitem: "'f_last_check_date'",
|
@@ -159,10 +159,10 @@
|
|
159
159
|
style="width: 60%" placeholder="用户名称">
|
160
160
|
</div>
|
161
161
|
<div :class="$parent.$parent.style" >
|
162
|
-
<label class="font_normal_body"
|
162
|
+
<label class="font_normal_body">首次通气开始</label>
|
163
163
|
<datepicker
|
164
164
|
:value.sync="model.f_gas_start"
|
165
|
-
placeholder='
|
165
|
+
placeholder='首次通气开始时间' style="width: 60%"
|
166
166
|
:disabled-days-of-week="[]"
|
167
167
|
:format="'yyyy-MM-dd'"
|
168
168
|
:show-rest-button="reset"
|
@@ -171,10 +171,10 @@
|
|
171
171
|
</datepicker>
|
172
172
|
</div>
|
173
173
|
<div :class="$parent.$parent.style" >
|
174
|
-
<label class="font_normal_body"
|
174
|
+
<label class="font_normal_body">首次通气结束</label>
|
175
175
|
<datepicker
|
176
176
|
:value.sync="model.f_gas_end"
|
177
|
-
placeholder='
|
177
|
+
placeholder='首次通气结束时间' style="width: 60%"
|
178
178
|
:disabled-days-of-week="[]"
|
179
179
|
:format="'yyyy-MM-dd'"
|
180
180
|
:show-rest-button="reset"
|
@@ -335,10 +335,10 @@
|
|
335
335
|
style="width: 60%" placeholder="用户名称">
|
336
336
|
</div>
|
337
337
|
<div :class="$parent.$parent.style" >
|
338
|
-
<label class="font_normal_body"
|
338
|
+
<label class="font_normal_body">首次通气开始</label>
|
339
339
|
<datepicker
|
340
340
|
:value.sync="model.f_gas_start"
|
341
|
-
placeholder='
|
341
|
+
placeholder='首次通气开始时间' style="width: 60%"
|
342
342
|
:disabled-days-of-week="[]"
|
343
343
|
:format="'yyyy-MM-dd'"
|
344
344
|
:show-rest-button="reset"
|
@@ -347,10 +347,10 @@
|
|
347
347
|
</datepicker>
|
348
348
|
</div>
|
349
349
|
<div :class="$parent.$parent.style" >
|
350
|
-
<label class="font_normal_body"
|
350
|
+
<label class="font_normal_body">首次通气结束</label>
|
351
351
|
<datepicker
|
352
352
|
:value.sync="model.f_gas_end"
|
353
|
-
placeholder='
|
353
|
+
placeholder='首次通气结束时间' style="width: 60%"
|
354
354
|
:disabled-days-of-week="[]"
|
355
355
|
:format="'yyyy-MM-dd'"
|
356
356
|
:show-rest-button="reset"
|
@@ -372,7 +372,7 @@
|
|
372
372
|
<th><nobr>用户小区</nobr></th>
|
373
373
|
<th><nobr>用户地址</nobr></th>
|
374
374
|
<th>
|
375
|
-
<nobr
|
375
|
+
<nobr>首次通气时间</nobr>
|
376
376
|
</th>
|
377
377
|
<th><nobr>安检时间</nobr></th>
|
378
378
|
<th><nobr>安检员</nobr></th>
|
@@ -574,7 +574,7 @@ export default {
|
|
574
574
|
repairers:[],
|
575
575
|
cbcs:[],
|
576
576
|
thead: '',
|
577
|
-
headData: ['入户状态','用户编号','用户名','用户电话','用户小区','用户地址','
|
577
|
+
headData: ['入户状态','用户编号','用户名','用户电话','用户小区','用户地址','首次通气时间','安检时间','安检员','计划名','是否有隐患','隐患数','隐患明细','处理数','完成数','处理情况','完成情况','维修员'],
|
578
578
|
bodyData: ['f_entry_status','f_userinfo_code','f_user_name','f_user_phone','f_residential_area','f_address','f_uservent_date','f_offsite_time','f_checker_name','f_plan_name','f_has_defect','f_defect_count','f_defect_content','f_deal_count','f_repair_count','f_is_deal','f_is_repair','f_repairman'],
|
579
579
|
}
|
580
580
|
},
|
@@ -170,10 +170,10 @@
|
|
170
170
|
</datepicker>
|
171
171
|
</div>
|
172
172
|
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
|
173
|
-
<label class="font_normal_body"
|
173
|
+
<label class="font_normal_body">首次通气开始</label>
|
174
174
|
<datepicker
|
175
175
|
:value.sync="model.f_gas_start"
|
176
|
-
placeholder='
|
176
|
+
placeholder='首次通气开始时间' style="width: 60%"
|
177
177
|
:disabled-days-of-week="[]"
|
178
178
|
:format="'yyyy-MM-dd'"
|
179
179
|
:show-rest-button="reset"
|
@@ -182,10 +182,10 @@
|
|
182
182
|
</datepicker>
|
183
183
|
</div>
|
184
184
|
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
|
185
|
-
<label class="font_normal_body"
|
185
|
+
<label class="font_normal_body">首次通气结束</label>
|
186
186
|
<datepicker
|
187
187
|
:value.sync="model.f_gas_end"
|
188
|
-
placeholder='
|
188
|
+
placeholder='首次通气结束时间' style="width: 60%"
|
189
189
|
:disabled-days-of-week="[]"
|
190
190
|
:format="'yyyy-MM-dd'"
|
191
191
|
:show-rest-button="reset"
|
@@ -239,7 +239,7 @@
|
|
239
239
|
<data-order field="f_address" name="客户地址"></data-order>
|
240
240
|
</th>
|
241
241
|
<th>
|
242
|
-
<nobr
|
242
|
+
<nobr>首次通气时间</nobr>
|
243
243
|
</th>
|
244
244
|
<th>
|
245
245
|
<data-order field="f_offsite_time" name="安检时间"></data-order>
|
@@ -501,7 +501,7 @@
|
|
501
501
|
'f_user_phone': '客户电话',
|
502
502
|
'f_residential_area': '小区',
|
503
503
|
'f_address': '客户地址',
|
504
|
-
'f_uservent_date': '
|
504
|
+
'f_uservent_date': '首次通气时间',
|
505
505
|
'f_offsite_time': '安检时间',
|
506
506
|
'f_checker_name': '安检员',
|
507
507
|
'f_deal_dispose': '处理方式',
|
@@ -242,10 +242,10 @@
|
|
242
242
|
</v-select>
|
243
243
|
</div>
|
244
244
|
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
|
245
|
-
<label class="font_normal_body"
|
245
|
+
<label class="font_normal_body">首次通气开始</label>
|
246
246
|
<datepicker
|
247
247
|
:value.sync="model.f_gas_start"
|
248
|
-
placeholder='
|
248
|
+
placeholder='首次通气开始时间' style="width: 60%"
|
249
249
|
:disabled-days-of-week="[]"
|
250
250
|
:format="'yyyy-MM-dd'"
|
251
251
|
:show-rest-button="reset"
|
@@ -254,10 +254,10 @@
|
|
254
254
|
</datepicker>
|
255
255
|
</div>
|
256
256
|
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
|
257
|
-
<label class="font_normal_body"
|
257
|
+
<label class="font_normal_body">首次通气结束</label>
|
258
258
|
<datepicker
|
259
259
|
:value.sync="model.f_gas_end"
|
260
|
-
placeholder='
|
260
|
+
placeholder='首次通气结束时间' style="width: 60%"
|
261
261
|
:disabled-days-of-week="[]"
|
262
262
|
:format="'yyyy-MM-dd'"
|
263
263
|
:show-rest-button="reset"
|
@@ -304,7 +304,7 @@
|
|
304
304
|
<nobr>客户地址</nobr>
|
305
305
|
</th>
|
306
306
|
<th>
|
307
|
-
<nobr
|
307
|
+
<nobr>首次通气时间</nobr>
|
308
308
|
</th>
|
309
309
|
<th>
|
310
310
|
<nobr>安检状态</nobr>
|
@@ -476,7 +476,7 @@ export default {
|
|
476
476
|
'f_check_type': '客户类型',
|
477
477
|
'f_residential_area': '小区',
|
478
478
|
'f_address': '客户地址',
|
479
|
-
'f_uservent_date': '
|
479
|
+
'f_uservent_date': '首次通气时间',
|
480
480
|
'f_entry_status': '安检状态',
|
481
481
|
'f_offsite_time': '安检时间',
|
482
482
|
'f_checker_name': '安检员',
|
@@ -713,7 +713,6 @@ export default {
|
|
713
713
|
//tag ===> ' + Math.abs(this.f_items[this.f_gas_aberrant_number.index].f_item_value))
|
714
714
|
//tag ===> ' + JSON.stringify(Number(this.gasDeviation)))
|
715
715
|
// 计算差值是否在范围内
|
716
|
-
|
717
716
|
if (Math.abs(this.f_items[this.f_meter_aberrant_number2.index].f_item_value) > Number(this.gasDeviation)) {
|
718
717
|
this.f_items[this.f_meter_aberrant_number2.index].f_is_defect = true
|
719
718
|
this.f_items[this.f_meter_aberrant_number2.index].f_deal_dispose = '未处理'
|
@@ -721,6 +720,17 @@ export default {
|
|
721
720
|
this.f_items[this.f_meter_aberrant_number2.index].f_is_defect = null
|
722
721
|
this.f_items[this.f_meter_aberrant_number2.index].f_deal_dispose = null
|
723
722
|
}
|
723
|
+
if( this.f_items[this.f_meter_aberrant_number2.index].f_is_defect = true){
|
724
|
+
this.$showMessage(`表底数异常差值为:${this.f_items[this.f_meter_aberrant_number2.index].f_item_value},是否为隐患?`, ['confirm', 'cancel']).then((res) => {
|
725
|
+
if (res === 'confirm') {
|
726
|
+
this.f_items[this.f_meter_aberrant_number2.index].f_is_defect = true
|
727
|
+
this.f_items[this.f_meter_aberrant_number2.index].f_deal_dispose = '未处理'
|
728
|
+
}else{
|
729
|
+
this.f_items[this.f_meter_aberrant_number2.index].f_is_defect = null
|
730
|
+
this.f_items[this.f_meter_aberrant_number2.index].f_deal_dispose = null
|
731
|
+
}
|
732
|
+
})
|
733
|
+
}
|
724
734
|
},
|
725
735
|
|
726
736
|
getGasAberrantNumber(val) {
|
@@ -689,8 +689,16 @@ export default {
|
|
689
689
|
deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
|
690
690
|
}
|
691
691
|
}
|
692
|
+
} else if (items.f_item_name === '表底数异常差值') {
|
693
|
+
var deviation = this.$appdata.getSingleValue('气量异常差值允许误差')
|
694
|
+
if (parseFloat(items.f_item_value[0]).toString() != "NaN" && parseFloat(deviation).toString() != "NaN") {
|
695
|
+
if (parseFloat(items.f_item_value[0]) > parseFloat(deviation) || parseFloat(items.f_item_value[0]) < parseFloat(deviation) * -1) {
|
696
|
+
checkResult = '有隐患'
|
697
|
+
this.result = '有隐患'
|
698
|
+
deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
|
699
|
+
}
|
700
|
+
}
|
692
701
|
}
|
693
|
-
|
694
702
|
//tag)
|
695
703
|
//tag
|
696
704
|
//tag
|
@@ -839,7 +847,7 @@ export default {
|
|
839
847
|
},
|
840
848
|
isred(val1, val2) {
|
841
849
|
//tag
|
842
|
-
if (val2
|
850
|
+
if (val2 === '气量异常差值' || val2 === '金额异常差值') {
|
843
851
|
return
|
844
852
|
}
|
845
853
|
for (let i = 0; i < this.devicesAll.length; i++) {
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import Vue from 'vue'
|
2
|
+
import App from './App'
|
3
|
+
import { all } from 'vue-client'
|
4
|
+
// import { system } from 'system-clients'
|
5
|
+
import safecheckAndroid from './safecheck-page'
|
6
|
+
// import VueClipboard from 'vue-clipboard2'
|
7
|
+
// Vue.use(VueClipboard)
|
8
|
+
Vue.config.silent = true
|
9
|
+
/** **************************通用组件******************************/
|
10
|
+
all()
|
11
|
+
// system(false,'shiquan')
|
12
|
+
safecheckAndroid()
|
13
|
+
// 打开热力系统登陆
|
14
|
+
Vue.$heatCompatibility = false
|
15
|
+
|
16
|
+
require('system-clients/src/styles/less/bootstrap.less')
|
17
|
+
require('system-clients/src/styles/less/aofeng/expandcss.less')
|
18
|
+
Vue.component('load-data', (resolve) => { require(['./components/LoadData'], resolve) })
|
19
|
+
// 测试
|
20
|
+
// Vue.component('test', (resolve) => { require(['./components/Test'], resolve) });
|
21
|
+
new Vue({
|
22
|
+
el: 'body',
|
23
|
+
components: { App }
|
24
|
+
})
|
package/src/safecheck-android.js
CHANGED
@@ -5,11 +5,18 @@ export default function (filiale) {
|
|
5
5
|
// register check-paper asynchronosly
|
6
6
|
// 登录
|
7
7
|
Vue.component('android_login', (resolve) => { require(['./components/android/Login'], resolve) })
|
8
|
+
Vue.component('check-plan-select', (resolve) => { require(['./components/android/CheckPlanSelect'], resolve) })
|
9
|
+
Vue.component('area-select', (resolve) => { require(['./components/android/AreaSelect'], resolve) })
|
10
|
+
Vue.component('building-select', (resolve) => { require(['./components/android/BuildingSelect'], resolve) })
|
11
|
+
Vue.component('user-examples', (resolve) => { require(['./components/android/examples/UserExamples'], resolve) })
|
12
|
+
Vue.component('safe-list-examples', (resolve) => { require(['./components/android/examples/SafeListExamples'], resolve) })
|
8
13
|
Vue.component('img-self-android', (resolve) => {
|
9
14
|
require(['./components/android/ImgSelfAndroid'], resolve)
|
10
15
|
})
|
11
16
|
// 安检员导航
|
12
17
|
Vue.component('checker', (resolve) => { require(['./components/android/Checker'], resolve) })
|
18
|
+
Vue.component('qr-code-page', (resolve) => { require(['./components/android/QRCode/QRCodePage'], resolve) })
|
19
|
+
Vue.component('qr-code-binding', (resolve) => { require(['./components/android/QRCode/QRCodeBinding'], resolve) })
|
13
20
|
// 维修员
|
14
21
|
Vue.component('repairman', (resolve) => { require(['./components/android/Repairman'], resolve) })
|
15
22
|
// 所长
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import Vue from 'vue'
|
2
|
+
import { all } from 'vue-client'
|
3
|
+
|
4
|
+
export default function (filiale) {
|
5
|
+
// register check-paper asynchronosly
|
6
|
+
Vue.component('user-examples', (resolve) => { require(['./components/android/examples/UserExamples'], resolve) })
|
7
|
+
Vue.component('safe-list-examples', (resolve) => { require(['./components/android/examples/SafeListExamples'], resolve) })
|
8
|
+
|
9
|
+
}
|
10
|
+
|