safecheck-client 3.0.38-99 → 3.0.39-2

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 (49) hide show
  1. package/package.json +3 -3
  2. package/src/components/android/AreaPlan.vue +567 -566
  3. package/src/components/android/SafecheckDevices.vue +1300 -1300
  4. package/src/components/android/SealBind.vue +392 -392
  5. package/src/components/android/SealManage.vue +250 -250
  6. package/src/components/map/checkScreen.vue +920 -920
  7. package/src/components/paper/PaperList.vue +0 -1
  8. package/src/components/pc/PaperDefectMain.vue +1 -0
  9. package/src/components/rongcheng/PhoneUpUserinfo.vue +9 -40
  10. package/src/filiale/dexin/android/AreaPlan.vue +567 -0
  11. package/src/filiale/dexin/android/SafecheckOrderV.vue +2983 -2983
  12. package/src/filiale/dexin/android.js +21 -20
  13. package/src/filiale/dexin/pc/PlanManage.vue +894 -894
  14. package/src/filiale/dexin/pc.js +15 -15
  15. package/src/filiale/fugu/android/SafecheckOrderV.vue +2 -2
  16. package/src/filiale/huayin/android/AddPlanItem.vue +509 -509
  17. package/src/filiale/huayin/android/AreaPlan.vue +572 -572
  18. package/src/filiale/huayin/android/CurrentCreate.vue +1121 -1121
  19. package/src/filiale/huayin/android.js +16 -16
  20. package/src/filiale/huayin/pc/PaperList.vue +635 -635
  21. package/src/filiale/jiaxian/android/PhoneUpUserinfo.vue +1231 -1231
  22. package/src/filiale/jinbin/android/SafecheckOrderV.vue +2291 -0
  23. package/src/filiale/jinbin/android.js +1 -0
  24. package/src/filiale/kelai/android/CurrentCreate.vue +2 -1
  25. package/src/filiale/qianneng/android/CurrentCreate.vue +14 -2
  26. package/src/filiale/qianneng/android/PaperFeedback.vue +1 -1
  27. package/src/filiale/qianneng/android/PhoneUpUserinfo.vue +4 -4
  28. package/src/filiale/qianneng/android/SafecheckDevices.vue +1 -1
  29. package/src/filiale/qianneng/pc/PaperList.vue +13 -0
  30. package/src/filiale/siyang/pc/SelectCheckPlan.vue +19 -6
  31. package/src/filiale/tianke/android/SafecheckOrderV.vue +1 -1
  32. package/src/filiale/tongchuan/android/AddPlanItemset.vue +484 -484
  33. package/src/filiale/tongchuan/android/PaperFeedback.vue +1317 -1317
  34. package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +1343 -1343
  35. package/src/filiale/tongchuan/android/SafecheckDevices.vue +1209 -1209
  36. package/src/filiale/tongchuan/android/SwitchValve.vue +2 -2
  37. package/src/filiale/tongchuan/android.js +22 -22
  38. package/src/filiale/tongchuan/pc/CheckBookList.vue +377 -377
  39. package/src/filiale/tongchuan/pc/CheckPlan.vue +3 -0
  40. package/src/filiale/tongchuan/pc/CheckPlanUserList.vue +0 -1
  41. package/src/filiale/tongchuan/pc/CheckSearchUser.vue +1045 -1045
  42. package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +618 -618
  43. package/src/filiale/tongchuan/pc/NewCheckpaper.vue +1524 -1524
  44. package/src/filiale/tongchuan/pc/PaperList.vue +684 -684
  45. package/src/filiale/tongchuan/pc.js +0 -1
  46. package/src/filiale/wenxi/android/SafecheckDevices.vue +4 -7
  47. package/src/filiale/wenxi/android/SafecheckOrderV.vue +3 -0
  48. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +278 -278
  49. package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +1136 -1136
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "3.0.38-99",
4
+ "version": "3.0.39-2",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -104,13 +104,13 @@
104
104
  "sinon-chai": "^2.8.0",
105
105
  "style": "0.0.3",
106
106
  "style-loader": "^0.20.3",
107
- "system-clients": "3.2.76",
107
+ "system-clients": "3.2.95-temp",
108
108
  "system-phone": "1.2.100",
109
109
  "telephone-clients": "1.1.27",
110
110
  "terser-webpack-plugin-legacy": "^1.2.5",
111
111
  "url-loader": "^0.5.7",
112
112
  "vue-amap": "0.5.10",
113
- "vue-client": "1.24.112",
113
+ "vue-client": "1.25.33",
114
114
  "vue-hot-reload-api": "^1.2.0",
115
115
  "vue-html-loader": "^1.0.0",
116
116
  "vue-loader": "^8.2.1",