safecheck-client 3.0.39-3 → 3.0.39-30

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 (56) hide show
  1. package/package.json +6 -6
  2. package/src/App.vue +26 -26
  3. package/src/assets//345/256/232/344/275/215.png +0 -0
  4. package/src/components/android/AndroidDefectDeal.vue +2 -2
  5. package/src/components/android/AreaPlan.vue +567 -567
  6. package/src/components/android/SafecheckOrderV.vue +1 -1
  7. package/src/components/pc/AddPlanItemYyChange.vue +5 -1
  8. package/src/components/pc/SafeCheckOrder/SafeCheckOrderList.vue +34 -0
  9. package/src/filiale/BFshiye/android/PhoneUpUserinfo.vue +3 -1
  10. package/src/filiale/BFshiye/android/SafecheckUserInfo.vue +2 -8
  11. package/src/filiale/bayan/pc/NewCheckpaper.vue +2 -2
  12. package/src/filiale/bayan/pc/SummaryOfSecurityInspectionProgress.vue +7 -7
  13. package/src/filiale/dexin/android/AreaPlan.vue +567 -567
  14. package/src/filiale/dexin/android.js +21 -21
  15. package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +2 -2
  16. package/src/filiale/hanzhong/pc/CheckNumberStatistics.vue +1 -1
  17. package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +6 -1
  18. package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +1 -1
  19. package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +1 -1
  20. package/src/filiale/huatong/android/SafecheckOrderV.vue +2 -2
  21. package/src/filiale/jinhuang/android/AddPlanItem.vue +430 -0
  22. package/src/filiale/jinhuang/android/PhoneUpUserinfo.vue +1278 -1252
  23. package/src/filiale/jinhuang/android.js +2 -1
  24. package/src/filiale/kelai/android/PaperFeedback.vue +1384 -1370
  25. package/src/filiale/kelai/android/SafecheckOrderV.vue +1 -1
  26. package/src/filiale/kelai/android/SafecheckUserInfo.vue +1 -1
  27. package/src/filiale/kelai/pc/UserInfoAudit.vue +126 -90
  28. package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +7 -7
  29. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +104 -38
  30. package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
  31. package/src/filiale/qingjian/android/SafecheckOrderV.vue +3 -0
  32. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +42 -19
  33. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1 -0
  34. package/src/filiale/rongchuang/android/PhoneUpUserinfo.vue +1262 -0
  35. package/src/filiale/rongchuang/android/SafecheckDevices.vue +1 -1
  36. package/src/filiale/rongchuang/android.js +1 -0
  37. package/src/filiale/rongchuang/pc/checkPlanList.vue +398 -0
  38. package/src/filiale/rongchuang/pc.js +1 -0
  39. package/src/filiale/siyang/android/PhoneInsurancePurchaseDetail.vue +57 -24
  40. package/src/filiale/siyang/android/SafecheckDevices.vue +1 -1
  41. package/src/filiale/siyang/android/SafecheckUserInfo.vue +8 -2
  42. package/src/filiale/tongchuan/pc/AMapTrailShowZk.vue +226 -0
  43. package/src/filiale/tongchuan/pc/CheckSearchUser.vue +47 -1
  44. package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +46 -0
  45. package/src/filiale/tongchuan/pc/NoCheckplanSafecheck.vue +34 -0
  46. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +34 -0
  47. package/src/filiale/tongchuan/pc/PaperList.vue +44 -10
  48. package/src/filiale/tongchuan/pc/PersonTrack.vue +269 -0
  49. package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +42 -2
  50. package/src/filiale/tongchuan/pc.js +2 -0
  51. package/src/filiale/wenxi/android/SafecheckOrderV.vue +2682 -2682
  52. package/src/filiale/wuan/android/SafecheckOrderV.vue +1 -0
  53. package/src/filiale/wuan/android/SafecheckUserInfo.vue +79 -16
  54. package/src/filiale/wuan/pc/NewCheckpaper.vue +16 -1
  55. package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +3 -3
  56. package/src/main.js +33 -33
@@ -7,7 +7,8 @@ let specialComp = {
7
7
  'current-create': (resolve) => { require(['./android/CurrentCreate.vue'], resolve) },
8
8
  'check-plan-down': (resolve) => { require(['./android/CheckPlanDown.vue'], resolve) },
9
9
  'safe-history-look': (resolve) => { require(['./android/safeHistoryLook'], resolve) },
10
- 'safecheck-order-v': (resolve) => { require(['./android/SafecheckOrderV.vue'], resolve) }
10
+ 'safecheck-order-v': (resolve) => { require(['./android/SafecheckOrderV.vue'], resolve) },
11
+ 'add-plan-item': (resolve) => { require(['./android/AddPlanItem.vue'], resolve) }
11
12
  }
12
13
 
13
14
  exports.specialComp = specialComp