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
@@ -1,15 +1,15 @@
1
- // 分公司特殊组件页面注册
2
- import Vue from "vue";
3
-
4
- //手机特殊目录注册到该文件中
5
- let specialComp = {
6
- 'paper-main': (resolve) => {require(['./pc/PaperList.vue'], resolve)},
7
- 'paper-defect-main': (resolve) => { require(['./pc/PaperDefectMain'], resolve) },
8
- 'defect-main-new2': (resolve) => {require(['./pc/DefectMainNew'], resolve)},
9
- 'plan-manage': (resolve) => {require(['./pc/PlanManage'], resolve)},
10
- }
11
- exports.specialComp = specialComp
12
-
13
-
14
-
15
-
1
+ // 分公司特殊组件页面注册
2
+ import Vue from "vue";
3
+
4
+ //手机特殊目录注册到该文件中
5
+ let specialComp = {
6
+ 'paper-main': (resolve) => {require(['./pc/PaperList.vue'], resolve)},
7
+ 'paper-defect-main': (resolve) => { require(['./pc/PaperDefectMain'], resolve) },
8
+ 'defect-main-new2': (resolve) => {require(['./pc/DefectMainNew'], resolve)},
9
+ 'plan-manage': (resolve) => {require(['./pc/PlanManage'], resolve)},
10
+ }
11
+ exports.specialComp = specialComp
12
+
13
+
14
+
15
+
@@ -489,10 +489,10 @@ export default {
489
489
  let prefix = '用户基本信息:'
490
490
  if(Util.required(this.data.f_user_name))
491
491
  return prefix + '用户名必须输入'
492
- if(!(/^\d{11}$/.test(this.data.f_user_phone))) {
492
+ /*if(!(/^\d{11}$/.test(this.data.f_user_phone))) {
493
493
 
494
494
  return '请输入正确的电话号码'
495
- }
495
+ }*/
496
496
  // if(Util.required(this.data.f_residential_area))
497
497
  // return prefix + '小区名称必须输入'
498
498
  if(Util.required(this.data.f_address))