safecheck-client 4.0.1-4 → 4.0.1-6

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 (30) hide show
  1. package/package.json +1 -1
  2. package/src/components/NewDefectList/DefectListNew.vue +663 -663
  3. package/src/components/NewDefectList/DefectPaperNew.vue +1184 -1184
  4. package/src/components/Util/SafecheckUpload.vue +281 -281
  5. package/src/components/android/PhoneUpUserinfo.vue +1249 -1249
  6. package/src/components/android/SafeRightTree.vue +218 -218
  7. package/src/components/android/SafecheckDevices.vue +1340 -1340
  8. package/src/components/paper/PaperList.vue +797 -797
  9. package/src/components/pc/CheckBook.vue +303 -303
  10. package/src/components/pc/CheckBookArea.vue +146 -146
  11. package/src/components/pc/CheckBookCompany.vue +144 -144
  12. package/src/components/pc/CheckBookDetails.vue +161 -161
  13. package/src/components/pc/CheckBookEntry.vue +60 -60
  14. package/src/components/pc/CheckBookSearchArea.vue +560 -560
  15. package/src/components/pc/CheckBookSearchUnit.vue +229 -229
  16. package/src/components/pc/CheckBookSearchUser.vue +659 -659
  17. package/src/components/pc/CheckBookSearchUserList.vue +674 -674
  18. package/src/components/pc/CheckBookUser.vue +333 -333
  19. package/src/components/pc/PaperDefectMain.vue +880 -880
  20. package/src/filiale/jinhong/pc/checkUserList.vue +742 -743
  21. package/src/filiale/meihekou/android/CheckPlanList.vue +198 -198
  22. package/src/filiale/meihekou/android/CheckPlanListArea.vue +190 -190
  23. package/src/filiale/meihekou/android/CurrentCreate.vue +1038 -1038
  24. package/src/filiale/meihekou/android/PaperFeedback.vue +1542 -1542
  25. package/src/filiale/meihekou/android/SafecheckDevices.vue +1340 -1340
  26. package/src/filiale/meihekou/android/SafecheckOrderV.vue +2433 -2433
  27. package/src/filiale/meihekou/android.js +22 -22
  28. package/src/filiale/meihekou/pc/NewCheckpaper.vue +2027 -2027
  29. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1 -0
  30. package/src/main.js +33 -33
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "4.0.1-4",
4
+ "version": "4.0.1-6",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",