safecheck-client 4.0.0-30 → 4.0.0-32
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 +1 -1
- package/src/components/NewDefectList/DefectListNew.vue +12 -12
- package/src/components/android/AndroidDefectDeal.vue +1 -1
- package/src/components/android/AndroidDefectDealBeforeSafe.vue +1 -1
- package/src/components/android/BlackUserOnLine.vue +2 -2
- package/src/components/android/PaperFeedbackTemp.vue +2 -2
- package/src/components/android/RelieveRestrict.vue +1 -1
- package/src/components/android/Restriction.vue +1 -1
- package/src/components/android/userinfo/SafecheckUserInfo.vue +10 -0
- package/src/components/inspections/inspectionFeedback.vue +2 -2
- package/src/components/paper/PaperList.vue +1 -0
- package/src/components/rongcheng/AspPaperFeedback.vue +1 -1
- package/src/components/rongcheng/PaperFeedback.vue +2 -2
- package/src/filiale/ancheng/android/PaperFeedback.vue +2 -2
- package/src/filiale/ankangyihua/android/AndroidDefectDeal.vue +1 -1
- package/src/filiale/baiyin/android/AndroidDefectDeal.vue +1 -1
- package/src/filiale/bayan/android/PaperFeedback.vue +2 -2
- package/src/filiale/hanzhong/android/PaperFeedback.vue +2 -2
- package/src/filiale/huatong/android/PaperFeedback.vue +2 -2
- package/src/filiale/huayin/android/PaperFeedback.vue +2 -2
- package/src/filiale/huayin/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/jiaocheng/android/PaperFeedback.vue +2 -2
- package/src/filiale/jingyang/android/PaperFeedback.vue +2 -2
- package/src/filiale/kelai/android/AndroidDefectDeal.vue +2 -2
- package/src/filiale/kelai/android/PaperFeedback.vue +2 -2
- package/src/filiale/kelai/android/RelieveRestrict.vue +1 -1
- package/src/filiale/kelai/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/kelai/pc/FaultLimitGas/FaultLimitGasPaper.vue +1 -1
- package/src/filiale/pingxiang/android/PaperFeedback.vue +2 -2
- package/src/filiale/qianneng/android/PaperFeedback.vue +2 -2
- package/src/filiale/rizhao/android/PaperFeedback.vue +2 -2
- package/src/filiale/rongchuang/android/PaperFeedback.vue +2 -2
- package/src/filiale/shanggao/android/PaperFeedback.vue +2 -2
- package/src/filiale/shanxian/android/AndroidDefectDeal.vue +1 -1
- package/src/filiale/shanxian/android/PaperFeedback.vue +2 -2
- package/src/filiale/shexian/android/AndroidDefectDeal.vue +1 -1
- package/src/filiale/shexian/android/PaperFeedback.vue +2 -2
- package/src/filiale/shimen/android/PaperFeedback.vue +2 -2
- package/src/filiale/tongchuan/android/AndroidDefectDeal.vue +1 -1
- package/src/filiale/tongchuan/android/PaperFeedback.vue +2 -2
- package/src/filiale/weinan/android/SafecheckOrderV.vue +3 -3
- package/src/filiale/wenxi/android/PaperFeedback.vue +3 -3
- package/src/filiale/wuan/android/PaperFeedback.vue +2 -2
- package/src/filiale/wuhai/android/PaperFeedback.vue +2 -2
- package/src/filiale/xiangyuan/android/SafecheckUserInfo.vue +786 -0
- package/src/filiale/xiangyuan/android.js +10 -0
- package/src/filiale/xiangyuan/pc/DefectListNew.vue +663 -0
- package/src/filiale/xiangyuan/pc/PaperList.vue +792 -0
- package/src/filiale/xiangyuan/pc.js +13 -0
- package/src/filiale/yangchunboneng/android/PaperFeedback.vue +2 -2
- package/src/filiale/yangchunboneng/pc/DefectListNew.vue +5 -5
- package/src/filiale/yongzhou/android/PaperFeedback.vue +2 -2
- package/src/filiale/yuansheng/android/AndroidDefectDeal.vue +1 -1
- package/src/filiale/yuansheng/android/PaperFeedback.vue +2 -2
- package/src/filiale/zhongsheng/android/PaperFeedback.vue +2 -2
- package/src/filiale/zhoukou/android/PaperFeedback.vue +2 -2
@@ -0,0 +1,13 @@
|
|
1
|
+
// 分公司特殊组件页面注册
|
2
|
+
import Vue from "vue";
|
3
|
+
|
4
|
+
//手机特殊目录注册到该文件中
|
5
|
+
let specialComp = {
|
6
|
+
'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) },
|
7
|
+
"safe-defect-list-new":(resolve) => { require(['./pc/DefectListNew.vue'], resolve) }
|
8
|
+
}
|
9
|
+
exports.specialComp = specialComp
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
@@ -1357,7 +1357,7 @@
|
|
1357
1357
|
}, { resolveMsg: null, rejectMsg: null })
|
1358
1358
|
////tag)
|
1359
1359
|
////tag
|
1360
|
-
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-
|
1360
|
+
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
|
1361
1361
|
data: {
|
1362
1362
|
"f_operat_type": "取消拉黑",
|
1363
1363
|
"f_state": "待审核",
|
@@ -1418,7 +1418,7 @@
|
|
1418
1418
|
limit_times = Vue.config.safecheck.ApproveConfig.limit_times
|
1419
1419
|
limit_value = Vue.config.safecheck.ApproveConfig.limit_value
|
1420
1420
|
}
|
1421
|
-
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-
|
1421
|
+
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
|
1422
1422
|
data: {
|
1423
1423
|
data: this.$parent.$parent.data,
|
1424
1424
|
item: this.$parent.$parent.data.item,
|
@@ -466,7 +466,7 @@ export default {
|
|
466
466
|
this.solveModal.preData.repairedImg = ''
|
467
467
|
this.solveModal.preData.repairedImg1 = ''
|
468
468
|
this.solveModal.preData.repairedImg2 = ''
|
469
|
-
this.solveModal.preData.defectImg = row.f_path?'/rs/image/file/' + row.f_path:null
|
469
|
+
this.solveModal.preData.defectImg = row.f_path?'/singlepage/rs/image/file/' + row.f_path:null
|
470
470
|
this.solveModal.uploadData.id = row.id
|
471
471
|
this.solveModal.preData.type = type
|
472
472
|
this.solveModal.preData.state = row.f_repaire_state
|
@@ -477,10 +477,10 @@ export default {
|
|
477
477
|
this.solveModal.preData.repairedImg = row.f_repair_path
|
478
478
|
this.solveModal.preData.repairedImg1 = row.f_repair1_path
|
479
479
|
} else {
|
480
|
-
this.solveModal.preData.f_repair_path = row.f_repair_path? '/rs/image/file/' + row.f_repair_path:null
|
481
|
-
this.solveModal.preData.repairedImg = row.f_repair_path? '/rs/image/file/' + row.f_repair_path:null
|
482
|
-
this.solveModal.preData.repairedImg1 = row.f_other_dealpath1? '/rs/image/file/' + row.f_other_dealpath1:null
|
483
|
-
this.solveModal.preData.repairedImg2 = row.f_other_dealpath2? '/rs/image/file/' + row.f_other_dealpath2:null
|
480
|
+
this.solveModal.preData.f_repair_path = row.f_repair_path? '/singlepage/rs/image/file/' + row.f_repair_path:null
|
481
|
+
this.solveModal.preData.repairedImg = row.f_repair_path? '/singlepage/rs/image/file/' + row.f_repair_path:null
|
482
|
+
this.solveModal.preData.repairedImg1 = row.f_other_dealpath1? '/singlepage/rs/image/file/' + row.f_other_dealpath1:null
|
483
|
+
this.solveModal.preData.repairedImg2 = row.f_other_dealpath2? '/singlepage/rs/image/file/' + row.f_other_dealpath2:null
|
484
484
|
}
|
485
485
|
if (type === '现场已处理') {
|
486
486
|
this.solveModal.uploadData.f_repairman = this.check.f_checker_name
|
@@ -1176,7 +1176,7 @@ export default {
|
|
1176
1176
|
}, {resolveMsg: null, rejectMsg: null})
|
1177
1177
|
////tag)
|
1178
1178
|
////tag
|
1179
|
-
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-
|
1179
|
+
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
|
1180
1180
|
data: {
|
1181
1181
|
"f_operat_type": "取消拉黑",
|
1182
1182
|
"f_state": "有效",
|
@@ -1234,7 +1234,7 @@ export default {
|
|
1234
1234
|
limit_times = Vue.config.safecheck.ApproveConfig.limit_times
|
1235
1235
|
limit_value = Vue.config.safecheck.ApproveConfig.limit_value
|
1236
1236
|
}
|
1237
|
-
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-
|
1237
|
+
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
|
1238
1238
|
data: {
|
1239
1239
|
data:this.$parent.$parent.data,
|
1240
1240
|
item:this.$parent.$parent.data.item,
|
@@ -435,7 +435,7 @@
|
|
435
435
|
}, {resolveMsg: null, rejectMsg: null})
|
436
436
|
////tag)
|
437
437
|
////tag
|
438
|
-
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-
|
438
|
+
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
|
439
439
|
data: {
|
440
440
|
"f_operat_type": "取消拉黑",
|
441
441
|
"f_state": "有效",
|
@@ -1166,7 +1166,7 @@ export default {
|
|
1166
1166
|
}, {resolveMsg: null, rejectMsg: null})
|
1167
1167
|
////tag)
|
1168
1168
|
////tag
|
1169
|
-
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-
|
1169
|
+
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
|
1170
1170
|
data: {
|
1171
1171
|
"f_operat_type": "取消拉黑",
|
1172
1172
|
"f_state": "有效",
|
@@ -1218,7 +1218,7 @@ export default {
|
|
1218
1218
|
}, {resolveMsg: null, rejectMsg: null})
|
1219
1219
|
////tag)
|
1220
1220
|
////tag
|
1221
|
-
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-
|
1221
|
+
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
|
1222
1222
|
data: {
|
1223
1223
|
data:this.$parent.$parent.data,
|
1224
1224
|
item:this.$parent.$parent.data.item,
|
@@ -1069,7 +1069,7 @@
|
|
1069
1069
|
}, {resolveMsg: null, rejectMsg: null})
|
1070
1070
|
//tag)
|
1071
1071
|
//tag
|
1072
|
-
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-
|
1072
|
+
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
|
1073
1073
|
data: {
|
1074
1074
|
"f_operat_type": "取消拉黑",
|
1075
1075
|
"f_state": "有效",
|
@@ -1121,7 +1121,7 @@
|
|
1121
1121
|
}, {resolveMsg: null, rejectMsg: null})
|
1122
1122
|
//tag)
|
1123
1123
|
//tag
|
1124
|
-
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-
|
1124
|
+
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
|
1125
1125
|
data: {
|
1126
1126
|
"f_operat_type": "拉黑",
|
1127
1127
|
"f_state": "有效",
|
@@ -1095,7 +1095,7 @@
|
|
1095
1095
|
}, {resolveMsg: null, rejectMsg: null})
|
1096
1096
|
//tag)
|
1097
1097
|
//tag
|
1098
|
-
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-
|
1098
|
+
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
|
1099
1099
|
data: {
|
1100
1100
|
"f_operat_type": "取消拉黑",
|
1101
1101
|
"f_state": "有效",
|
@@ -1147,7 +1147,7 @@
|
|
1147
1147
|
}, {resolveMsg: null, rejectMsg: null})
|
1148
1148
|
//tag)
|
1149
1149
|
//tag
|
1150
|
-
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-
|
1150
|
+
let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
|
1151
1151
|
data: {
|
1152
1152
|
"f_operat_type": "拉黑",
|
1153
1153
|
"f_state": "有效",
|