safecheck-client 4.0.2-7 → 4.0.2-70
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/build/reports/problems/problems-report.html +663 -0
- package/package.json +132 -132
- package/src/components/NewDefectList/DefectPaperNew.vue +1184 -1184
- package/src/components/android/AndroidNotifiedDeal.vue +417 -0
- package/src/components/android/PhoneUpUserinfo.vue +1249 -1249
- package/src/components/android/SafeRightTree.vue +218 -218
- package/src/components/android/SafecheckDevices.vue +1340 -1340
- package/src/components/android/week/CheckResultSimple.vue +258 -0
- package/src/components/android/week/FirstWeekCheck.vue +301 -0
- package/src/components/android/week/StepHeaderBar.vue +485 -0
- package/src/components/android/week/WeekCheck.vue +267 -0
- package/src/components/android/week/WeekCheckPaper.vue +274 -0
- package/src/components/android/week/WeekCheckPlan.vue +145 -0
- package/src/components/android/week/WeekCheckUserInfo.vue +99 -0
- package/src/components/checkplan/CheckDetail.vue +1 -1
- package/src/components/checkplan/SelectCheckPlan.vue +39 -0
- package/src/components/paper/safetyledger.vue +198 -0
- package/src/components/pc/CheckBook.vue +303 -303
- package/src/components/pc/CheckBookArea.vue +146 -146
- package/src/components/pc/CheckBookCompany.vue +144 -144
- package/src/components/pc/CheckBookDetails.vue +161 -161
- package/src/components/pc/CheckBookEntry.vue +60 -60
- package/src/components/pc/CheckBookSearchArea.vue +560 -560
- package/src/components/pc/CheckBookSearchUnit.vue +229 -229
- package/src/components/pc/CheckBookSearchUser.vue +659 -659
- package/src/components/pc/CheckBookSearchUserList.vue +674 -674
- package/src/components/pc/DefectDeal.vue +22 -7
- package/src/components/pc/PaperDefectMain.vue +22 -0
- package/src/components/planmanage/checkUserList.vue +1 -1
- package/src/components/querycheckpaper/CheckSearchUser.vue +2 -1
- package/src/components/report/CheckPlanAreaList.vue +53 -7
- package/src/components/report/CheckPlanUserList.vue +12 -2
- package/src/filiale/jinhong/android/AddPlanItem.vue +481 -0
- package/src/filiale/jinhong/android/AndroidDefectDeal.vue +748 -0
- package/src/filiale/jinhong/android/AndroidNotifiedDeal.vue +569 -0
- package/src/filiale/jinhong/android/CurrentCreate.vue +63 -21
- package/src/filiale/jinhong/android/PhoneInsurancePurchaseDetail.vue +28 -3
- package/src/filiale/jinhong/android/SafecheckOrderV.vue +2300 -0
- package/src/filiale/jinhong/android.js +5 -1
- package/src/filiale/jinhong/pc/CheckBookList.vue +28 -18
- package/src/filiale/jinhong/pc/CheckSearchUser.vue +45 -2
- package/src/filiale/jinhong/pc/NewCheckpaper.vue +1958 -0
- package/src/filiale/jinhong/pc/PaperList.vue +8 -1
- package/src/filiale/jinhong/pc/PlanManage.vue +9 -3
- package/src/filiale/jinhong/pc/checkPlanList.vue +73 -24
- package/src/filiale/jinhong/pc/checkUserList.vue +36 -0
- package/src/filiale/jinhong/pc.js +1 -0
- package/src/filiale/meihekou/android/CheckPlanList.vue +198 -198
- package/src/filiale/meihekou/android/CheckPlanListArea.vue +190 -190
- package/src/filiale/meihekou/android/CurrentCreate.vue +16 -0
- package/src/filiale/meihekou/android/PaperFeedback.vue +1545 -1542
- package/src/filiale/meihekou/android/SafecheckDevices.vue +1343 -1340
- package/src/filiale/meihekou/android/SafecheckOrderV.vue +70 -54
- package/src/filiale/meihekou/android.js +22 -22
- package/src/filiale/meihekou/pc/CheckDetail.vue +217 -0
- package/src/filiale/meihekou/pc/CheckPlan.vue +52 -0
- package/src/filiale/meihekou/pc/CheckPlanAreaList.vue +505 -0
- package/src/filiale/meihekou/pc/NewCheckpaper.vue +249 -280
- package/src/filiale/meihekou/pc/NewCheckpaperNew.vue +2051 -2050
- package/src/filiale/meihekou/pc/NewCheckpaperTemp.vue +1 -0
- package/src/filiale/meihekou/pc/PaperList.vue +9 -23
- package/src/filiale/meihekou/pc/SelectCheckPlan.vue +262 -0
- package/src/filiale/meihekou/pc/checkUserList.vue +790 -0
- package/src/filiale/meihekou/pc.js +19 -15
- package/src/filiale/qingjian/pc/SecurityCheckCoordinates.vue +2 -2
- package/src/filiale/taiyuan/android/AddPlanItem.vue +1 -0
- package/src/filiale/taiyuan/android/SafecheckDevices.vue +1343 -0
- package/src/filiale/taiyuan/android/SafecheckOrderV.vue +17 -17
- package/src/filiale/taiyuan/android.js +1 -0
- package/src/filiale/taiyuan/pc/NewCheckpaper.vue +22 -0
- package/src/filiale/xinkang/android/SafecheckDevices.vue +2 -2
- package/src/filiale/xinkang/android/SafecheckOrderV.vue +9 -2
- package/src/filiale/xinkang/pc/NewCheckpaper.vue +17 -46
- package/src/filiale/xinliansihui/pc/PaperList.vue +814 -0
- package/src/filiale/xinliansihui/pc/PaperVisitMain.vue +206 -0
- package/src/filiale/xinliansihui/pc.js +13 -0
- package/src/safecheck-android.js +12 -0
- package/src/safecheck.js +3 -0
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
// 分公司特殊组件页面注册
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
|
|
4
|
-
//手机特殊目录注册到该文件中
|
|
5
|
-
let specialComp = {
|
|
6
|
-
'new-check-paper': (resolve) => { require(['./pc/NewCheckpaper'], resolve) },
|
|
7
|
-
'new-check-paper-new': (resolve) => { require(['./pc/NewCheckpaperNew'], resolve) },
|
|
8
|
-
'
|
|
9
|
-
'paper-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// 分公司特殊组件页面注册
|
|
2
|
+
import Vue from "vue";
|
|
3
|
+
|
|
4
|
+
//手机特殊目录注册到该文件中
|
|
5
|
+
let specialComp = {
|
|
6
|
+
'new-check-paper': (resolve) => { require(['./pc/NewCheckpaper'], resolve) },
|
|
7
|
+
'new-check-paper-new': (resolve) => { require(['./pc/NewCheckpaperNew'], resolve) },
|
|
8
|
+
'check-user-list': (resolve) => { require(['./pc/checkUserList.vue'], resolve) },
|
|
9
|
+
'new-check-paper-temp': (resolve) => { require(['./pc/NewCheckpaperTemp'], resolve) },
|
|
10
|
+
'check-plan-area-list': (resolve) => { require(['./pc/CheckPlanAreaList'], resolve) },
|
|
11
|
+
'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) },
|
|
12
|
+
'check-plan': (resolve) => { require(['./pc/CheckPlan'], resolve) },
|
|
13
|
+
'select-check-plan-new ': (resolve) => { require(['./pc/SelectCheckPlan'], resolve) },
|
|
14
|
+
}
|
|
15
|
+
exports.specialComp = specialComp
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
@@ -114,9 +114,9 @@ export default {
|
|
|
114
114
|
this.level3 = []
|
|
115
115
|
this.problems = []
|
|
116
116
|
arr.data.forEach((defect) => {
|
|
117
|
-
if (defect.
|
|
117
|
+
if (defect.f_last_check_state == '拒检' ) {
|
|
118
118
|
this.level1.push(defect)
|
|
119
|
-
} else if (defect.
|
|
119
|
+
} else if (defect.f_last_check_state == '到访不遇' ) {
|
|
120
120
|
this.level3.push(defect)
|
|
121
121
|
} else {
|
|
122
122
|
this.problems.push(defect)
|