safecheck-client 3.0.35-2 → 3.0.35-20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. package/package.json +1 -1
  2. package/src/App.vue +31 -31
  3. package/src/components/Util/SafecheckUpload.vue +4 -0
  4. package/src/components/android/CivilCurrentCreate.vue +56 -41
  5. package/src/components/android/NoCivilCurrentCreate.vue +10 -0
  6. package/src/components/android/PhoneUpUserinfo.vue +25 -6
  7. package/src/components/android/examples/UserExamples.vue +136 -136
  8. package/src/components/pc/SecurityCheckLedger.vue +113 -0
  9. package/src/components/rongcheng/AddPlanItem.vue +323 -323
  10. package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +4 -0
  11. package/src/components/rongcheng/PhoneDevicesInfo.vue +1 -1
  12. package/src/components/rongcheng/SafecheckOrderV.vue +2533 -2533
  13. package/src/filiale/bayan/android/AddPlanItem.vue +22 -2
  14. package/src/filiale/bayan/android/CheckPlanDown.vue +2 -2
  15. package/src/filiale/bayan/android/CurrentCreate.vue +10 -0
  16. package/src/filiale/bayan/android/PaperFeedback.vue +1669 -1669
  17. package/src/filiale/bayan/android/PhoneUpUserinfo.vue +908 -905
  18. package/src/filiale/bayan/android/SafecheckOrderV.vue +76 -20
  19. package/src/filiale/bayan/android/SafecheckUserInfo.vue +4 -0
  20. package/src/filiale/bayan/pc/CheckPlanAreaList.vue +607 -601
  21. package/src/filiale/bayan/pc/HiddenSituation.vue +295 -295
  22. package/src/filiale/bayan/pc/NewCheckpaper.vue +1992 -1992
  23. package/src/filiale/bayan/pc/PaperList.vue +900 -900
  24. package/src/filiale/bayan/pc/PlanManage.vue +2 -0
  25. package/src/filiale/bayan/pc/SelectCheckPlan.vue +391 -391
  26. package/src/filiale/huaran/android/CheckPlanDown.vue +212 -0
  27. package/src/filiale/huaran/android.js +1 -0
  28. package/src/filiale/shanxian/android/AddPlanItem.vue +1 -1
  29. package/src/filiale/shanxian/android/SafecheckOrderV.vue +1 -1
  30. package/src/filiale/siyang/pc/checkUserList.vue +108 -133
  31. package/src/filiale/tongchuan/android/SafecheckDevices.vue +1207 -1207
  32. package/src/filiale/tongchuan/android/SafecheckOrderV.vue +3035 -3035
  33. package/src/filiale/tongchuan/pc/CheckSearchUser.vue +1045 -1053
  34. package/src/filiale/tongchuan/pc/checkUserList.vue +639 -639
  35. package/src/filiale/xilan/android/AddPlanItem.vue +4 -0
  36. package/src/filiale/xilan/android/CurrentCreate.vue +6 -2
  37. package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +642 -642
  38. package/src/main.js +33 -33
  39. package/src/safecheck.js +3 -0
@@ -456,6 +456,10 @@
456
456
  let temp = getFile.data[i].f_downloadpath
457
457
  if (temp) {
458
458
  let URL = temp.substring(temp.lastIndexOf(":\\") + 2)
459
+ if (temp.startsWith('E:')){
460
+ URL = `rs/image/file/${getFile.data[i].f_filename}`
461
+ }
462
+ console.log(URL)
459
463
  getFile.data[i].f_downloadURL = "http://" + location.host + "/" + URL
460
464
  }
461
465
  }
@@ -143,7 +143,7 @@
143
143
  }, {resolveMsg: null, rejectMsg: null}).then((res) => {
144
144
  //tag
145
145
  this.userinfo = res.data
146
- this.model = this.userinfo.meterinfo[0].devicesinfo
146
+ this.model = this.userinfo.meterinfo[0].devicesinfo.concat(this.userinfo.meterinfo[0].devicesinfonew)
147
147
  })
148
148
  },
149
149
  back(){