safecheck-client 3.0.30-9 → 3.0.30-90

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.
Files changed (102) hide show
  1. package/examples/SafePlan-liaoyuan/App.vue +3 -1
  2. package/package.json +4 -3
  3. package/src/App.vue +2 -2
  4. package/src/components/DefectDealMain/DefectListNew.vue +5 -5
  5. package/src/components/Util.js +15 -0
  6. package/src/components/android/AddPlanItem.vue +5 -2
  7. package/src/components/android/AreaPlan.vue +2 -2
  8. package/src/components/android/CurrentCreate.vue +3 -2
  9. package/src/components/android/CurrentCreate_new.vue +563 -559
  10. package/src/components/android/PaperFeedback.vue +4 -2
  11. package/src/components/android/SafecheckOrderV.vue +2 -2
  12. package/src/components/android/UploadPage.vue +13 -123
  13. package/src/components/paper/PaperList.vue +9 -2
  14. package/src/components/paper/PlanChooser.vue +8 -6
  15. package/src/components/pc/Edit.vue +126 -0
  16. package/src/components/pc/LodopFuncs.js +159 -0
  17. package/src/components/pc/NewCheckpaper.vue +9 -5
  18. package/src/components/pc/PaperEdit.vue +151 -0
  19. package/src/components/pc/PrintData.vue +243 -0
  20. package/src/components/pc/PrintTable.vue +241 -0
  21. package/src/components/pc/SelectCheckPlanAndNoPLan.vue +3 -0
  22. package/src/components/report/NoCheckplanSafecheck.vue +0 -2
  23. package/src/components/rongcheng/CheckCurrentCreate.vue +8 -0
  24. package/src/components/rongcheng/PaperStatem.vue +42 -1
  25. package/src/components/rongcheng/PhoneUpUserinfo.vue +149 -199
  26. package/src/components/rongcheng/SafecheckOrderV.vue +8 -0
  27. package/src/components/rongcheng/SafecheckUserInfo.vue +419 -0
  28. package/src/components/rongcheng/report/CheckPlanAreaList.vue +21 -3
  29. package/src/filiale/ankangyihua/pc/checkUserList.vue +1 -0
  30. package/src/filiale/bayan/android/CurrentCreate.vue +1 -1
  31. package/src/filiale/bayan/android/Edit.vue +132 -0
  32. package/src/filiale/bayan/android/SafecheckOrderV.vue +2 -2
  33. package/src/filiale/bayan/android/SafecheckUserInfo.vue +6 -1
  34. package/src/filiale/bayan/android.js +2 -1
  35. package/src/filiale/fugou/android/AddPlanItem.vue +413 -0
  36. package/src/filiale/fugou/android.js +10 -0
  37. package/src/filiale/fugou/pc/DefectMainNew.vue +63 -0
  38. package/src/filiale/fugou/pc/DefectPaperNew.vue +1081 -0
  39. package/src/filiale/fugou/pc/PaperDefectMain.vue +890 -0
  40. package/src/filiale/fugou/pc/PaperList.vue +46 -0
  41. package/src/filiale/fugou/pc/checkUserList.vue +824 -0
  42. package/src/filiale/fugou/pc.js +5 -1
  43. package/src/filiale/hanzhong/android/SafecheckDevices.vue +24 -24
  44. package/src/filiale/hanzhong/android/SafecheckOrderV.vue +2 -2
  45. package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +1 -1
  46. package/src/filiale/hanzhong/pc/NewCheckpaper.vue +1923 -0
  47. package/src/filiale/hanzhong/pc.js +4 -1
  48. package/src/filiale/huatong/android/CurrentCreate.vue +564 -564
  49. package/src/filiale/huatong/android/SafecheckOrderV.vue +8 -0
  50. package/src/filiale/jingyang/android/AddPlanItem.vue +458 -0
  51. package/src/filiale/jingyang/android/CurrentCreate.vue +1080 -0
  52. package/src/filiale/jingyang/android/PhoneUpUserinfo.vue +34 -34
  53. package/src/filiale/jingyang/android/SafecheckOrderV.vue +2734 -0
  54. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +780 -0
  55. package/src/filiale/kelai/android/AddPlanItem.vue +488 -0
  56. package/src/filiale/kelai/android.js +1 -0
  57. package/src/filiale/liaoyuan/android/CurrentCreate.vue +1066 -0
  58. package/src/filiale/liaoyuan/android.js +1 -0
  59. package/src/filiale/pingxiang/pc/DefectPaperNew.vue +1 -1
  60. package/src/filiale/qianneng/android/PaperFeedback.vue +40 -0
  61. package/src/filiale/qianneng/pc/PaperList.vue +6 -0
  62. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +6 -0
  63. package/src/filiale/tianke/pc/checkScreen.vue +4 -4
  64. package/src/filiale/tianke/pc/cq.jpg +0 -0
  65. package/src/filiale/tianke/pc/qy.jpg +0 -0
  66. package/src/filiale/tongchuan/android/SafecheckDevices.vue +1 -0
  67. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +371 -401
  68. package/src/filiale/wensu/android/AndroidDefectDeal.vue +321 -366
  69. package/src/filiale/wensu/android/AndroidDefectDealItems.vue +480 -0
  70. package/src/filiale/wensu/android.js +1 -0
  71. package/src/filiale/wensu/pc/CheckSearchUser.vue +64 -0
  72. package/src/filiale/wensu/pc/DefectPaperNew.vue +16 -10
  73. package/src/filiale/wensu/pc/NewCheckpaper.vue +1936 -0
  74. package/src/filiale/wensu/pc/RoleSelector.vue +4 -1
  75. package/src/filiale/wensu/pc/checkUserList.vue +50 -0
  76. package/src/filiale/wensu/pc.js +2 -1
  77. package/src/filiale/wenxi/pc/DefectPaper.vue +1 -1
  78. package/src/filiale/wuhai/android/SafecheckOrderV.vue +2069 -2041
  79. package/src/filiale/wuhai/pc/NewCheckpaper.vue +26 -24
  80. package/src/filiale/yangchunboneng/android/PaperFeedback.vue +20 -0
  81. package/src/filiale/yangchunboneng/pc/CheckBookDetails.vue +19 -0
  82. package/src/filiale/yongzhou/pc/CheckSearchUser.vue +1092 -0
  83. package/src/filiale/yongzhou/pc/LodopFuncs.js +159 -0
  84. package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +252 -0
  85. package/src/filiale/yongzhou/pc/PaperList.vue +798 -0
  86. package/src/filiale/yongzhou/pc/PrintData.vue +243 -0
  87. package/src/filiale/yongzhou/pc/PrintTable.vue +241 -0
  88. package/src/filiale/yongzhou/pc/communityDetail.vue +35 -12
  89. package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +28 -14
  90. package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +28 -14
  91. package/src/filiale/yongzhou/pc/safeDetail.vue +43 -15
  92. package/src/filiale/yongzhou/pc/safeStatistics.vue +16 -6
  93. package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +81 -27
  94. package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +56 -26
  95. package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +16 -6
  96. package/src/filiale/yongzhou/pc/safeTable.vue +10 -2
  97. package/src/filiale/yongzhou/pc.js +17 -12
  98. package/src/filiale/zhongsheng/android/CurrentCreate.vue +540 -536
  99. package/src/filiale/zhongsheng/android/SafecheckUserInfo.vue +151 -53
  100. package/src/filiale/zhongsheng/pc/NewCheckpaper.vue +14 -0
  101. package/src/main.js +1 -1
  102. package/src/safecheck.js +12 -0
