safecheck-client 4.0.0-6 → 4.0.0-61
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/Util/ImgSelfSafePlus.vue +13 -3
- package/src/components/android/AndroidDefectDeal.vue +1 -1
- package/src/components/android/AndroidDefectDealBeforeSafe.vue +1 -1
- package/src/components/android/AndroidDefectDetails.vue +725 -0
- package/src/components/android/BlackUserOnLine.vue +2 -2
- package/src/components/android/Insurance/PhoneInsurancePurchase.vue +1 -1
- package/src/components/android/PaperFeedback.vue +14 -12
- package/src/components/android/PaperFeedbackTemp.vue +2 -2
- package/src/components/android/PhoneUpUserinfo.vue +20 -0
- package/src/components/android/RelieveRestrict.vue +1 -1
- package/src/components/android/Restriction.vue +1 -1
- package/src/components/android/SafecheckDevices.vue +47 -2
- package/src/components/android/SafecheckOrderV.vue +2 -2
- package/src/components/android/SealBind.vue +392 -0
- package/src/components/android/SealManage.vue +250 -0
- package/src/components/inspections/inspectionFeedback.vue +2 -2
- package/src/components/paper/PaperList.vue +34 -6
- package/src/components/pc/AddToCheckBook.vue +100 -23
- package/src/components/pc/CheckBook.vue +2 -0
- package/src/components/pc/CheckBookDetails.vue +6 -39
- package/src/components/pc/CheckBookEntry.vue +6 -7
- package/src/components/pc/CheckBookList.vue +60 -71
- package/src/components/pc/CheckBookSearchArea.vue +20 -24
- package/src/components/pc/CheckBookSearchUser.vue +139 -84
- package/src/components/pc/CheckBookSearchUserList.vue +1 -2
- package/src/components/pc/CheckBookUser.vue +276 -44
- package/src/components/pc/NewCheckpaper.vue +14 -8
- package/src/components/pc/NewCheckpaperTemp.vue +5 -5
- package/src/components/pc/PaperDefectMain.vue +1 -0
- package/src/components/planmanage/PlanManage.vue +6 -8
- package/src/components/rongcheng/AspPaperFeedback.vue +1 -1
- package/src/components/rongcheng/PaperFeedback.vue +2 -2
- package/src/components/safecheck/queryManage/CheckBookAll.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/fugou/pc/PaperDefectMain.vue +1 -1
- 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/jinhong/android/PhoneInsurancePurchaseDetail.vue +437 -366
- package/src/filiale/jinhong/android/PhoneInsuranceRecordList.vue +346 -0
- package/src/filiale/jinhong/android.js +1 -0
- 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/meihekou/android/AreaPlan.vue +569 -0
- package/src/filiale/meihekou/android/CheckPlanList.vue +198 -0
- package/src/filiale/meihekou/android/CheckPlanListArea.vue +190 -0
- package/src/filiale/meihekou/android/CurrentCreate.vue +1087 -0
- package/src/filiale/meihekou/android/MeterReading.vue +106 -0
- package/src/filiale/meihekou/android/PhoneUpUserinfo.vue +1276 -0
- package/src/filiale/meihekou/android/SafecheckOrderV.vue +2400 -0
- package/src/filiale/meihekou/android/SafecheckUserInfo.vue +787 -0
- package/src/filiale/meihekou/android.js +19 -0
- package/src/filiale/meihekou/pc.js +12 -0
- 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/xiangyuanzhongai/android/SafecheckDevices.vue +20 -1
- package/src/filiale/xiangyuanzhongai/android/SafecheckOrderV.vue +2282 -0
- package/src/filiale/xiangyuanzhongai/android/SafecheckUserInfo.vue +786 -0
- package/src/filiale/xiangyuanzhongai/android.js +2 -0
- package/src/filiale/xiangyuanzhongai/pc/DefectListNew.vue +663 -0
- package/src/filiale/xiangyuanzhongai/pc/PaperList.vue +795 -0
- package/src/filiale/xiangyuanzhongai/pc.js +2 -0
- package/src/filiale/yangchunboneng/android/PaperFeedback.vue +2 -2
- 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/yunchengminsheng/android/DailyworkloadQuery.vue +2 -2
- package/src/filiale/yunchengminsheng/android/PhoneSellInfo.vue +113 -0
- package/src/filiale/yunchengminsheng/android/SafecheckOrderV.vue +2 -0
- package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/yunchengminsheng/android.js +1 -0
- package/src/filiale/yunchengminsheng/pc/NewCheckpaper.vue +16 -5
- package/src/filiale/zhongsheng/android/PaperFeedback.vue +2 -2
- package/src/filiale/zhoukou/android/PaperFeedback.vue +2 -2
- package/src/safecheck-android.js +3 -0
@@ -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,
|
@@ -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,
|
@@ -180,7 +180,7 @@
|
|
180
180
|
</div>
|
181
181
|
<div class="col-xs-8" >
|
182
182
|
<input class="search_input input-font"
|
183
|
-
v-model=model.
|
183
|
+
v-model=model.f_meter_classify condition="f_meter_classify like '%{}%'" />
|
184
184
|
</div>
|
185
185
|
</div>
|
186
186
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
@@ -223,7 +223,7 @@
|
|
223
223
|
</div>
|
224
224
|
<div class="col-xs-6">
|
225
225
|
<p class="panel-title col-xs-5 text-left font"><b>气表品牌:</b></p>
|
226
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.
|
226
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_meter_classify }}</p>
|
227
227
|
</div>
|
228
228
|
<div class="col-xs-6">
|
229
229
|
<p class="panel-title col-xs-5 text-left font"><b>用户类型:</b></p>
|
@@ -0,0 +1,113 @@
|
|
1
|
+
<template >
|
2
|
+
<div class="panel panel-default auto repair-info-content">
|
3
|
+
<div class="panel-body">
|
4
|
+
<div class="panel panel-default well" v-for="row in model">
|
5
|
+
<div class="bg-info">
|
6
|
+
<div class="row form-group">
|
7
|
+
<div class="col-xs-12 col-sm-12 col-md-12">
|
8
|
+
<div class="row">
|
9
|
+
<div class="col-xs-6 col-sm-6 col-md-6">
|
10
|
+
购气量: {{row.f_pregas}}
|
11
|
+
</div>
|
12
|
+
<div class="col-xs-6 col-sm-6 col-md-6">
|
13
|
+
购气金额: {{row.f_preamount}}
|
14
|
+
</div>
|
15
|
+
<div class="col-xs-6 col-sm-6 col-md-6">
|
16
|
+
收费状态: {{row.f_state}}
|
17
|
+
</div>
|
18
|
+
<div class="col-xs-6 col-sm-6 col-md-6">
|
19
|
+
缴费方式: {{row.f_payment}}
|
20
|
+
</div>
|
21
|
+
<div class="col-xs-12 col-sm-12 col-md-12">
|
22
|
+
购气时间: {{row.f_operate_date}}
|
23
|
+
</div>
|
24
|
+
|
25
|
+
</div>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
</div>
|
29
|
+
</div>
|
30
|
+
<p v-show="model.length == 0 ">此用户暂无购气记录</p>
|
31
|
+
</div>
|
32
|
+
</div>
|
33
|
+
</template>
|
34
|
+
|
35
|
+
<script>
|
36
|
+
import { PagedList } from 'vue-client'
|
37
|
+
import co from 'co'
|
38
|
+
export default {
|
39
|
+
title: '查询用户',
|
40
|
+
data () {
|
41
|
+
return {
|
42
|
+
model: [],
|
43
|
+
show: false,
|
44
|
+
row: Object
|
45
|
+
}
|
46
|
+
},
|
47
|
+
props: {
|
48
|
+
user: {
|
49
|
+
type: Object
|
50
|
+
},
|
51
|
+
f_userinfo_id:''
|
52
|
+
},
|
53
|
+
methods: {
|
54
|
+
getmodel () {
|
55
|
+
let userinfoid
|
56
|
+
if(this.f_userinfo_id){
|
57
|
+
userinfoid = this.f_userinfo_id
|
58
|
+
}else{
|
59
|
+
userinfoid = this.user.f_userinfo_id
|
60
|
+
//tag
|
61
|
+
}
|
62
|
+
//tag
|
63
|
+
this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {data: {items: '*', tablename: 't_sellinggas ', orderitem: 'f_operate_date desc', condition:`f_userinfo_id = '${userinfoid}' and f_state = '有效'`}}).then((row) => {
|
64
|
+
this.model = row.data
|
65
|
+
})
|
66
|
+
},
|
67
|
+
back(){
|
68
|
+
|
69
|
+
}
|
70
|
+
},
|
71
|
+
watch: {
|
72
|
+
'user' (val) {
|
73
|
+
// this.model.search(`card_id = ${this.user.card_id}`)
|
74
|
+
if(this.user){
|
75
|
+
if (!(this.user.isNuN)) {
|
76
|
+
this.model= []
|
77
|
+
this.getmodel()
|
78
|
+
}
|
79
|
+
}
|
80
|
+
},
|
81
|
+
'f_userinfo_id'(){
|
82
|
+
if(this.f_userinfo_id){
|
83
|
+
this.model= []
|
84
|
+
this.getmodel()
|
85
|
+
}
|
86
|
+
}
|
87
|
+
},
|
88
|
+
ready () {
|
89
|
+
if (this.user && this.user.f_userinfo_id) {
|
90
|
+
// this.model.search(`card_id = ${this.user.card_id}`)
|
91
|
+
this.getmodel()
|
92
|
+
}
|
93
|
+
if(this.f_userinfo_id){
|
94
|
+
this.getmodel()
|
95
|
+
}
|
96
|
+
}
|
97
|
+
}
|
98
|
+
</script>
|
99
|
+
<style>
|
100
|
+
.app-botton {
|
101
|
+
position:fixed;
|
102
|
+
background: #87b2dd;
|
103
|
+
color: #FFF;
|
104
|
+
padding: 8px;
|
105
|
+
text-align: center;
|
106
|
+
font-size: 1.2em;
|
107
|
+
z-index: 10;
|
108
|
+
opacity:0.5;
|
109
|
+
bottom: 50px;
|
110
|
+
margin-top: -10px;
|
111
|
+
height: 40px;
|
112
|
+
}
|
113
|
+
</style>
|
@@ -1290,6 +1290,7 @@
|
|
1290
1290
|
} else {
|
1291
1291
|
this.rowCodata = codata
|
1292
1292
|
}
|
1293
|
+
this.rowCodata.f_upload_state='未传'
|
1293
1294
|
let param = {
|
1294
1295
|
f_check_item_id: this.data.f_check_item_id,
|
1295
1296
|
f_checker_id: this.data.f_checker_id,
|
@@ -1390,6 +1391,7 @@
|
|
1390
1391
|
} else {
|
1391
1392
|
this.rowCodata = codata
|
1392
1393
|
}
|
1394
|
+
this.rowCodata.f_upload_state='未传'
|
1393
1395
|
if (this.item.f_no_checkplan == '无计划安检' && value.data.length == 0 && this.item.f_no_checkplan != '打回') {
|
1394
1396
|
this.$androidUtil.bzLogic('SafeSaveNoPaper', {
|
1395
1397
|
f_check_item_id: this.data.f_check_item_id,
|
@@ -400,7 +400,7 @@
|
|
400
400
|
title: '购气记录',
|
401
401
|
safe: false
|
402
402
|
})
|
403
|
-
this.$parent.$parent.$goto('phone-sell-info', {f_userinfo_id: f_userinfo_id})
|
403
|
+
this.$parent.$parent.$goto('safe-phone-sell-info', {f_userinfo_id: f_userinfo_id})
|
404
404
|
},
|
405
405
|
cameraCallBack (prop, fileName) {
|
406
406
|
if (prop == 'f_noanswers_path') {
|
@@ -7,6 +7,7 @@ let specialComp = {
|
|
7
7
|
'paper-feedback': (resolve) => { require(['./android/PaperFeedback'], resolve) },
|
8
8
|
'safecheck-order-v' : (resolve) => { require(['./android/SafecheckOrderV'], resolve) },
|
9
9
|
'DailyworkloadQuery' : (resolve) => { require(['./android/DailyworkloadQuery'], resolve) },
|
10
|
+
'safe-phone-sell-info' : (resolve) => { require(['./android/PhoneSellInfo'], resolve) },
|
10
11
|
'safecheck-devices' : (resolve) => { require(['./android/SafecheckDevices'], resolve) }
|
11
12
|
}
|
12
13
|
|
@@ -462,7 +462,7 @@ let asyncReady = async function (self) {
|
|
462
462
|
|
463
463
|
export default {
|
464
464
|
title: '安检单',
|
465
|
-
props: ['f_plan_id', 'item', 'role'],
|
465
|
+
props: ['f_plan_id', 'item', 'role','gotoitem'],
|
466
466
|
data() {
|
467
467
|
return {
|
468
468
|
f_approvedstart_time: '',
|
@@ -709,7 +709,8 @@ export default {
|
|
709
709
|
}).then((res) => {
|
710
710
|
if (res.data.code == 200) {
|
711
711
|
this.loading = false;
|
712
|
-
this.$
|
712
|
+
this.$root.$emit('audit-status-changed')
|
713
|
+
this.$emit('showback')
|
713
714
|
}
|
714
715
|
})
|
715
716
|
},
|
@@ -738,6 +739,7 @@ export default {
|
|
738
739
|
this.loading = false;
|
739
740
|
this.message = '';
|
740
741
|
this.showModel = false;
|
742
|
+
this.$root.$emit('audit-status-changed')
|
741
743
|
this.back();
|
742
744
|
}
|
743
745
|
})
|
@@ -1081,16 +1083,25 @@ export default {
|
|
1081
1083
|
back() {
|
1082
1084
|
if (this.role == 'inspect') {
|
1083
1085
|
if (!this.isStrat) {
|
1084
|
-
this
|
1086
|
+
if(this.gotoitem){
|
1087
|
+
this.$back()
|
1088
|
+
return
|
1089
|
+
}
|
1090
|
+
this.$emit('showback')
|
1085
1091
|
return
|
1086
1092
|
} else {
|
1087
1093
|
this.savePaper(true).then(() => {
|
1088
|
-
this.$
|
1094
|
+
this.$emit('showback')
|
1089
1095
|
this.isStrat = false
|
1090
1096
|
})
|
1091
1097
|
}
|
1092
1098
|
} else {
|
1093
|
-
this.$
|
1099
|
+
this.$root.$emit('audit-status-changed')
|
1100
|
+
if(this.gotoitem){
|
1101
|
+
this.$back()
|
1102
|
+
return
|
1103
|
+
}
|
1104
|
+
this.$emit('showback')
|
1094
1105
|
}
|
1095
1106
|
},
|
1096
1107
|
checkIsStart() {
|
@@ -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": "有效",
|
package/src/safecheck-android.js
CHANGED
@@ -202,6 +202,7 @@ export default function (filiale) {
|
|
202
202
|
// 安检用户信息查看
|
203
203
|
Vue.component('safecheck-userinfo', (resolve) => { require(['./components/android/userinfo/SafecheckUserInfo'], resolve) })
|
204
204
|
Vue.component('android-defect-deal', (resolve) => { require(['./components/android/AndroidDefectDeal'], resolve) })
|
205
|
+
Vue.component('android-defect-details', (resolve) => { require(['./components/android/AndroidDefectDetails.vue'], resolve) })
|
205
206
|
Vue.component('android-defect-deal-before-safe', (resolve) => { require(['./components/android/AndroidDefectDealBeforeSafe'], resolve) })
|
206
207
|
// 在线用户档案核对
|
207
208
|
//Vue.component('user-safe-app', (resolve) => { require(['../examples/UserFiles/App'], resolve) })
|
@@ -296,6 +297,8 @@ export default function (filiale) {
|
|
296
297
|
Vue.component('online-repair-safe', (resolve) => {require(['./components/android/OnlineRepairSafe'], resolve)})
|
297
298
|
Vue.component('phone-other-info-v3', (resolve) => {require(['./components/android/PhoneotherInfov3'], resolve)})
|
298
299
|
Vue.component('phone-other-info', (resolve) => {require(['./components/android/PhoneotherInfo'], resolve)})
|
300
|
+
Vue.component('seal-manage', (resolve) => { require(['./components/android/SealManage'], resolve) })
|
301
|
+
Vue.component('seal-bind', (resolve) => { require(['./components/android/SealBind'], resolve) })
|
299
302
|
//特殊目录给这里加
|
300
303
|
if (filiale) {
|
301
304
|
let filialeComp = require(`./filiale/${filiale}/android`).specialComp
|