|
@@ -12,7 +12,7 @@
|
|
|
</a-steps>
|
|
</a-steps>
|
|
|
</a-card>
|
|
</a-card>
|
|
|
|
|
|
|
|
- <a-card style="margin-bottom:10px" v-if="current==0">
|
|
|
|
|
|
|
+ <a-card style="margin-bottom:10px" v-if="current==0 && model.isNew!='' && model.isNew!=null " >
|
|
|
<div>
|
|
<div>
|
|
|
<a-form-model
|
|
<a-form-model
|
|
|
ref="form"
|
|
ref="form"
|
|
@@ -3766,182 +3766,182 @@ export default {
|
|
|
}
|
|
}
|
|
|
//第二页 排除填写
|
|
//第二页 排除填写
|
|
|
if (key === 'ageOrProve') {
|
|
if (key === 'ageOrProve') {
|
|
|
- if (dataLists[0]['ageOrProve'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['ageOrProve'] == 1) {
|
|
|
map.name = '【排查】16-22岁,年轻人士,学生或无法出示工作证明者:';
|
|
map.name = '【排查】16-22岁,年轻人士,学生或无法出示工作证明者:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'directTask') {
|
|
if (key === 'directTask') {
|
|
|
- if (dataLists[0]['directTask'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['directTask'] == 1) {
|
|
|
map.name = '【排查】进厅后直接说出要办的套餐,单卡、融合高低值都涵盖:';
|
|
map.name = '【排查】进厅后直接说出要办的套餐,单卡、融合高低值都涵盖:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'oldToOther') {
|
|
if (key === 'oldToOther') {
|
|
|
- if (dataLists[0]['oldToOther'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['oldToOther'] == 1) {
|
|
|
map.name = '【排查】老人或者法律意识淡薄的人,询过得知办卡给他人使用的:';
|
|
map.name = '【排查】老人或者法律意识淡薄的人,询过得知办卡给他人使用的:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'commandPerson') {
|
|
if (key === 'commandPerson') {
|
|
|
- if (dataLists[0]['commandPerson'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['commandPerson'] == 1) {
|
|
|
map.name = '【排查】有人陪同,或者陪同人员一直指挥:';
|
|
map.name = '【排查】有人陪同,或者陪同人员一直指挥:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'noSign') {
|
|
if (key === 'noSign') {
|
|
|
- if (dataLists[0]['noSign'] === 2) {
|
|
|
|
|
|
|
+ if (dataLists[0]['noSign'] == 1) {
|
|
|
map.name = '【排查】最后强调法律责任后,不敢签字:';
|
|
map.name = '【排查】最后强调法律责任后,不敢签字:';
|
|
|
- map.text = '否';
|
|
|
|
|
|
|
+ map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'addMultiple') {
|
|
if (key === 'addMultiple') {
|
|
|
- if (dataLists[0]['addMultiple'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['addMultiple'] == 1) {
|
|
|
map.name = '【排查】原有号码主动加装副卡,称工作需要办理多个号码:';
|
|
map.name = '【排查】原有号码主动加装副卡,称工作需要办理多个号码:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'noWork') {
|
|
if (key === 'noWork') {
|
|
|
- if (dataLists[0]['noWork'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['noWork'] == 1) {
|
|
|
map.name = '【排查】身着快递或外卖服饰,或经询问无工作或者固定收入的兼职者:';
|
|
map.name = '【排查】身着快递或外卖服饰,或经询问无工作或者固定收入的兼职者:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'tooReason') {
|
|
if (key === 'tooReason') {
|
|
|
- if (dataLists[0]['tooReason'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['tooReason'] == 1) {
|
|
|
map.name = '【排查】名下有卡,还要办卡且不关注套餐内容,以多种理由办卡:';
|
|
map.name = '【排查】名下有卡,还要办卡且不关注套餐内容,以多种理由办卡:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'noKnow') {
|
|
if (key === 'noKnow') {
|
|
|
- if (dataLists[0]['noKnow'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['noKnow'] == 1) {
|
|
|
map.name = '【排查】要求将名下长期沉默的号码过户给他人使用,两人明显不熟:';
|
|
map.name = '【排查】要求将名下长期沉默的号码过户给他人使用,两人明显不熟:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'register') {
|
|
if (key === 'register') {
|
|
|
- if (dataLists[0]['register'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['register'] == 1) {
|
|
|
map.name = '【排查】明确表示办理号码仅用于注册账户,仅使用流量或短信:';
|
|
map.name = '【排查】明确表示办理号码仅用于注册账户,仅使用流量或短信:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'isAbnormal') {
|
|
if (key === 'isAbnormal') {
|
|
|
- if (dataLists[0]['isAbnormal'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['isAbnormal'] == 1) {
|
|
|
map.name = '【排查】客户名下号码是否开通了eSIM服务并查询使用量是否有异常:';
|
|
map.name = '【排查】客户名下号码是否开通了eSIM服务并查询使用量是否有异常:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'customerWork') {
|
|
if (key === 'customerWork') {
|
|
|
- if (dataLists[0]['customerWork'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['customerWork'] == 1) {
|
|
|
map.name = '【排查】对于语音分钟需求较大,经询问从事销售、客服工作的人群:';
|
|
map.name = '【排查】对于语音分钟需求较大,经询问从事销售、客服工作的人群:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'buyPhone') {
|
|
if (key === 'buyPhone') {
|
|
|
- if (dataLists[0]['buyPhone'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['buyPhone'] == 1) {
|
|
|
map.name = '【排查】假借手机丢失或以购买手机、电子产品为由,过程中咨询办理入网:';
|
|
map.name = '【排查】假借手机丢失或以购买手机、电子产品为由,过程中咨询办理入网:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'tooTow') {
|
|
if (key === 'tooTow') {
|
|
|
- if (dataLists[0]['tooTow'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['tooTow'] == 1) {
|
|
|
map.name = '【排查】入网一个月内补卡2次及以上:';
|
|
map.name = '【排查】入网一个月内补卡2次及以上:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'addressTooFive') {
|
|
if (key === 'addressTooFive') {
|
|
|
- if (dataLists[0]['addressTooFive'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['addressTooFive'] == 1) {
|
|
|
map.name = '【排查】客户工作地址或现住址距离营业厅的距离超过5公里:';
|
|
map.name = '【排查】客户工作地址或现住址距离营业厅的距离超过5公里:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'directRequirements') {
|
|
if (key === 'directRequirements') {
|
|
|
- if (dataLists[0]['directRequirements'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['directRequirements'] == 1) {
|
|
|
map.name = '【排查】客户进厅直接要求办理移动号码入网:';
|
|
map.name = '【排查】客户进厅直接要求办理移动号码入网:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'passOne') {
|
|
if (key === 'passOne') {
|
|
|
- if (dataLists[0]['passOne'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['passOne'] == 1) {
|
|
|
map.name = '【排查】客户主动申请一次性办理超过一个号码:';
|
|
map.name = '【排查】客户主动申请一次性办理超过一个号码:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'nonConformance') {
|
|
if (key === 'nonConformance') {
|
|
|
- if (dataLists[0]['nonConformance'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['nonConformance'] == 1) {
|
|
|
map.name = '【排查】所办号码月缴费金额不符合客户消费能力:';
|
|
map.name = '【排查】所办号码月缴费金额不符合客户消费能力:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'isDxNumber') {
|
|
if (key === 'isDxNumber') {
|
|
|
- if (dataLists[0]['isDxNumber'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['isDxNumber'] == 1) {
|
|
|
map.name = '【排查】客户名下无电信号码要求新办(非携入):';
|
|
map.name = '【排查】客户名下无电信号码要求新办(非携入):';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'isBroadband') {
|
|
if (key === 'isBroadband') {
|
|
|
- if (dataLists[0]['isBroadband'] === 2) {
|
|
|
|
|
|
|
+ if (dataLists[0]['isBroadband'] == 1) {
|
|
|
map.name = '【排查】申请号码办理征信类、融合宽带业务:';
|
|
map.name = '【排查】申请号码办理征信类、融合宽带业务:';
|
|
|
- map.text = '否';
|
|
|
|
|
|
|
+ map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'isUseTo') {
|
|
if (key === 'isUseTo') {
|
|
|
- if (dataLists[0]['isUseTo'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['isUseTo'] == 1) {
|
|
|
map.name = '【排查】申请号码使用用途异常:';
|
|
map.name = '【排查】申请号码使用用途异常:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'isRefund') {
|
|
if (key === 'isRefund') {
|
|
|
- if (dataLists[0]['isRefund'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['isRefund'] == 1) {
|
|
|
map.name = '【排查】客户名下号码存在异常高频率充值、退费:';
|
|
map.name = '【排查】客户名下号码存在异常高频率充值、退费:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'isShutDown') {
|
|
if (key === 'isShutDown') {
|
|
|
- if (dataLists[0]['isShutDown'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['isShutDown'] == 1) {
|
|
|
map.name = '【排查】客户名下已有号码(含已注销号码)存在各类关停:';
|
|
map.name = '【排查】客户名下已有号码(含已注销号码)存在各类关停:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'isNewly') {
|
|
if (key === 'isNewly') {
|
|
|
- if (dataLists[0]['isNewly'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['isNewly'] == 1) {
|
|
|
map.name = '【排查】客户名下在用号码无使用记录,仍要求新办号码:';
|
|
map.name = '【排查】客户名下在用号码无使用记录,仍要求新办号码:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'isChannel') {
|
|
if (key === 'isChannel') {
|
|
|
- if (dataLists[0]['isChannel'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['isChannel'] == 1) {
|
|
|
map.name = '【排查】在多个渠道多频次入网的异常情况:';
|
|
map.name = '【排查】在多个渠道多频次入网的异常情况:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (key === 'isInvolvingFraud') {
|
|
if (key === 'isInvolvingFraud') {
|
|
|
- if (dataLists[0]['isInvolvingFraud'] === 1) {
|
|
|
|
|
|
|
+ if (dataLists[0]['isInvolvingFraud'] == 1) {
|
|
|
map.name = '【排查】黑名单到期客户新入网的高危疑似涉诈号码:';
|
|
map.name = '【排查】黑名单到期客户新入网的高危疑似涉诈号码:';
|
|
|
map.text = '是';
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
that.dataRisk.push(map)
|
|
@@ -4149,8 +4149,9 @@ export default {
|
|
|
"useLife": this.model.useLife,
|
|
"useLife": this.model.useLife,
|
|
|
//现用号码使用用途
|
|
//现用号码使用用途
|
|
|
"phonePurpose": this.model.phonePurpose,
|
|
"phonePurpose": this.model.phonePurpose,
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ "crmRisk":this.model.crmRisk,
|
|
|
|
|
+ "crmShow":this.model.crmShow,
|
|
|
|
|
+ "isNewOrOld":this.model.isNewOrOld,
|
|
|
//是否将高危号码上报蓝、紫名单或不可复开关停
|
|
//是否将高危号码上报蓝、紫名单或不可复开关停
|
|
|
"numberResults": arr,
|
|
"numberResults": arr,
|
|
|
"cardStartTimeAndEnd": this.model.cardStartTimeAndEnd,
|
|
"cardStartTimeAndEnd": this.model.cardStartTimeAndEnd,
|
|
@@ -4257,9 +4258,7 @@ export default {
|
|
|
"addressTooFiveNote":this.model.addressTooFiveNote,
|
|
"addressTooFiveNote":this.model.addressTooFiveNote,
|
|
|
"noWork":this.model.noWork,
|
|
"noWork":this.model.noWork,
|
|
|
"noWorkNote":this.model.noWorkNote,
|
|
"noWorkNote":this.model.noWorkNote,
|
|
|
- "crmRisk":this.model.crmRisk,
|
|
|
|
|
- "crmShow":this.model.crmShow,
|
|
|
|
|
- "isNewOrOld":this.model.isNewOrOld,
|
|
|
|
|
|
|
+
|
|
|
};
|
|
};
|
|
|
return data;
|
|
return data;
|
|
|
},
|
|
},
|