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.
- package/package.json +3 -3
- package/src/components/android/AreaPlan.vue +567 -566
- package/src/components/android/SafecheckDevices.vue +1300 -1300
- package/src/components/android/SealBind.vue +392 -392
- package/src/components/android/SealManage.vue +250 -250
- package/src/components/map/checkScreen.vue +920 -920
- package/src/components/paper/PaperList.vue +0 -1
- package/src/components/pc/PaperDefectMain.vue +1 -0
- package/src/components/rongcheng/PhoneUpUserinfo.vue +9 -40
- package/src/filiale/dexin/android/AreaPlan.vue +567 -0
- package/src/filiale/dexin/android/SafecheckOrderV.vue +2983 -2983
- package/src/filiale/dexin/android.js +21 -20
- package/src/filiale/dexin/pc/PlanManage.vue +894 -894
- package/src/filiale/dexin/pc.js +15 -15
- package/src/filiale/fugu/android/SafecheckOrderV.vue +2 -2
- package/src/filiale/huayin/android/AddPlanItem.vue +509 -509
- package/src/filiale/huayin/android/AreaPlan.vue +572 -572
- package/src/filiale/huayin/android/CurrentCreate.vue +1121 -1121
- package/src/filiale/huayin/android.js +16 -16
- package/src/filiale/huayin/pc/PaperList.vue +635 -635
- package/src/filiale/jiaxian/android/PhoneUpUserinfo.vue +1231 -1231
- package/src/filiale/jinbin/android/SafecheckOrderV.vue +2291 -0
- package/src/filiale/jinbin/android.js +1 -0
- package/src/filiale/kelai/android/CurrentCreate.vue +2 -1
- package/src/filiale/qianneng/android/CurrentCreate.vue +14 -2
- package/src/filiale/qianneng/android/PaperFeedback.vue +1 -1
- package/src/filiale/qianneng/android/PhoneUpUserinfo.vue +4 -4
- package/src/filiale/qianneng/android/SafecheckDevices.vue +1 -1
- package/src/filiale/qianneng/pc/PaperList.vue +13 -0
- package/src/filiale/siyang/pc/SelectCheckPlan.vue +19 -6
- package/src/filiale/tianke/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/tongchuan/android/AddPlanItemset.vue +484 -484
- package/src/filiale/tongchuan/android/PaperFeedback.vue +1317 -1317
- package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +1343 -1343
- package/src/filiale/tongchuan/android/SafecheckDevices.vue +1209 -1209
- package/src/filiale/tongchuan/android/SwitchValve.vue +2 -2
- package/src/filiale/tongchuan/android.js +22 -22
- package/src/filiale/tongchuan/pc/CheckBookList.vue +377 -377
- package/src/filiale/tongchuan/pc/CheckPlan.vue +3 -0
- package/src/filiale/tongchuan/pc/CheckPlanUserList.vue +0 -1
- package/src/filiale/tongchuan/pc/CheckSearchUser.vue +1045 -1045
- package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +618 -618
- package/src/filiale/tongchuan/pc/NewCheckpaper.vue +1524 -1524
- package/src/filiale/tongchuan/pc/PaperList.vue +684 -684
- package/src/filiale/tongchuan/pc.js +0 -1
- package/src/filiale/wenxi/android/SafecheckDevices.vue +4 -7
- package/src/filiale/wenxi/android/SafecheckOrderV.vue +3 -0
- package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +278 -278
- package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +1136 -1136
package/src/filiale/dexin/pc.js
CHANGED
|
@@ -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))
|