safecheck-client 3.0.34-34 → 3.0.34-37

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 (28) hide show
  1. package/package.json +1 -1
  2. package/src/components/android/QRCode/QRCodePage.vue +11 -2
  3. package/src/components/android/examples/SafeListExamples.vue +1 -0
  4. package/src/components/android/examples/UserExamples.vue +8 -7
  5. package/src/filiale/huaran/android/SafecheckOrderV.vue +2803 -0
  6. package/src/filiale/huaran/android.js +12 -0
  7. package/src/filiale/huaran/pc/CheckBook.vue +313 -0
  8. package/src/filiale/huaran/pc/CheckBookAll.vue +69 -0
  9. package/src/filiale/huaran/pc/CheckBookArea.vue +170 -0
  10. package/src/filiale/huaran/pc/CheckBookCompany.vue +166 -0
  11. package/src/filiale/huaran/pc/CheckBookDetails.vue +196 -0
  12. package/src/filiale/huaran/pc/CheckBookEntry.vue +61 -0
  13. package/src/filiale/huaran/pc/CheckBookList.vue +386 -0
  14. package/src/filiale/huaran/pc/CheckBookSearchArea.vue +564 -0
  15. package/src/filiale/huaran/pc/CheckBookSearchUnit.vue +229 -0
  16. package/src/filiale/huaran/pc/CheckBookSearchUser.vue +604 -0
  17. package/src/filiale/huaran/pc/CheckBookUser.vue +112 -0
  18. package/src/filiale/huaran/pc/PaperList.vue +822 -0
  19. package/src/filiale/huaran/pc/PlanManage.vue +887 -0
  20. package/src/filiale/huaran/pc/checkPlanList.vue +419 -0
  21. package/src/filiale/huaran/pc/checkUserList.vue +867 -0
  22. package/src/filiale/huaran/pc.js +27 -0
  23. package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -0
  24. package/src/filiale/ruihua/android/SafecheckUserInfo.vue +804 -0
  25. package/src/filiale/ruihua/android.js +11 -0
  26. package/src/filiale/yuansheng/android/SafecheckDevices.vue +1258 -1258
  27. package/src/filiale/yuansheng/pc/NewCheckpaper.vue +1371 -1371
  28. package/src/main.js +1 -1
package/src/main.js CHANGED
@@ -11,7 +11,7 @@ all()
11
11
  var Verificationfalg = false
12
12
  system(Verificationfalg)
13
13
  // system()
14
- safecheck('yuansheng');
14
+ safecheck('jingyang');
15
15
  // safecheck('rizhao')
16
16
  require('./bootstrap/less/bootstrap.less')
17
17
  require('./expandcss.less')