@@ -481,6 +481,14 @@ export default {
481
481
  return '未使用天然气则必须拍照'
482
482
  if(Vue.android && this.data.f_entry_status == '到访不遇' && this.data.f_noanswer_path == Vue.nopic)
483
483
  return '到访不遇必须拍照'
484
+
485
+ if(Vue.android && this.data.f_entry_status == '激光检漏' && this.data.f_detection_path == Vue.nopic)
486
+ return '激光检漏必须拍照'
487
+ if(Vue.android && this.data.f_entry_status == '立杠保压' && this.data.f_pressure_path == Vue.nopic)
488
+ return '立杠保压必须拍照'
489
+ if(Vue.android && this.data.f_entry_status == '室外关阀' && this.data.f_outdoor_path == Vue.nopic)
490
+ return '室外关阀必须拍照'
491
+
484
492
  },
485
493
  verifyUser() {
486
494
  let prefix = '用户基本信息:'
@@ -69,6 +69,9 @@
69
69
  <div class="form-group" :class="style__">
70
70
  <span class="col-md-3 col-sm-4 col-xs-4 text-left"><img src="../../assets/housestyle.png" style="width: 20px;margin-bottom: 5px;text-align: left" alt="">入户状态:</span>
71
71
  <div :class="style__" class="col-md-9 col-sm-8 col-xs-8 text-center">
72
+ <input type="radio" name="enterstatus" v-model="f_entry_status" id="new1" value="激光检漏">激光检漏
73
+ <input type="radio" name="enterstatus" v-model="f_entry_status" id="new2" value="立杠保压">立杠保压
74
+ <input type="radio" name="enterstatus" v-model="f_entry_status" id="new3" value="室外关阀">室外关阀
72
75
  <input type="radio" name="enterstatus" v-model="f_entry_status" id="nopeople" value="到访不遇">到访不遇
73
76
  <input type="radio" name="enterstatus" v-model="f_entry_status" id="rejectchecck" value="拒检">拒检
74
77
  <input type="radio" name="enterstatus" v-model="f_entry_status" id="enterhouse" value="入户">入户
@@ -223,6 +226,407 @@
223
226
  </div>
224
227
 
225
228
  </div>
229
+ <div class="form-group col-sm-12 col-xs-12" :class="style__" v-show="f_entry_status=='激光检漏'">
230
+ <label class="text-left font">激光检漏照片:</label>
231
+ <div class="auto">
232
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
233
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
234
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
235
+ <div class="col-sm-4">
236
+ <img-self :src="f_detection_path" alt="激光检漏照片" width="150" height="200"></img-self>
237
+ </div>
238
+ </div>
239
+ <div class="row text-right div-photo" :class="style__">
240
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_detection_path', '激光检漏照片')">拍照</button>
241
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_detection_path', this.f_detection_path)"
242
+ style="width: 25%;"/>
243
+ </div>
244
+ </div>
245
+ </div>
246
+ </div>
247
+ <div class="auto">
248
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
249
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
250
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
251
+ <div class="col-sm-4">
252
+ <img-self :src="f_detection2_path" alt="激光检漏照片" width="150" height="200"></img-self>
253
+ </div>
254
+ </div>
255
+ <div class="row text-right div-photo" :class="style__">
256
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_detection2_path', '激光检漏照片')">拍照</button>
257
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_detection2_path', this.f_detection2_path)"
258
+ style="width: 25%;"/>
259
+ </div>
260
+ </div>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="auto">
265
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
266
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
267
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
268
+ <div class="col-sm-4">
269
+ <img-self :src="f_detection3_path" alt="激光检漏照片" width="150" height="200"></img-self>
270
+ </div>
271
+ </div>
272
+ <div class="row text-right div-photo" :class="style__">
273
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_detection3_path', '激光检漏照片')">拍照</button>
274
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_detection3_path', this.f_detection3_path)"
275
+ style="width: 25%;"/>
276
+ </div>
277
+ </div>
278
+ </div>
279
+ </div>
280
+ <div class="auto">
281
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
282
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
283
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
284
+ <div class="col-sm-4">
285
+ <img-self :src="f_detection4_path" alt="激光检漏照片" width="150" height="200"></img-self>
286
+ </div>
287
+ </div>
288
+ <div class="row text-right div-photo" :class="style__">
289
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_detection4_path', '激光检漏照片')">拍照</button>
290
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_detection4_path', this.f_detection4_path)"
291
+ style="width: 25%;"/>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+ <div class="auto">
297
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
298
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
299
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
300
+ <div class="col-sm-4">
301
+ <img-self :src="f_detection5_path" alt="激光检漏照片" width="150" height="200"></img-self>
302
+ </div>
303
+ </div>
304
+ <div class="row text-right div-photo" :class="style__">
305
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_detection5_path', '激光检漏照片')">拍照</button>
306
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_detection5_path', this.f_detection5_path)"
307
+ style="width: 25%;"/>
308
+ </div>
309
+ </div>
310
+ </div>
311
+ </div>
312
+ <div class="auto">
313
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
314
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
315
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
316
+ <div class="col-sm-4">
317
+ <img-self :src="f_detection6_path" alt="激光检漏照片" width="150" height="200"></img-self>
318
+ </div>
319
+ </div>
320
+ <div class="row text-right div-photo" :class="style__">
321
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_detection6_path', '激光检漏照片')">拍照</button>
322
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_detection6_path', this.f_detection6_path)"
323
+ style="width: 25%;"/>
324
+ </div>
325
+ </div>
326
+ </div>
327
+ </div>
328
+ <div class="auto">
329
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
330
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
331
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
332
+ <div class="col-sm-4">
333
+ <img-self :src="f_detection7_path" alt="激光检漏照片" width="150" height="200"></img-self>
334
+ </div>
335
+ </div>
336
+ <div class="row text-right div-photo" :class="style__">
337
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_detection7_path', '激光检漏照片')">拍照</button>
338
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_detection7_path', this.f_detection7_path)"
339
+ style="width: 25%;"/>
340
+ </div>
341
+ </div>
342
+ </div>
343
+ </div>
344
+ <div class="auto">
345
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
346
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
347
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
348
+ <div class="col-sm-4">
349
+ <img-self :src="f_detection8_path" alt="激光检漏照片" width="150" height="200"></img-self>
350
+ </div>
351
+ </div>
352
+ <div class="row text-right div-photo" :class="style__">
353
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_detection8_path', '激光检漏照片')">拍照</button>
354
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_detection8_path', this.f_detection8_path)"
355
+ style="width: 25%;"/>
356
+ </div>
357
+ </div>
358
+ </div>
359
+ </div>
360
+
361
+ </div>
362
+ <div class="form-group col-sm-12 col-xs-12" :class="style__" v-show="f_entry_status=='立杠保压'">
363
+ <label class="text-left font">立杠保压照片:</label>
364
+ <div class="auto">
365
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
366
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
367
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
368
+ <div class="col-sm-4">
369
+ <img-self :src="f_pressure_path" alt="立杠保压照片" width="150" height="200"></img-self>
370
+ </div>
371
+ </div>
372
+ <div class="row text-right div-photo" :class="style__">
373
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_pressure_path', '立杠保压照片')">拍照</button>
374
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_pressure_path', this.f_pressure_path)"
375
+ style="width: 25%;"/>
376
+ </div>
377
+ </div>
378
+ </div>
379
+ </div>
380
+ <div class="auto">
381
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
382
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
383
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
384
+ <div class="col-sm-4">
385
+ <img-self :src="f_pressure2_path" alt="立杠保压照片" width="150" height="200"></img-self>
386
+ </div>
387
+ </div>
388
+ <div class="row text-right div-photo" :class="style__">
389
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_pressure2_path', '立杠保压照片')">拍照</button>
390
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_pressure2_path', this.f_pressure2_path)"
391
+ style="width: 25%;"/>
392
+ </div>
393
+ </div>
394
+ </div>
395
+ </div>
396
+
397
+ <div class="auto">
398
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
399
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
400
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
401
+ <div class="col-sm-4">
402
+ <img-self :src="f_pressure3_path" alt="立杠保压照片" width="150" height="200"></img-self>
403
+ </div>
404
+ </div>
405
+ <div class="row text-right div-photo" :class="style__">
406
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_pressure3_path', '立杠保压照片')">拍照</button>
407
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_pressure3_path', this.f_pressure3_path)"
408
+ style="width: 25%;"/>
409
+ </div>
410
+ </div>
411
+ </div>
412
+ </div>
413
+ <div class="auto">
414
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
415
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
416
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
417
+ <div class="col-sm-4">
418
+ <img-self :src="f_pressure4_path" alt="立杠保压照片" width="150" height="200"></img-self>
419
+ </div>
420
+ </div>
421
+ <div class="row text-right div-photo" :class="style__">
422
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_pressure4_path', '立杠保压照片')">拍照</button>
423
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_pressure4_path', this.f_pressure4_path)"
424
+ style="width: 25%;"/>
425
+ </div>
426
+ </div>
427
+ </div>
428
+ </div>
429
+ <div class="auto">
430
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
431
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
432
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
433
+ <div class="col-sm-4">
434
+ <img-self :src="f_pressure5_path" alt="立杠保压照片" width="150" height="200"></img-self>
435
+ </div>
436
+ </div>
437
+ <div class="row text-right div-photo" :class="style__">
438
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_pressure5_path', '立杠保压照片')">拍照</button>
439
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_pressure5_path', this.f_pressure5_path)"
440
+ style="width: 25%;"/>
441
+ </div>
442
+ </div>
443
+ </div>
444
+ </div>
445
+ <div class="auto">
446
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
447
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
448
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
449
+ <div class="col-sm-4">
450
+ <img-self :src="f_pressure6_path" alt="立杠保压照片" width="150" height="200"></img-self>
451
+ </div>
452
+ </div>
453
+ <div class="row text-right div-photo" :class="style__">
454
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_pressure6_path', '立杠保压照片')">拍照</button>
455
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_pressure6_path', this.f_pressure6_path)"
456
+ style="width: 25%;"/>
457
+ </div>
458
+ </div>
459
+ </div>
460
+ </div>
461
+ <div class="auto">
462
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
463
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
464
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
465
+ <div class="col-sm-4">
466
+ <img-self :src="f_pressure7_path" alt="立杠保压照片" width="150" height="200"></img-self>
467
+ </div>
468
+ </div>
469
+ <div class="row text-right div-photo" :class="style__">
470
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_pressure7_path', '立杠保压照片')">拍照</button>
471
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_pressure7_path', this.f_pressure7_path)"
472
+ style="width: 25%;"/>
473
+ </div>
474
+ </div>
475
+ </div>
476
+ </div>
477
+ <div class="auto">
478
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
479
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
480
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
481
+ <div class="col-sm-4">
482
+ <img-self :src="f_pressure8_path" alt="立杠保压照片" width="150" height="200"></img-self>
483
+ </div>
484
+ </div>
485
+ <div class="row text-right div-photo" :class="style__">
486
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_pressure8_path', '立杠保压照片')">拍照</button>
487
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_pressure8_path', this.f_pressure8_path)"
488
+ style="width: 25%;"/>
489
+ </div>
490
+ </div>
491
+ </div>
492
+ </div>
493
+
494
+ </div>
495
+ <div class="form-group col-sm-12 col-xs-12" :class="style__" v-show="f_entry_status=='室外关阀'">
496
+ <label class="text-left font">室外关阀照片:</label>
497
+ <div class="auto">
498
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
499
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
500
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
501
+ <div class="col-sm-4">
502
+ <img-self :src="f_outdoor_path" alt="室外关阀照片" width="150" height="200"></img-self>
503
+ </div>
504
+ </div>
505
+ <div class="row text-right div-photo" :class="style__">
506
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_outdoor_path', '室外关阀照片')">拍照</button>
507
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_outdoor_path', this.f_outdoor_path)"
508
+ style="width: 25%;"/>
509
+ </div>
510
+ </div>
511
+ </div>
512
+ </div>
513
+ <div class="auto">
514
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
515
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
516
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
517
+ <div class="col-sm-4">
518
+ <img-self :src="f_outdoor2_path" alt="室外关阀照片" width="150" height="200"></img-self>
519
+ </div>
520
+ </div>
521
+ <div class="row text-right div-photo" :class="style__">
522
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_outdoor2_path', '室外关阀照片')">拍照</button>
523
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_outdoor2_path', this.f_outdoor2_path)"
524
+ style="width: 25%;"/>
525
+ </div>
526
+ </div>
527
+ </div>
528
+ </div>
529
+
530
+ <div class="auto">
531
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
532
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
533
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
534
+ <div class="col-sm-4">
535
+ <img-self :src="f_outdoor3_path" alt="室外关阀照片" width="150" height="200"></img-self>
536
+ </div>
537
+ </div>
538
+ <div class="row text-right div-photo" :class="style__">
539
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_outdoor3_path', '室外关阀照片')">拍照</button>
540
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_outdoor3_path', this.f_outdoor3_path)"
541
+ style="width: 25%;"/>
542
+ </div>
543
+ </div>
544
+ </div>
545
+ </div>
546
+ <div class="auto">
547
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
548
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
549
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
550
+ <div class="col-sm-4">
551
+ <img-self :src="f_outdoor4_path" alt="室外关阀照片" width="150" height="200"></img-self>
552
+ </div>
553
+ </div>
554
+ <div class="row text-right div-photo" :class="style__">
555
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_outdoor4_path', '室外关阀照片')">拍照</button>
556
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_outdoor4_path', this.f_outdoor4_path)"
557
+ style="width: 25%;"/>
558
+ </div>
559
+ </div>
560
+ </div>
561
+ </div>
562
+ <div class="auto">
563
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
564
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
565
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
566
+ <div class="col-sm-4">
567
+ <img-self :src="f_outdoor5_path" alt="室外关阀照片" width="150" height="200"></img-self>
568
+ </div>
569
+ </div>
570
+ <div class="row text-right div-photo" :class="style__">
571
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_outdoor5_path', '室外关阀照片')">拍照</button>
572
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_outdoor5_path', this.f_outdoor5_path)"
573
+ style="width: 25%;"/>
574
+ </div>
575
+ </div>
576
+ </div>
577
+ </div>
578
+ <div class="auto">
579
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
580
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
581
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
582
+ <div class="col-sm-4">
583
+ <img-self :src="f_outdoor6_path" alt="室外关阀照片" width="150" height="200"></img-self>
584
+ </div>
585
+ </div>
586
+ <div class="row text-right div-photo" :class="style__">
587
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_outdoor6_path', '室外关阀照片')">拍照</button>
588
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_outdoor6_path', this.f_outdoor6_path)"
589
+ style="width: 25%;"/>
590
+ </div>
591
+ </div>
592
+ </div>
593
+ </div>
594
+ <div class="auto">
595
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
596
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
597
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
598
+ <div class="col-sm-4">
599
+ <img-self :src="f_outdoor7_path" alt="室外关阀照片" width="150" height="200"></img-self>
600
+ </div>
601
+ </div>
602
+ <div class="row text-right div-photo" :class="style__">
603
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_outdoor7_path', '室外关阀照片')">拍照</button>
604
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_outdoor7_path', this.f_outdoor7_path)"
605
+ style="width: 25%;"/>
606
+ </div>
607
+ </div>
608
+ </div>
609
+ </div>
610
+ <div class="auto">
611
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
612
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
613
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
614
+ <div class="col-sm-4">
615
+ <img-self :src="f_outdoor8_path" alt="室外关阀照片" width="150" height="200"></img-self>
616
+ </div>
617
+ </div>
618
+ <div class="row text-right div-photo" :class="style__">
619
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_outdoor8_path', '室外关阀照片')">拍照</button>
620
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_outdoor8_path', this.f_outdoor8_path)"
621
+ style="width: 25%;"/>
622
+ </div>
623
+ </div>
624
+ </div>
625
+ </div>
626
+
627
+ </div>
628
+
629
+
226
630
  <div class="form-group col-sm-12 col-xs-12" :class="style__" v-show="f_entry_status=='拒检'">
227
631
  <div class="col-xs-12" style="padding: 2px 0;margin-top: 5px;">
228
632
  <label class="text-left font">拒检原因:</label>
@@ -244,6 +648,21 @@
244
648
  </div>
245
649
  </div>
246
650
  </div>
651
+ <div class="auto">
652
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
653
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
654
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
655
+ <div class="col-sm-4">
656
+ <img-self :src="f_rejectcheck2_path" alt="拒检照片" width="150" height="200"></img-self>
657
+ </div>
658
+ </div>
659
+ <div class="row text-right div-photo">
660
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_rejectcheck2_path', '拒检照片')">拍照</button>
661
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../assets/remove.png" :class="style__" @click="delfile('f_rejectcheck2_path', this.f_rejectcheck2_path)" style="width: 25%;"></img>
662
+ </div>
663
+ </div>
664
+ </div>
665
+ </div>
247
666
  </div>
248
667
  </div>
249
668
  <div :class="style__" class="form-group" v-show="f_usegas == '未使用'">
@@ -122,6 +122,15 @@
122
122
  <th>
123
123
  <nobr>到访不遇</nobr>
124
124
  </th>
125
+ <th>
126
+ <nobr>激光检漏</nobr>
127
+ </th>
128
+ <th>
129
+ <nobr>立杠保压</nobr>
130
+ </th>
131
+ <th>
132
+ <nobr>室外关阀</nobr>
133
+ </th>
125
134
  <th>
126
135
  <nobr>拒检</nobr>
127
136
  </th>
@@ -143,10 +152,13 @@
143
152
  <td style="text-align:center" :class="{'defectfront':row.f_plan_total==row.f_user_number,'td-0':row.f_checker_name==undefined,'td-1':model.rows.length!=($index+1)&&row.f_checker_name.indexOf('*&')==-1,'td-2':model.rows.length!=($index+1)&&row.f_checker_name.indexOf('*&')!=-1,'td-3':model.rows.length==($index+1)&&row.f_checker_name.indexOf('*&')!=-1,'td-4':model.rows.length==($index+1)&&row.f_checker_name.indexOf('*&')==-1}" v-if="$parent.$parent.$parent.nameForSql.includes('f_checker_name')">{{row.f_checker_name.indexOf('*&')!=-1?'':row.f_checker_name}}</td>
144
153
  <td style="text-align:center" :class="{'defectfront':row.f_plan_total==row.f_user_number}" v-if="$parent.$parent.$parent.nameForSql.includes('f_user_number')">{{row.f_user_number}}</td>
145
154
  <td :class="{'defectfront':row.f_plan_total==row.f_user_number}" style="text-align:center">{{row.f_plan_total}}</td>
146
- <td :class="{'defectfront':row.f_plan_total==row.f_user_number}" style="text-align:center">{{row.f_weijian+row.f_buyu+row.f_jujian}}</td>
155
+ <td :class="{'defectfront':row.f_plan_total==row.f_user_number}" style="text-align:center">{{row.f_weijian+row.f_buyu+row.f_jujian+row.f_jiguangjianlou+row.f_liganbaoya+row.f_shiwaiguanfa}}</td>
147
156
  <!--<td :class="{'defectfront':row.f_plan_total==row.f_user_number}" style="text-align:center">{{row.f_yijian}}</td>-->
148
157
  <td :class="{'defectfront':row.f_plan_total==row.f_user_number}" style="text-align:center"><nobr>{{row.f_ruhu}}</nobr></td>
149
158
  <td :class="{'defectfront':row.f_plan_total==row.f_user_number}" style="text-align:center"><nobr>{{row.f_buyu}}</nobr></td>
159
+ <td :class="{'defectfront':row.f_plan_total==row.f_user_number}" style="text-align:center"><nobr>{{row.f_jiguangjianlou}}</nobr></td>
160
+ <td :class="{'defectfront':row.f_plan_total==row.f_user_number}" style="text-align:center"><nobr>{{row.f_liganbaoya}}</nobr></td>
161
+ <td :class="{'defectfront':row.f_plan_total==row.f_user_number}" style="text-align:center"><nobr>{{row.f_shiwaiguanfa}}</nobr></td>
150
162
  <td :class="{'defectfront':row.f_plan_total==row.f_user_number}" style="text-align:center">{{row.f_jujian}}</td>
151
163
  <td :class="{'defectfront':row.f_plan_total==row.f_user_number}" style="text-align:center"><nobr>{{row.f_check_bv}}</nobr></td>
152
164
  <!--<td style="text-align: center;">-->
@@ -159,10 +171,13 @@
159
171
  <td style="text-align:center"><strong>合计:</strong></td>
160
172
  <td style="text-align:center" :colspan="$parent.$parent.$parent.nameForSql.length"></td>
161
173
  <td style="text-align:center"><strong>{{model.sums.f_plan_total}}</strong></td>
162
- <td style="text-align:center"><strong>{{model.sums.f_weijian+model.sums.f_buyu+model.sums.f_jujian}}</strong></td>
174
+ <td style="text-align:center"><strong>{{model.sums.f_weijian+model.sums.f_buyu+model.sums.f_jujian+model.sums.f_jiguangjianlou+model.sums.f_liganbaoya+model.sums.f_shiwaiguanfa}}</strong></td>
163
175
  <!--<td style="text-align:center"><strong>{{model.sums.f_yijian}}</strong></td>-->
164
176
  <td style="text-align:center"><nobr><strong>{{model.sums.f_ruhu}}</strong></nobr></td>
165
177
  <td style="text-align:center"><nobr><strong>{{model.sums.f_buyu}}</strong></nobr></td>
178
+ <td style="text-align:center"><nobr><strong>{{model.sums.f_jiguangjianlou}}</strong></nobr></td>
179
+ <td style="text-align:center"><nobr><strong>{{model.sums.f_liganbaoya}}</strong></nobr></td>
180
+ <td style="text-align:center"><nobr><strong>{{model.sums.f_shiwaiguanfa}}</strong></nobr></td>
166
181
  <td style="text-align:center"><strong>{{model.sums.f_jujian}}</strong></td>
167
182
  <td style="text-align:center"><strong>{{model.sums.f_plan_total>0?(model.sums.f_ruhu/model.sums.f_plan_total*100).toFixed(2)+'%':0}}</strong></td>
168
183
  </tr >
@@ -183,7 +198,7 @@
183
198
  export default {
184
199
  data () {
185
200
  return {
186
- model: new PagedList('rs/sql/getCheckPlanAreaList', 99999,{},{f_plan_total:'',f_weijian:'',f_yijian:'',f_ruhu:'',f_buyu:'',f_jujian:''}),
201
+ model: new PagedList('rs/sql/getCheckPlanAreaList', 99999,{},{f_plan_total:'',f_weijian:'',f_yijian:'',f_ruhu:'',f_buyu:'',f_jiguangjianlou:'',f_liganbaoya:'',f_shiwaiguanfa:'',f_jujian:''}),
187
202
  // 公司下拉
188
203
  curorgid: [this.$login.f.orgid],
189
204
  row: {},
@@ -375,6 +390,9 @@
375
390
  this.model.sums.f_yijian = 0
376
391
  this.model.sums.f_ruhu = 0
377
392
  this.model.sums.f_buyu = 0
393
+ this.model.sums.f_jiguangjianlou= 0
394
+ this.model.sums.f_liganbaoya = 0
395
+ this.model.sums.f_shiwaiguanfa = 0
378
396
  this.model.sums.f_jujian = 0
379
397
  }
380
398
  }
@@ -27,6 +27,7 @@
27
27
  :options='$parent.$parent.areaList'
28
28
  :timeout="500"
29
29
  @select-search="$parent.$parent.select_search"
30
+ :search="true"
30
31
  placeholder='小区选择'
31
32
  condition="ua.f_residential_area = '{}'"
32
33
  close-on-select
@@ -820,7 +820,7 @@
820
820
  }
821
821
  _this.$dispatch('gotoson',pardate)
822
822
  //tag
823
- _this.$goto('safecheck-order-v', {f_plan_id: row.f_plan_id, item: row, role: 'inspect',parentPage:'CurrentCreate'}, 'self', _this.reload)
823
+ _this.$goto('safecheck-order-v', {f_plan_id: row.f_plan_id, item: row, role: 'inspect',parentPage:'CurrentCreate',openpaper:true}, 'self', _this.reload)
824
824
  }).catch ((msg)=>{
825
825
  this.$showMessage("网络异常,请检查网络后再试!")
826
826
  })