safecheck-client 3.0.34-5 → 3.0.34-6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/package.json +1 -1
  2. package/src/components/android/AreaPlan.vue +1 -7
  3. package/src/components/android/PaperFeedback.vue +1 -1
  4. package/src/components/android/PaperFeedbackTemp.vue +1 -1
  5. package/src/components/android/SafecheckDevices.vue +1298 -1298
  6. package/src/components/android/SafecheckDevicesTemp.vue +1 -1
  7. package/src/components/android/userinfo/SafecheckUserInfo.vue +1 -1
  8. package/src/filiale/bayan/android/PaperFeedback.vue +1 -1
  9. package/src/filiale/bayan/android/SafecheckDevices.vue +1 -1
  10. package/src/filiale/bayan/android/SafecheckUserInfo.vue +1 -1
  11. package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
  12. package/src/filiale/hanzhong/android/PaperFeedback.vue +1 -1
  13. package/src/filiale/hanzhong/android/SafecheckDevices.vue +1 -1
  14. package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +1 -1
  15. package/src/filiale/jiaxian/android/SafecheckDevices.vue +1 -1
  16. package/src/filiale/jingyang/android/PaperFeedback.vue +1 -1
  17. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +1 -1
  18. package/src/filiale/pingxiang/android/PaperFeedback.vue +1 -1
  19. package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
  20. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +1 -1
  21. package/src/filiale/shiquan/android/SafecheckDevices.vue +1 -1
  22. package/src/filiale/siyang/android/SafecheckUserInfo.vue +1 -1
  23. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1 -9
  24. package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +1 -9
  25. package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1 -1
  26. package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1332 -1332
  27. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +1 -1
  28. package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +1 -9
  29. package/src/filiale/yongzhou/android/PaperFeedback.vue +1 -1
  30. package/src/filiale/yongzhou/android/SafecheckDevices.vue +1 -1
  31. package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +1 -1
  32. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1 -1
  33. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1 -1
  34. package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +1 -1
@@ -505,7 +505,6 @@ export default {
505
505
  HostApp.__this__ = null
506
506
  },
507
507
  takePic (type ,prop, title) {
508
- const obj = HostApp.getGpsDetailAddress()
509
508
  HostApp.__callback__ = this.cameraCallBack
510
509
  HostApp.__this__ = this
511
510
  //tag
@@ -531,6 +530,7 @@ export default {
531
530
  }
532
531
  let jingweidu = ''
533
532
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
533
+ const obj = HostApp.getGpsDetailAddress()
534
534
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
535
535
  }
536
536
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
@@ -303,15 +303,7 @@ export default {
303
303
  {label: '左表', value: '左表'},
304
304
  {label: '右表', value: '右表'}
305
305
  ],
306
- check_states: [
307
- {label: '请选择安检状态', value: ''},
308
- {label: '入户', value: '入户'},
309
- {label: '到访不遇', value: '到访不遇'},
310
- {label: '拒检', value: '拒检'},
311
- {label: '停用', value: '停用'},
312
- {label: '未通气', value: '未通气'},
313
- {label: '拆除', value: '拆除'}
314
- ],
306
+ check_states: Vue.$appdata.getParam('安检状态'),
315
307
  last_check_states: [
316
308
  {label: '请选择上次安检状态', value: ''},
317
309
  {label: '入户', value: '入户'},
@@ -634,7 +634,6 @@ export default {
634
634
  HostApp.__this__ = null
635
635
  },
636
636
  takePic(prop, title, index) {
637
- const obj = HostApp.getGpsDetailAddress()
638
637
  HostApp.__callback__ = this.cameraCallBack
639
638
  HostApp.__this__ = this
640
639
  ////tag
@@ -661,6 +660,7 @@ export default {
661
660
  }
662
661
  let jingweidu = ''
663
662
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
663
+ const obj = HostApp.getGpsDetailAddress()
664
664
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
665
665
  }
666
666
  HostApp._open_a_page({
@@ -435,7 +435,6 @@ export default {
435
435
  if (this.role == 'androidview') {
436
436
  return
437
437
  }
438
- const obj = HostApp.getGpsDetailAddress()
439
438
  HostApp.__callback__ = this.cameraCallBack
440
439
  HostApp.__this__ = this
441
440
  //tag
@@ -455,6 +454,7 @@ export default {
455
454
  }
456
455
  let jingweidu = ''
457
456
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
457
+ const obj = HostApp.getGpsDetailAddress()
458
458
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
459
459
  }
460
460
  //tag
@@ -412,7 +412,6 @@ export default {
412
412
  HostApp.__this__ = null
413
413
  },
414
414
  takePic (type ,prop, title) {
415
- const obj = HostApp.getGpsDetailAddress()
416
415
  HostApp.__callback__ = this.cameraCallBack
417
416
  HostApp.__this__ = this
418
417
  //tag
@@ -438,6 +437,7 @@ export default {
438
437
  }
439
438
  let jingweidu = ''
440
439
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
440
+ const obj = HostApp.getGpsDetailAddress()
441
441
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
442
442
  }
443
443
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
@@ -626,7 +626,6 @@
626
626
  HostApp.__this__ = null
627
627
  },
628
628
  takePic(prop, title, index) {
629
- const obj = HostApp.getGpsDetailAddress()
630
629
  HostApp.__callback__ = this.cameraCallBack
631
630
  HostApp.__this__ = this
632
631
  ////tag
@@ -647,6 +646,7 @@
647
646
  }
648
647
  let jingweidu = ''
649
648
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
649
+ const obj = HostApp.getGpsDetailAddress()
650
650
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
651
651
  }
652
652
  HostApp._open_a_page({
@@ -435,7 +435,6 @@ export default {
435
435
  if (this.role == 'androidview') {
436
436
  return
437
437
  }
438
- const obj = HostApp.getGpsDetailAddress()
439
438
  HostApp.__callback__ = this.cameraCallBack
440
439
  HostApp.__this__ = this
441
440
  //tag
@@ -455,6 +454,7 @@ export default {
455
454
  }
456
455
  let jingweidu = ''
457
456
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
457
+ const obj = HostApp.getGpsDetailAddress()
458
458
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
459
459
  }
460
460
  //tag
@@ -420,7 +420,6 @@
420
420
  HostApp.__this__ = null
421
421
  },
422
422
  takePic (type ,prop, title) {
423
- const obj = HostApp.getGpsDetailAddress()
424
423
  HostApp.__callback__ = this.cameraCallBack
425
424
  HostApp.__this__ = this
426
425
  //tag
@@ -450,6 +449,7 @@
450
449
  }
451
450
  let jingweidu = ''
452
451
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
452
+ const obj = HostApp.getGpsDetailAddress()
453
453
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
454
454
  }
455
455
  HostApp._open_a_page({