safecheck-client 4.0.2-44 → 4.0.2-47

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 (26) hide show
  1. package/package.json +1 -1
  2. package/src/components/android/PhoneUpUserinfo.vue +1249 -1249
  3. package/src/components/android/SafeRightTree.vue +218 -218
  4. package/src/components/android/SafecheckDevices.vue +1340 -1340
  5. package/src/components/android/week/CheckResultSimple.vue +251 -251
  6. package/src/components/android/week/FirstWeekCheck.vue +253 -253
  7. package/src/components/android/week/StepHeaderBar.vue +453 -453
  8. package/src/components/android/week/WeekCheck.vue +203 -203
  9. package/src/components/android/week/WeekCheckPaper.vue +219 -219
  10. package/src/components/paper/safetyledger.vue +4 -0
  11. package/src/components/pc/CheckBookArea.vue +146 -146
  12. package/src/components/pc/CheckBookCompany.vue +144 -144
  13. package/src/components/pc/CheckBookDetails.vue +161 -161
  14. package/src/components/pc/CheckBookEntry.vue +60 -60
  15. package/src/components/pc/CheckBookSearchArea.vue +560 -560
  16. package/src/components/pc/CheckBookSearchUnit.vue +229 -229
  17. package/src/components/pc/CheckBookSearchUser.vue +659 -659
  18. package/src/components/pc/CheckBookSearchUserList.vue +674 -674
  19. package/src/components/report/CheckPlanAreaList.vue +551 -548
  20. package/src/filiale/jinhong/pc/CheckSearchUser.vue +1120 -1120
  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/SafecheckDevices.vue +1343 -1343
  24. package/src/filiale/meihekou/android.js +22 -22
  25. package/src/main.js +33 -33
  26. package/src/safecheck-android.js +326 -326
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.2-44",
4
+ "version": "4.0.2-47",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",