safecheck-client 3.0.39-45 → 3.0.39-46

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 (37) hide show
  1. package/.trae/.ignore +0 -0
  2. package/.vscode/settings.json +3 -0
  3. package/package.json +134 -134
  4. package/src/App.vue +26 -31
  5. package/src/components/pc/RoleSelector.vue +172 -172
  6. package/src/components/rongcheng/AddPlanItem.vue +344 -344
  7. package/src/components/rongcheng/CheckCurrentCreate.vue +1081 -1081
  8. package/src/components/rongcheng/PaperDefectMain.vue +828 -828
  9. package/src/components/rongcheng/PaperStatem.vue +419 -419
  10. package/src/filiale/BFshiye/pc/checkUserList.vue +772 -772
  11. package/src/filiale/baiyin/android/SafecheckUserInfo.vue +775 -775
  12. package/src/filiale/baiyin/android.js +12 -12
  13. package/src/filiale/dexin/pc/PaperList.vue +840 -840
  14. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +823 -823
  15. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1919 -1919
  16. package/src/filiale/rongchuang/android/AddPlanItemYy.vue +498 -0
  17. package/src/filiale/rongchuang/android/PhoneUpUserinfo.vue +1262 -1262
  18. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +2317 -2316
  19. package/src/filiale/rongchuang/android.js +1 -0
  20. package/src/filiale/rongchuang/pc/checkPlanList.vue +398 -398
  21. package/src/filiale/rongchuang/pc.js +18 -18
  22. package/src/filiale/wensu/android/SafecheckOrderV.vue +2444 -2444
  23. package/src/filiale/wensu/android/SafecheckUserInfo.vue +712 -712
  24. package/src/filiale/wensu/pc/CheckSearchUser.vue +1251 -1251
  25. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1191 -1191
  26. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +913 -913
  27. package/src/filiale/yangchunboneng/android.js +21 -21
  28. package/src/filiale/yangchunboneng/pc/CheckBookList.vue +353 -353
  29. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1197 -1197
  30. package/src/filiale/yangchunboneng/pc/HiddenSituation.vue +171 -171
  31. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +1112 -1112
  32. package/src/filiale/yangchunboneng/pc/PaperList.vue +757 -757
  33. package/src/filiale/yangchunboneng/pc/SelectCheckPlan.vue +331 -331
  34. package/src/filiale/yangchunboneng/pc.js +29 -29
  35. package/src/main.js +33 -33
  36. package/src/rongcheng.js +319 -319
  37. package/yarn-error.log +140 -0
@@ -10,6 +10,7 @@ let specialComp = {
10
10
  'safecheck-userinfo': (resolve) => { require(['./android/SafecheckUserInfo'], resolve) },
11
11
  'switch-valve': (resolve) => { require(['./android/SwitchValve'], resolve) },
12
12
  'PhoneUpUserinfo': (resolve) => { require(['./android/PhoneUpUserinfo'], resolve) },
13
+ 'add-plan-item-yy': (resolve) => { require(['./android/AddPlanItemYy'], resolve) },
13
14
  }
14
15
 
15
16
  exports.specialComp = specialComp