|
|
@@ -538,7 +538,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <a-table :columns="columns2" :data-source="dataRisk" bordered v-if="newDatas.length>1">
|
|
|
+ <a-table :columns="columns2" :data-source="dataRisk" bordered >
|
|
|
<template #bodyCell="{ column, text }">
|
|
|
<template v-if="column.dataIndex === 'name'">
|
|
|
<a>{{ text }}</a>
|
|
|
@@ -2476,7 +2476,7 @@ export default {
|
|
|
//身份证是否到期
|
|
|
if (key==='cardStartTimeAndEnd'){
|
|
|
if (dataLists[0]['cardStartTimeAndEnd']==='是'){
|
|
|
- map.name ='身份证号码:【'+dataLists[0]['cardNo']+'】 是否在有效期' ;
|
|
|
+ map.name ='【入网提示卡】 身份证号码:【'+dataLists[0]['cardNo']+'】 是否在有效期' ;
|
|
|
map.text = dataLists[0]['cardStartTimeAndEnd'];
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
@@ -2484,7 +2484,7 @@ export default {
|
|
|
//拨测结果
|
|
|
if (key==='calltestResults'){
|
|
|
if ( dataLists[0][key]!=='可接通认可办理'){
|
|
|
- map.name ='电话号码'+dataLists[0]['phone'] +' - 拨测结果';
|
|
|
+ map.name ='【入网提示卡】 电话号码'+dataLists[0]['phone'] +' - 拨测结果';
|
|
|
map.text = dataLists[0][key];
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
@@ -2493,7 +2493,7 @@ export default {
|
|
|
//地址 人工判研
|
|
|
if (key==='judgmentResearchAddress'){
|
|
|
if (dataLists[0]['judgmentResearchAddress']==='人工地址判研-异常'){
|
|
|
- map.name ='营业厅地址:【'+ that.companyName +'--'+ that.hallName +'】 工作地址:【'+dataLists[0]['wordAddress'] +'】 现住地址:【'+ dataLists[0]['currentAddress']+'】' ;
|
|
|
+ map.name ='【入网提示卡】营业厅地址:【'+ that.companyName +'--'+ that.hallName +'】 工作地址:【'+dataLists[0]['wordAddress'] +'】 现住地址:【'+ dataLists[0]['currentAddress']+'】' ;
|
|
|
map.text = dataLists[0]['judgmentResearchAddress'];
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
@@ -2501,64 +2501,64 @@ export default {
|
|
|
//地址 智能
|
|
|
if (key==='judgmentResearch'){
|
|
|
if (dataLists[0]['judgmentResearch']==='智能地址研判-异常'){
|
|
|
- map.name ='营业厅地址:【'+ that.companyName +'--'+ that.hallName +'】 工作地址:【'+dataLists[0]['wordAddress'] +'】 现住地址:【'+ dataLists[0]['currentAddress']+'】' ;
|
|
|
+ map.name ='【入网提示卡】 营业厅地址:【'+ that.companyName +'--'+ that.hallName +'】 工作地址:【'+dataLists[0]['wordAddress'] +'】 现住地址:【'+ dataLists[0]['currentAddress']+'】' ;
|
|
|
map.text = dataLists[0]['judgmentResearch'];
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
//第二页 排除填写
|
|
|
if (key==='isDxNumber'){
|
|
|
- if (dataLists[0]['isDxNumber']==='2'){
|
|
|
- map.name ='客户名下无电信号码:' ;
|
|
|
+ if (dataLists[0]['isDxNumber']===2){
|
|
|
+ map.name ='【排查】客户名下无电信号码:' ;
|
|
|
map.text = '否';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
if (key==='isBroadband'){
|
|
|
- if (dataLists[0]['isBroadband']==='2'){
|
|
|
- map.name ='申请号码办理征信类、融合宽带业务:' ;
|
|
|
+ if (dataLists[0]['isBroadband']===2){
|
|
|
+ map.name ='【排查】申请号码办理征信类、融合宽带业务:' ;
|
|
|
map.text = '否';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
if (key==='isUseTo'){
|
|
|
- if (dataLists[0]['isUseTo']==='1'){
|
|
|
- map.name =' 申请号码使用用途异常:' ;
|
|
|
+ if (dataLists[0]['isUseTo']===1){
|
|
|
+ map.name ='【排查】申请号码使用用途异常:' ;
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
if (key==='isRefund'){
|
|
|
- if (dataLists[0]['isRefund']==='1'){
|
|
|
- map.name =' 客户名下号码存在异常高频率充值、退费:' ;
|
|
|
+ if (dataLists[0]['isRefund']===1){
|
|
|
+ map.name ='【排查】客户名下号码存在异常高频率充值、退费:' ;
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
if (key==='isShutDown'){
|
|
|
- if (dataLists[0]['isShutDown']==='1'){
|
|
|
- map.name ='客户名下已有号码(含已注销号码)存在各类关停:' ;
|
|
|
+ if (dataLists[0]['isShutDown']===1){
|
|
|
+ map.name ='【排查】客户名下已有号码(含已注销号码)存在各类关停:' ;
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
if (key==='isNewly'){
|
|
|
- if (dataLists[0]['isNewly']==='1'){
|
|
|
- map.name ='客户名下在用号码无使用记录,仍要求新办号码:' ;
|
|
|
+ if (dataLists[0]['isNewly']===1){
|
|
|
+ map.name ='【排查】客户名下在用号码无使用记录,仍要求新办号码:' ;
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
if (key==='isChannel'){
|
|
|
- if (dataLists[0]['isChannel']==='1'){
|
|
|
- map.name ='在多个渠道多频次入网的异常情况:' ;
|
|
|
+ if (dataLists[0]['isChannel']===1){
|
|
|
+ map.name ='【排查】在多个渠道多频次入网的异常情况:' ;
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
if (key==='isInvolvingFraud'){
|
|
|
- if (dataLists[0]['isInvolvingFraud']==='1'){
|
|
|
- map.name ='黑名单到期客户新入网的高危疑似涉诈号码:' ;
|
|
|
+ if (dataLists[0]['isInvolvingFraud']===1){
|
|
|
+ map.name = '【排查】黑名单到期客户新入网的高危疑似涉诈号码:' ;
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
@@ -2746,6 +2746,23 @@ export default {
|
|
|
//现用号码使用用途
|
|
|
"phonePurpose": this.model.phonePurpose,
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ //是否将高危号码上报蓝、紫名单或不可复开关停
|
|
|
+ "numberResults": arr ,
|
|
|
+ "cardStartTimeAndEnd":this.model.cardStartTimeAndEnd,
|
|
|
+ "judgmentResearchAddress":this.model.judgmentResearchAddress,
|
|
|
+ "cardNo": this.model.cardNo,
|
|
|
+ "cardName": this.model.cardName,
|
|
|
+ "cardStartTime": this.model.cardStartTime,
|
|
|
+ "cardEndTime": this.model.cardEndTime,
|
|
|
+ "wordAddress": this.model.wordAddress,
|
|
|
+ "businessAddress": this.model.businessAddress,
|
|
|
+ "positionInformation": this.model.positionInformation,
|
|
|
+ "status": '',
|
|
|
+ "judgmentResearch":this.model.judgmentResearch,
|
|
|
+ "industry":this.model.industry,
|
|
|
+ "newPhone": this.model.newPhone,
|
|
|
//客户名下无电信号码
|
|
|
"isDxNumber": this.model.isDxNumber,
|
|
|
//客户名下无电信号码备注
|
|
|
@@ -2778,22 +2795,6 @@ export default {
|
|
|
"isInvolvingFraud": this.model.isInvolvingFraud,
|
|
|
//黑名单到期客户新入网的高危疑似涉诈号码备注
|
|
|
"isInvolvingFraudNote": this.model.isInvolvingFraudNote,
|
|
|
-
|
|
|
- //是否将高危号码上报蓝、紫名单或不可复开关停
|
|
|
- "numberResults": arr ,
|
|
|
- "cardStartTimeAndEnd":this.model.cardStartTimeAndEnd,
|
|
|
- "judgmentResearchAddress":this.model.judgmentResearchAddress,
|
|
|
- "cardNo": this.model.cardNo,
|
|
|
- "cardName": this.model.cardName,
|
|
|
- "cardStartTime": this.model.cardStartTime,
|
|
|
- "cardEndTime": this.model.cardEndTime,
|
|
|
- "wordAddress": this.model.wordAddress,
|
|
|
- "businessAddress": this.model.businessAddress,
|
|
|
- "positionInformation": this.model.positionInformation,
|
|
|
- "status": '',
|
|
|
- "judgmentResearch":this.model.judgmentResearch,
|
|
|
- "industry":this.model.industry,
|
|
|
- "newPhone": this.model.newPhone
|
|
|
};
|
|
|
return data;
|
|
|
},
|