safecheck-client 3.0.34-2 → 3.0.34-20

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 (59) hide show
  1. package/package.json +1 -1
  2. package/src/components/android/AndroidDefectDeal.vue +634 -633
  3. package/src/components/android/AreaPlan.vue +1 -7
  4. package/src/components/android/PaperFeedback.vue +1 -1
  5. package/src/components/android/PaperFeedbackTemp.vue +1 -1
  6. package/src/components/android/SafePlanItem.vue +509 -509
  7. package/src/components/android/SafecheckDevices.vue +2 -2
  8. package/src/components/android/SafecheckDevicesTemp.vue +1 -1
  9. package/src/components/android/userinfo/SafecheckUserInfo.vue +1 -1
  10. package/src/components/safecheckNew/android/SafecheckOrderV.vue +2731 -2731
  11. package/src/filiale/baiyin/android/SafecheckOrderV.vue +2798 -0
  12. package/src/filiale/baiyin/android.js +11 -10
  13. package/src/filiale/bayan/android/PaperFeedback.vue +1 -1
  14. package/src/filiale/bayan/android/SafecheckDevices.vue +1 -1
  15. package/src/filiale/bayan/android/SafecheckUserInfo.vue +1 -1
  16. package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
  17. package/src/filiale/hanzhong/android/PaperFeedback.vue +1 -1
  18. package/src/filiale/hanzhong/android/SafecheckDevices.vue +1 -1
  19. package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +1 -1
  20. package/src/filiale/jiaxian/android/AddPlanItem.vue +447 -0
  21. package/src/filiale/jiaxian/android/SafecheckDevices.vue +5 -5
  22. package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2811 -0
  23. package/src/filiale/jiaxian/android/SafecheckUserInfo.vue +784 -0
  24. package/src/filiale/jiaxian/android.js +3 -0
  25. package/src/filiale/jingyang/android/PaperFeedback.vue +1 -1
  26. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +1 -1
  27. package/src/filiale/pingxiang/android/PaperFeedback.vue +1 -1
  28. package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
  29. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +1 -1
  30. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +2696 -2696
  31. package/src/filiale/shiquan/android/SafecheckDevices.vue +1 -1
  32. package/src/filiale/siyang/android/SafecheckUserInfo.vue +1 -1
  33. package/src/filiale/siyang/pc/NewCheckpaper.vue +1938 -1938
  34. package/src/filiale/siyang/pc/checkUserList.vue +786 -786
  35. package/src/filiale/siyang/pc.js +16 -16
  36. package/src/filiale/weinan/android/SafecheckDevices.vue +12 -0
  37. package/src/filiale/weinan/android/SafecheckOrderV.vue +3345 -3335
  38. package/src/filiale/weinan/pc/DefectPaperNew.vue +1096 -1065
  39. package/src/filiale/wuan/android/SafecheckOrderV.vue +4 -1
  40. package/src/filiale/wuan/android/SafecheckUserInfo.vue +6 -5
  41. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +8 -11
  42. package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +8 -13
  43. package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1 -1
  44. package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +2 -2
  45. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +1 -1
  46. package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +8 -13
  47. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +269 -269
  48. package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +1128 -1128
  49. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +972 -972
  50. package/src/filiale/yangchunboneng/pc/PaperList.vue +773 -773
  51. package/src/filiale/yongzhou/android/PaperFeedback.vue +1 -1
  52. package/src/filiale/yongzhou/android/SafecheckDevices.vue +1 -1
  53. package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +1 -1
  54. package/src/filiale/yuansheng/android/SwitchValve.vue +322 -322
  55. package/src/filiale/yuansheng/android.js +17 -17
  56. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1 -1
  57. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1 -1
  58. package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +1 -1
  59. package/src/main.js +1 -1
@@ -4,6 +4,9 @@ import Vue from "vue";
4
4
  // 手机特殊目录注册到该文件中
5
5
  let specialComp = {
6
6
  'safecheck-devices': (resolve) => { require(['./android/SafecheckDevices'], resolve) },
7
+ 'safecheck-order-v': (resolve) => { require(['./android/SafecheckOrderV'], resolve) },
8
+ 'add-plan-item': (resolve) => { require(['./android/AddPlanItem'], resolve) },
9
+ 'safecheck-userinfo': (resolve) => { require(['./android/SafecheckUserInfo'], resolve) },
7
10
  }
8
11
 
9
12
  exports.specialComp = specialComp
@@ -625,7 +625,6 @@ export default {
625
625
  HostApp.__this__ = null
626
626
  },
627
627
  takePic(prop, title, index) {
628
- const obj = HostApp.getGpsDetailAddress()
629
628
  HostApp.__callback__ = this.cameraCallBack
630
629
  HostApp.__this__ = this
631
630
  ////tag
@@ -646,6 +645,7 @@ export default {
646
645
  }
647
646
  let jingweidu = ''
648
647
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
648
+ const obj = HostApp.getGpsDetailAddress()
649
649
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
650
650
  }
651
651
  HostApp._open_a_page({
@@ -417,7 +417,6 @@ export default {
417
417
  HostApp.__this__ = null
418
418
  },
419
419
  takePic (type ,prop, title) {
420
- const obj = HostApp.getGpsDetailAddress()
421
420
  HostApp.__callback__ = this.cameraCallBack
422
421
  HostApp.__this__ = this
423
422
  //tag
@@ -443,6 +442,7 @@ export default {
443
442
  }
444
443
  let jingweidu = ''
445
444
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
445
+ const obj = HostApp.getGpsDetailAddress()
446
446
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
447
447
  }
448
448
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
@@ -532,7 +532,6 @@ export default {
532
532
  HostApp.__this__ = null
533
533
  },
534
534
  takePic(prop, title, index) {
535
- const obj = HostApp.getGpsDetailAddress()
536
535
  HostApp.__callback__ = this.cameraCallBack
537
536
  HostApp.__this__ = this
538
537
  ////tag
@@ -553,6 +552,7 @@ export default {
553
552
  }
554
553
  let jingweidu = ''
555
554
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
555
+ const obj = HostApp.getGpsDetailAddress()
556
556
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
557
557
  }
558
558
  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
@@ -431,7 +431,6 @@ export default {
431
431
  HostApp.__this__ = null
432
432
  },
433
433
  takePic (type ,prop, title) {
434
- const obj = HostApp.getGpsDetailAddress()
435
434
  HostApp.__callback__ = this.cameraCallBack
436
435
  HostApp.__this__ = this
437
436
  //tag
@@ -457,6 +456,7 @@ export default {
457
456
  }
458
457
  let jingweidu = ''
459
458
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
459
+ const obj = HostApp.getGpsDetailAddress()
460
460
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
461
461
  }
462
462
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'