safecheck-client 4.0.2-62 → 4.0.2-64

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/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 +258 -251
  6. package/src/components/android/week/FirstWeekCheck.vue +301 -275
  7. package/src/components/android/week/StepHeaderBar.vue +485 -457
  8. package/src/components/android/week/WeekCheck.vue +267 -209
  9. package/src/components/android/week/WeekCheckPaper.vue +274 -219
  10. package/src/components/android/week/WeekCheckPlan.vue +145 -145
  11. package/src/components/android/week/WeekCheckUserInfo.vue +99 -0
  12. package/src/components/pc/CheckBookArea.vue +146 -146
  13. package/src/components/pc/CheckBookCompany.vue +144 -144
  14. package/src/components/pc/CheckBookDetails.vue +161 -161
  15. package/src/components/pc/CheckBookEntry.vue +60 -60
  16. package/src/components/pc/CheckBookSearchArea.vue +560 -560
  17. package/src/components/pc/CheckBookSearchUnit.vue +229 -229
  18. package/src/components/pc/CheckBookSearchUser.vue +659 -659
  19. package/src/components/pc/CheckBookSearchUserList.vue +674 -674
  20. package/src/filiale/jinhong/android/AddPlanItem.vue +481 -481
  21. package/src/filiale/jinhong/android/CurrentCreate.vue +1355 -1355
  22. package/src/filiale/jinhong/android.js +15 -15
  23. package/src/filiale/jinhong/pc/checkUserList.vue +806 -806
  24. package/src/filiale/meihekou/android/CheckPlanList.vue +198 -198
  25. package/src/filiale/meihekou/android/CheckPlanListArea.vue +190 -190
  26. package/src/filiale/meihekou/android/SafecheckDevices.vue +1343 -1343
  27. package/src/filiale/meihekou/android.js +22 -22
  28. package/src/filiale/taiyuan/pc/NewCheckpaper.vue +22 -0
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-62",
4
+ "version": "4.0.2-64",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",