|
|
@@ -327,19 +327,19 @@
|
|
|
<a-list size="large" bordered>
|
|
|
<template>
|
|
|
|
|
|
- <a-list-item style='height: 40px' class="box" id='directRequirementsId'
|
|
|
- @mouseover="blue('directRequirementsId')" @mouseleave="black('directRequirementsId')">
|
|
|
+ <a-list-item style='height: 40px' class="box" id='ageOrProveId'
|
|
|
+ @mouseover="blue('ageOrProveId')" @mouseleave="black('ageOrProveId')">
|
|
|
|
|
|
<a-col :span="12">
|
|
|
<div>
|
|
|
|
|
|
- <div style="float:left;margin: 20px 3px;" id="directRequirements">
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="ageOrProve">
|
|
|
<div class="redInfo">*</div>
|
|
|
- 1、客户进厅直接要求办理移动号码入网
|
|
|
+ 1、16-22岁,年轻人士,学生或无法出示工作证明者
|
|
|
</div>
|
|
|
<div style="float:right;margin: 20px 10px;">
|
|
|
- <a-radio-group v-model="model.directRequirements" button-style="solid"
|
|
|
- @change="showCheck1('directRequirements')" :disabled="isDisabled">
|
|
|
+ <a-radio-group v-model="model.ageOrProve" button-style="solid"
|
|
|
+ @change="showCheck1('ageOrProve')" :disabled="isDisabled">
|
|
|
<a-radio :value="1">是</a-radio>
|
|
|
<a-radio :value="2">否</a-radio>
|
|
|
</a-radio-group>
|
|
|
@@ -348,23 +348,23 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<div style="clear: both"></div>
|
|
|
- <a-input v-model="model.directRequirementsNode" placeholder="请输入排查结果备注信息"
|
|
|
+ <a-input v-model="model.ageOrProveNode" placeholder="请输入排查结果备注信息"
|
|
|
style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
</a-col>
|
|
|
</a-list-item>
|
|
|
|
|
|
- <a-list-item style='height: 40px' class="box" id='passOneId' @mouseover="blue('passOneId')"
|
|
|
- @mouseleave="black('passOneId')">
|
|
|
+ <a-list-item style='height: 40px' class="box" id='directTaskId' @mouseover="blue('directTaskId')"
|
|
|
+ @mouseleave="black('directTaskId')">
|
|
|
|
|
|
<a-col :span="12">
|
|
|
<div>
|
|
|
|
|
|
- <div style="float:left;margin: 20px 3px;" id="passOne">
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="directTask">
|
|
|
<div class="redInfo">*</div>
|
|
|
- 2、客户主动申请一次性办理超过一个号码
|
|
|
+ 2、进厅后直接说出要办的套餐,单卡、融合高低值都涵盖
|
|
|
</div>
|
|
|
<div style="float:right;margin: 20px 10px;">
|
|
|
- <a-radio-group v-model="model.passOne" button-style="solid" @change="showCheck1('passOne')"
|
|
|
+ <a-radio-group v-model="model.directTask" button-style="solid" @change="showCheck1('directTask')"
|
|
|
:disabled="isDisabled">
|
|
|
<a-radio :value="1">是</a-radio>
|
|
|
<a-radio :value="2">否</a-radio>
|
|
|
@@ -374,24 +374,24 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<div style="clear: both"></div>
|
|
|
- <a-input v-model="model.passOneNode" placeholder="请输入排查结果备注信息"
|
|
|
+ <a-input v-model="model.directTaskNode" placeholder="请输入排查结果备注信息"
|
|
|
style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
</a-col>
|
|
|
</a-list-item>
|
|
|
|
|
|
- <a-list-item style='height: 40px' class="box" id='nonConformanceId'
|
|
|
- @mouseover="blue('nonConformanceId')" @mouseleave="black('nonConformanceId')">
|
|
|
+ <a-list-item style='height: 40px' class="box" id='oldToOtherId'
|
|
|
+ @mouseover="blue('oldToOtherId')" @mouseleave="black('oldToOtherId')">
|
|
|
|
|
|
<a-col :span="12">
|
|
|
<div>
|
|
|
|
|
|
- <div style="float:left;margin: 20px 3px;" id="nonConformance">
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="oldToOther">
|
|
|
<div class="redInfo">*</div>
|
|
|
- 3、所办号码月缴费金额不符合客户消费能力
|
|
|
+ 3、老人或者法律意识淡薄的人,询过得知办卡给他人使用的
|
|
|
</div>
|
|
|
<div style="float:right;margin: 20px 10px;">
|
|
|
- <a-radio-group v-model="model.nonConformance" button-style="solid"
|
|
|
- @change="showCheck1('nonConformance')" :disabled="isDisabled">
|
|
|
+ <a-radio-group v-model="model.oldToOther" button-style="solid"
|
|
|
+ @change="showCheck1('oldToOther')" :disabled="isDisabled">
|
|
|
<a-radio :value="1">是</a-radio>
|
|
|
<a-radio :value="2">否</a-radio>
|
|
|
</a-radio-group>
|
|
|
@@ -400,24 +400,24 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<div style="clear: both"></div>
|
|
|
- <a-input v-model="model.nonConformanceNode" placeholder="请输入排查结果备注信息"
|
|
|
+ <a-input v-model="model.oldToOtherNode" placeholder="请输入排查结果备注信息"
|
|
|
style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
</a-col>
|
|
|
</a-list-item>
|
|
|
|
|
|
- <a-list-item style='height: 40px' class="box" id='isDxNumberId' @mouseover="blue('isDxNumberId')"
|
|
|
- @mouseleave="black('isDxNumberId')">
|
|
|
+ <a-list-item style='height: 40px' class="box" id='commandPersonId' @mouseover="blue('commandPersonId')"
|
|
|
+ @mouseleave="black('commandPersonId')">
|
|
|
|
|
|
<a-col :span="12">
|
|
|
<div>
|
|
|
|
|
|
- <div style="float:left;margin: 20px 3px;" id="isDxNumber">
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="commandPerson">
|
|
|
<div class="redInfo">*</div>
|
|
|
- 4、客户名下无电信号码要求新办(非携入)
|
|
|
+ 4、有人陪同,或者陪同人员一直指挥
|
|
|
</div>
|
|
|
<div style="float:right;margin: 20px 10px;">
|
|
|
- <a-radio-group v-model="model.isDxNumber" button-style="solid"
|
|
|
- @change="showCheck1('isDxNumber')" :disabled="isDisabled">
|
|
|
+ <a-radio-group v-model="model.commandPerson" button-style="solid"
|
|
|
+ @change="showCheck1('commandPerson')" :disabled="isDisabled">
|
|
|
<a-radio :value="1">是</a-radio>
|
|
|
<a-radio :value="2">否</a-radio>
|
|
|
</a-radio-group>
|
|
|
@@ -426,22 +426,22 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<div style="clear: both"></div>
|
|
|
- <a-input v-model="model.isDxNumberNote" placeholder="请输入排查结果备注信息"
|
|
|
+ <a-input v-model="model.commandPersonNote" placeholder="请输入排查结果备注信息"
|
|
|
style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
</a-col>
|
|
|
</a-list-item>
|
|
|
|
|
|
- <a-list-item style='height: 40px' class="box" id='isBroadbandId' @mouseover="blue('isBroadbandId')"
|
|
|
- @mouseleave="black('isBroadbandId')">
|
|
|
+ <a-list-item style='height: 40px' class="box" id='noSignId' @mouseover="blue('noSignId')"
|
|
|
+ @mouseleave="black('noSignId')">
|
|
|
<a-col :span="12">
|
|
|
<div>
|
|
|
- <div style="float:left;margin: 20px 3px;" id="isBroadband">
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="noSign">
|
|
|
<div class="redInfo">*</div>
|
|
|
- 5、申请号码办理征信类、融合宽带业务
|
|
|
+ 5、最后强调法律责任后,不敢签字
|
|
|
</div>
|
|
|
<div style="float:right;margin: 20px 10px;">
|
|
|
- <a-radio-group v-model="model.isBroadband" button-style="solid"
|
|
|
- @change="showCheck1('isBroadband')" :disabled="isDisabled">
|
|
|
+ <a-radio-group v-model="model.noSign" button-style="solid"
|
|
|
+ @change="showCheck1('noSign')" :disabled="isDisabled">
|
|
|
<a-radio :value="1">是</a-radio>
|
|
|
<a-radio :value="2">否</a-radio>
|
|
|
</a-radio-group>
|
|
|
@@ -450,22 +450,22 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<div style="clear: both"></div>
|
|
|
- <a-input v-model="model.isBroadbandNote" placeholder="请输入排查结果备注信息"
|
|
|
+ <a-input v-model="model.noSignNote" placeholder="请输入排查结果备注信息"
|
|
|
style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
</a-col>
|
|
|
</a-list-item>
|
|
|
|
|
|
- <a-list-item style='height: 40px' class="box" id='isUseToId' @mouseover="blue('isUseToId')"
|
|
|
- @mouseleave="black('isUseToId')">
|
|
|
+ <a-list-item style='height: 40px' class="box" id='addMultipleId' @mouseover="blue('addMultipleId')"
|
|
|
+ @mouseleave="black('addMultipleId')">
|
|
|
<a-col span="12">
|
|
|
<div>
|
|
|
- <div style="float:left;margin: 20px 3px;" id="isUseTo">
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="addMultiple">
|
|
|
<div class="redInfo">*</div>
|
|
|
- 6、 申请号码使用用途异常
|
|
|
+ 6、 原有号码主动加装副卡,称工作需要办理多个号码
|
|
|
</div>
|
|
|
<div style="float:right;margin: 20px 10px;">
|
|
|
|
|
|
- <a-radio-group v-model="model.isUseTo" button-style="solid" @change="showCheck1('isUseTo')"
|
|
|
+ <a-radio-group v-model="model.addMultiple" button-style="solid" @change="showCheck1('addMultiple')"
|
|
|
:disabled="isDisabled">
|
|
|
<a-radio :value="1">是</a-radio>
|
|
|
<a-radio :value="2">否</a-radio>
|
|
|
@@ -475,22 +475,22 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<div style="clear: both"></div>
|
|
|
- <a-input v-model="model.isUseToNote" placeholder="请输入排查结果备注信息"
|
|
|
+ <a-input v-model="model.addMultipleNote" placeholder="请输入排查结果备注信息"
|
|
|
style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
</a-col>
|
|
|
</a-list-item>
|
|
|
|
|
|
- <a-list-item class="box" style='height: 40px' id='isRefundId' @mouseover="blue('isRefundId')"
|
|
|
- @mouseleave="black('isRefundId')">
|
|
|
+ <a-list-item class="box" style='height: 40px' id='tooReasonId' @mouseover="blue('tooReasonId')"
|
|
|
+ @mouseleave="black('tooReasonId')">
|
|
|
<a-col :span="12">
|
|
|
<div>
|
|
|
- <div style="float:left;margin: 20px 3px;" id="isRefund">
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="tooReason">
|
|
|
<div class="redInfo">*</div>
|
|
|
- 7、客户名下号码存在异常高频率充值、退费
|
|
|
+ 7、名下有卡,还要办卡且不关注套餐内容,以多种理由办卡
|
|
|
</div>
|
|
|
<div style="float:right;margin: 20px 10px;">
|
|
|
|
|
|
- <a-radio-group v-model="model.isRefund" button-style="solid" @change="showCheck1('isRefund')"
|
|
|
+ <a-radio-group v-model="model.tooReason" button-style="solid" @change="showCheck1('tooReason')"
|
|
|
:disabled="isDisabled">
|
|
|
<a-radio :value="1">是</a-radio>
|
|
|
<a-radio :value="2">否</a-radio>
|
|
|
@@ -500,23 +500,23 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<div style="clear: both"></div>
|
|
|
- <a-input v-model="model.isRefundNote" placeholder="请输入排查结果备注信息"
|
|
|
+ <a-input v-model="model.tooReasonNote" placeholder="请输入排查结果备注信息"
|
|
|
style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
</a-col>
|
|
|
</a-list-item>
|
|
|
|
|
|
- <a-list-item class="box" style='height: 40px' id='isShutDownId' @mouseover="blue('isShutDownId')"
|
|
|
- @mouseleave="black('isShutDownId')">
|
|
|
+ <a-list-item class="box" style='height: 40px' id='noKnowId' @mouseover="blue('noKnowId')"
|
|
|
+ @mouseleave="black('noKnowId')">
|
|
|
<a-col span="12">
|
|
|
<div>
|
|
|
- <div style="float:left;margin: 20px 3px;" id="isShutDown">
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="noKnow">
|
|
|
<div class="redInfo">*</div>
|
|
|
- 8、客户名下已有号码(含已注销号码)存在各类关停
|
|
|
+ 8、要求将名下长期沉默的号码过户给他人使用,两人明显不熟
|
|
|
</div>
|
|
|
<div style="float:right;margin: 20px 10px;">
|
|
|
|
|
|
- <a-radio-group v-model="model.isShutDown" button-style="solid"
|
|
|
- @change="showCheck1('isShutDown')" :disabled="isDisabled">
|
|
|
+ <a-radio-group v-model="model.noKnow" button-style="solid"
|
|
|
+ @change="showCheck1('noKnow')" :disabled="isDisabled">
|
|
|
<a-radio :value="1">是</a-radio>
|
|
|
<a-radio :value="2">否</a-radio>
|
|
|
</a-radio-group>
|
|
|
@@ -525,23 +525,23 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<div style="clear: both"></div>
|
|
|
- <a-input v-model="model.isShutDownNote" placeholder="请输入排查结果备注信息"
|
|
|
+ <a-input v-model="model.noKnowNote" placeholder="请输入排查结果备注信息"
|
|
|
style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
</a-col>
|
|
|
</a-list-item>
|
|
|
|
|
|
- <a-list-item class="box" style='height: 40px' id='isNewlyId' @mouseover="blue('isNewlyId')"
|
|
|
- @mouseleave="black('isNewlyId')">
|
|
|
+ <a-list-item class="box" style='height: 40px' id='registerId' @mouseover="blue('registerId')"
|
|
|
+ @mouseleave="black('registerId')">
|
|
|
<a-col span="12">
|
|
|
|
|
|
<div>
|
|
|
- <div style="float:left;margin: 20px 3px;" id="isNewly">
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="register">
|
|
|
<div class="redInfo">*</div>
|
|
|
- 9、客户名下在用号码无使用记录,仍要求新办号码
|
|
|
+ 9、明确表示办理号码仅用于注册账户,仅使用流量或短信
|
|
|
</div>
|
|
|
<div style="float:right;margin: 20px 10px;">
|
|
|
|
|
|
- <a-radio-group v-model="model.isNewly" button-style="solid" @change="showCheck1('isNewly')"
|
|
|
+ <a-radio-group v-model="model.register" button-style="solid" @change="showCheck1('register')"
|
|
|
:disabled="isDisabled">
|
|
|
<a-radio :value="1">是</a-radio>
|
|
|
<a-radio :value="2">否</a-radio>
|
|
|
@@ -551,22 +551,22 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<div style="clear: both"></div>
|
|
|
- <a-input v-model="model.isNewlyNote" placeholder="请输入排查结果备注信息"
|
|
|
+ <a-input v-model="model.registerNote" placeholder="请输入排查结果备注信息"
|
|
|
style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
</a-col>
|
|
|
</a-list-item>
|
|
|
|
|
|
- <a-list-item class="box" style='height: 40px' id='isChannelId' @mouseover="blue('isChannelId')"
|
|
|
- @mouseleave="black('isChannelId')">
|
|
|
+ <a-list-item class="box" style='height: 40px' id='customerWorkId' @mouseover="blue('customerWorkId')"
|
|
|
+ @mouseleave="black('customerWorkId')">
|
|
|
<a-col span="12">
|
|
|
<div>
|
|
|
- <div style="float:left;margin: 20px 3px;" id="isChannel">
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="customerWork">
|
|
|
<div class="redInfo">*</div>
|
|
|
- 10、在多个渠道多频次入网的异常情况
|
|
|
+ 10、对于语音分钟需求较大,经询问从事销售、客服工作的人群
|
|
|
</div>
|
|
|
<div style="float:right;margin: 20px 10px;">
|
|
|
|
|
|
- <a-radio-group v-model="model.isChannel" button-style="solid" @change="showCheck1('isChannel')"
|
|
|
+ <a-radio-group v-model="model.customerWork" button-style="solid" @change="showCheck1('customerWork')"
|
|
|
:disabled="isDisabled">
|
|
|
<a-radio :value="1">是</a-radio>
|
|
|
<a-radio :value="2">否</a-radio>
|
|
|
@@ -576,23 +576,23 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<div style="clear: both"></div>
|
|
|
- <a-input v-model="model.isChannelNote" placeholder="请输入排查结果备注信息"
|
|
|
+ <a-input v-model="model.customerWorkNote" placeholder="请输入排查结果备注信息"
|
|
|
style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
</a-col>
|
|
|
</a-list-item>
|
|
|
|
|
|
- <a-list-item class="box" style='height: 40px' id='isInvolvingFraudId'
|
|
|
- @mouseover="blue('isInvolvingFraudId')" @mouseleave="black('isInvolvingFraudId')">
|
|
|
+ <a-list-item class="box" style='height: 40px' id='buyPhoneId'
|
|
|
+ @mouseover="blue('buyPhoneId')" @mouseleave="black('buyPhoneId')">
|
|
|
<a-col span="12">
|
|
|
<div>
|
|
|
- <div style="float:left;margin: 20px 3px;" id="isInvolvingFraud">
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="buyPhone">
|
|
|
<div class="redInfo">*</div>
|
|
|
- 11、黑名单到期客户新入网的高危疑似涉诈号码
|
|
|
+ 11、假借手机丢失或以购买手机、电子产品为由,过程中咨询办理入网
|
|
|
</div>
|
|
|
<div style="float:right;margin: 20px 10px;">
|
|
|
|
|
|
- <a-radio-group v-model="model.isInvolvingFraud" button-style="solid"
|
|
|
- @change="showCheck1('isInvolvingFraud')" :disabled="isDisabled">
|
|
|
+ <a-radio-group v-model="model.buyPhone" button-style="solid"
|
|
|
+ @change="showCheck1('buyPhone')" :disabled="isDisabled">
|
|
|
<a-radio :value="1">是</a-radio>
|
|
|
<a-radio :value="2">否</a-radio>
|
|
|
</a-radio-group>
|
|
|
@@ -601,7 +601,111 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<div style="clear: both"></div>
|
|
|
- <a-input v-model="model.isInvolvingFraudNote" placeholder="请输入排查结果备注信息"
|
|
|
+ <a-input v-model="model.buyPhoneNote" placeholder="请输入排查结果备注信息"
|
|
|
+ style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+
|
|
|
+
|
|
|
+ <a-list-item class="box" style='height: 40px' id='isAbnormalId'
|
|
|
+ @mouseover="blue('isAbnormalId')" @mouseleave="black('isAbnormalId')">
|
|
|
+ <a-col span="12">
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="isAbnormal">
|
|
|
+ <div class="redInfo">*</div>
|
|
|
+ 12、客户名下号码是否开通了eSIM服务并查询使用量是否有异常。
|
|
|
+ </div>
|
|
|
+ <div style="float:right;margin: 20px 10px;">
|
|
|
+
|
|
|
+ <a-radio-group v-model="model.isAbnormal" button-style="solid"
|
|
|
+ @change="showCheck1('isAbnormal')" :disabled="isDisabled">
|
|
|
+ <a-radio :value="1">是</a-radio>
|
|
|
+ <a-radio :value="2">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ <a-col :span="12">
|
|
|
+ <div style="clear: both"></div>
|
|
|
+ <a-input v-model="model.isAbnormalNote" placeholder="请输入排查结果备注信息"
|
|
|
+ style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <a-list-item class="box" style='height: 40px' id='tooTowId'
|
|
|
+ @mouseover="blue('tooTowId')" @mouseleave="black('tooTowId')">
|
|
|
+ <a-col span="12">
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="tooTow">
|
|
|
+ <div class="redInfo">*</div>
|
|
|
+ 13、入网一个月内补卡2次及以上。
|
|
|
+ </div>
|
|
|
+ <div style="float:right;margin: 20px 10px;">
|
|
|
+
|
|
|
+ <a-radio-group v-model="model.tooTow" button-style="solid"
|
|
|
+ @change="showCheck1('tooTow')" :disabled="isDisabled">
|
|
|
+ <a-radio :value="1">是</a-radio>
|
|
|
+ <a-radio :value="2">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ <a-col :span="12">
|
|
|
+ <div style="clear: both"></div>
|
|
|
+ <a-input v-model="model.tooTowNote" placeholder="请输入排查结果备注信息"
|
|
|
+ style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+
|
|
|
+ <a-list-item class="box" style='height: 40px' id='addressTooFiveId'
|
|
|
+ @mouseover="blue('addressTooFiveId')" @mouseleave="black('addressTooFiveId')">
|
|
|
+ <a-col span="12">
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="addressTooFive">
|
|
|
+ <div class="redInfo">*</div>
|
|
|
+ 14、客户工作地址或现住址距离营业厅的距离超过5公里。
|
|
|
+ </div>
|
|
|
+ <div style="float:right;margin: 20px 10px;">
|
|
|
+
|
|
|
+ <a-radio-group v-model="model.addressTooFive" button-style="solid"
|
|
|
+ @change="showCheck1('addressTooFive')" :disabled="isDisabled">
|
|
|
+ <a-radio :value="1">是</a-radio>
|
|
|
+ <a-radio :value="2">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ <a-col :span="12">
|
|
|
+ <div style="clear: both"></div>
|
|
|
+ <a-input v-model="model.addressTooFiveNote" placeholder="请输入排查结果备注信息"
|
|
|
+ style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+
|
|
|
+
|
|
|
+ <a-list-item class="box" style='height: 40px' id='noWorkId'
|
|
|
+ @mouseover="blue('noWorkId')" @mouseleave="black('noWorkId')">
|
|
|
+ <a-col span="12">
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 20px 3px;" id="noWork">
|
|
|
+ <div class="redInfo">*</div>
|
|
|
+ 15、身着快递或外卖服饰,或经询问无工作或者固定收入的兼职者
|
|
|
+ </div>
|
|
|
+ <div style="float:right;margin: 20px 10px;">
|
|
|
+
|
|
|
+ <a-radio-group v-model="model.noWork" button-style="solid"
|
|
|
+ @change="showCheck1('noWork')" :disabled="isDisabled">
|
|
|
+ <a-radio :value="1">是</a-radio>
|
|
|
+ <a-radio :value="2">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ <a-col :span="12">
|
|
|
+ <div style="clear: both"></div>
|
|
|
+ <a-input v-model="model.noWorkNote" placeholder="请输入排查结果备注信息"
|
|
|
style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>
|
|
|
</a-col>
|
|
|
</a-list-item>
|
|
|
@@ -1453,7 +1557,7 @@ export default {
|
|
|
trigger: 'blur'
|
|
|
}
|
|
|
],
|
|
|
- isDxNumber: [
|
|
|
+ commandPerson: [
|
|
|
{
|
|
|
required: true,
|
|
|
message: '请选择客户名下无电信号码!',
|
|
|
@@ -1494,6 +1598,7 @@ export default {
|
|
|
showMap: false,
|
|
|
//表单信息
|
|
|
model: {
|
|
|
+ screening:{},
|
|
|
cardStartTimeAndEnd: '',
|
|
|
value: 0,
|
|
|
sysBusinessHall: '',
|
|
|
@@ -1501,25 +1606,25 @@ export default {
|
|
|
industry: '',
|
|
|
judgmentResearch: '',
|
|
|
judgmentResearchAddress: '',
|
|
|
- isShutDownNote: '',
|
|
|
- isShutDown: '',
|
|
|
- isRefundNote: '',
|
|
|
- isRefund: '',
|
|
|
- isUseToNote: '',
|
|
|
- isUseTo: '',
|
|
|
- isBroadbandNote: '',
|
|
|
- isBroadband: '',
|
|
|
- isDxNumberNote: '',
|
|
|
- isDxNumber: '',
|
|
|
+ noKnowNote: '',
|
|
|
+ noKnow: '',
|
|
|
+ tooReasonNote: '',
|
|
|
+ tooReason: '',
|
|
|
+ addMultipleNote: '',
|
|
|
+ addMultiple: '',
|
|
|
+ noSignNote: '',
|
|
|
+ noSign: '',
|
|
|
+ commandPersonNote: '',
|
|
|
+ commandPerson: '',
|
|
|
//客户直接要求办理移动号码入网
|
|
|
- directRequirements: '',
|
|
|
- directRequirementsNode: '',
|
|
|
+ ageOrProve: '',
|
|
|
+ ageOrProveNode: '',
|
|
|
//客户主动申请一次性办理超过一个号码
|
|
|
- passOne: '',
|
|
|
- passOneNode: '',
|
|
|
+ directTask: '',
|
|
|
+ directTaskNode: '',
|
|
|
//所办金额不符合客户消费能力
|
|
|
- nonConformance: '',
|
|
|
- nonConformanceNode: '',
|
|
|
+ oldToOther: '',
|
|
|
+ oldToOtherNode: '',
|
|
|
calltestResults: '',
|
|
|
operatorType: [],
|
|
|
yidong: 0,
|
|
|
@@ -1531,12 +1636,20 @@ export default {
|
|
|
phonePurpose: '',
|
|
|
useLife: '',
|
|
|
address: '',
|
|
|
- isNewly: '',
|
|
|
- isNewlyNote: '',
|
|
|
- isChannel: '',
|
|
|
- isChannelNote: '',
|
|
|
- isInvolvingFraud: '',
|
|
|
- isInvolvingFraudNote: '',
|
|
|
+ register: '',
|
|
|
+ registerNote: '',
|
|
|
+ customerWork: '',
|
|
|
+ customerWorkNote: '',
|
|
|
+ buyPhone: '',
|
|
|
+ buyPhoneNote: '',
|
|
|
+ isAbnormal:'',
|
|
|
+ isAbnormalNote:'',
|
|
|
+ tooTow:'',
|
|
|
+ tooTowNote:'',
|
|
|
+ addressTooFive:'',
|
|
|
+ addressTooFiveNote:'',
|
|
|
+ noWork:'',
|
|
|
+ noWorkNote:'',
|
|
|
numberResults: [],
|
|
|
id: null,
|
|
|
phone: null,
|
|
|
@@ -2849,94 +2962,128 @@ export default {
|
|
|
},
|
|
|
|
|
|
showCheck1(data) {
|
|
|
- //nonConformance directRequirements passOne
|
|
|
+ //oldToOther ageOrProve directTask
|
|
|
var info = true;
|
|
|
- if (data === 'isInvolvingFraud' || data === 'all') {
|
|
|
- if (this.model.isInvolvingFraud === '' || this.model.isInvolvingFraud === null) {
|
|
|
- document.getElementById('isInvolvingFraud').style.color = "red";
|
|
|
+ if (data === 'buyPhone' || data === 'all') {
|
|
|
+ if (this.model.buyPhone === '' || this.model.buyPhone === null) {
|
|
|
+ document.getElementById('buyPhone').style.color = "red";
|
|
|
+ info = false;
|
|
|
+ } else {
|
|
|
+ document.getElementById('buyPhone').style.color = "black";
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ if (data === 'isAbnormal' || data === 'all') {
|
|
|
+ if (this.model.isAbnormal === '' || this.model.isAbnormal === null) {
|
|
|
+ document.getElementById('isAbnormal').style.color = "red";
|
|
|
info = false;
|
|
|
} else {
|
|
|
- document.getElementById('isInvolvingFraud').style.color = "black";
|
|
|
+ document.getElementById('isAbnormal').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
- if (data === 'directRequirements' || data === 'all') {
|
|
|
- if (this.model.directRequirements === '' || this.model.directRequirements === null) {
|
|
|
- document.getElementById('directRequirements').style.color = "red";
|
|
|
+ if (data === 'tooTow' || data === 'all') {
|
|
|
+ if (this.model.tooTow === '' || this.model.tooTow === null) {
|
|
|
+ document.getElementById('tooTow').style.color = "red";
|
|
|
info = false;
|
|
|
} else {
|
|
|
- document.getElementById('directRequirements').style.color = "black";
|
|
|
+ document.getElementById('tooTow').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
- if (data === 'passOne' || data === 'all') {
|
|
|
- if (this.model.passOne === '' || this.model.passOne === null) {
|
|
|
- document.getElementById('passOne').style.color = "red";
|
|
|
+ if (data === 'addressTooFive' || data === 'all') {
|
|
|
+ if (this.model.addressTooFive === '' || this.model.addressTooFive === null) {
|
|
|
+ document.getElementById('addressTooFive').style.color = "red";
|
|
|
info = false;
|
|
|
} else {
|
|
|
- document.getElementById('passOne').style.color = "black";
|
|
|
+ document.getElementById('addressTooFive').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
- if (data === 'nonConformance' || data === 'all') {
|
|
|
- if (this.model.nonConformance === '' || this.model.nonConformance === null) {
|
|
|
- document.getElementById('nonConformance').style.color = "red";
|
|
|
+
|
|
|
+ if (data === 'ageOrProve' || data === 'all') {
|
|
|
+ if (this.model.ageOrProve === '' || this.model.ageOrProve === null) {
|
|
|
+ document.getElementById('ageOrProve').style.color = "red";
|
|
|
info = false;
|
|
|
} else {
|
|
|
- document.getElementById('nonConformance').style.color = "black";
|
|
|
+ document.getElementById('ageOrProve').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
- if (data === 'isChannel' || data === 'all') {
|
|
|
- if (this.model.isChannel === '' || this.model.isChannel === null) {
|
|
|
- document.getElementById('isChannel').style.color = "red";
|
|
|
+ if (data === 'noWork' || data === 'all') {
|
|
|
+ if (this.model.ageOrProve === '' || this.model.ageOrProve === null) {
|
|
|
+ document.getElementById('noWork').style.color = "red";
|
|
|
info = false;
|
|
|
} else {
|
|
|
- document.getElementById('isChannel').style.color = "black";
|
|
|
+ document.getElementById('noWork').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
- if (data === 'isNewly' || data === 'all') {
|
|
|
- if (this.model.isNewly === '' || this.model.isNewly === null) {
|
|
|
- document.getElementById('isNewly').style.color = "red";
|
|
|
+ if (data === 'directTask' || data === 'all') {
|
|
|
+ if (this.model.directTask === '' || this.model.directTask === null) {
|
|
|
+ document.getElementById('directTask').style.color = "red";
|
|
|
info = false;
|
|
|
} else {
|
|
|
- document.getElementById('isNewly').style.color = "black";
|
|
|
+ document.getElementById('directTask').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
- if (data === 'isShutDown' || data === 'all') {
|
|
|
- if (this.model.isShutDown === '' || this.model.isShutDown === null) {
|
|
|
- document.getElementById('isShutDown').style.color = "red";
|
|
|
+ if (data === 'oldToOther' || data === 'all') {
|
|
|
+ if (this.model.oldToOther === '' || this.model.oldToOther === null) {
|
|
|
+ document.getElementById('oldToOther').style.color = "red";
|
|
|
info = false;
|
|
|
} else {
|
|
|
- document.getElementById('isShutDown').style.color = "black";
|
|
|
+ document.getElementById('oldToOther').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
- if (data === 'isRefund' || data === 'all') {
|
|
|
- if (this.model.isRefund === '' || this.model.isRefund === null) {
|
|
|
- document.getElementById('isRefund').style.color = "red";
|
|
|
+ if (data === 'customerWork' || data === 'all') {
|
|
|
+ if (this.model.customerWork === '' || this.model.customerWork === null) {
|
|
|
+ document.getElementById('customerWork').style.color = "red";
|
|
|
info = false;
|
|
|
} else {
|
|
|
- document.getElementById('isRefund').style.color = "black";
|
|
|
+ document.getElementById('customerWork').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
- if (data === 'isUseTo' || data === 'all') {
|
|
|
- if (this.model.isUseTo === '' || this.model.isUseTo === null) {
|
|
|
- document.getElementById('isUseTo').style.color = "red";
|
|
|
+ if (data === 'register' || data === 'all') {
|
|
|
+ if (this.model.register === '' || this.model.register === null) {
|
|
|
+ document.getElementById('register').style.color = "red";
|
|
|
info = false;
|
|
|
} else {
|
|
|
- document.getElementById('isUseTo').style.color = "black";
|
|
|
+ document.getElementById('register').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
- if (data === 'isBroadband' || data === 'all') {
|
|
|
- if (this.model.isBroadband === '' || this.model.isBroadband === null) {
|
|
|
- document.getElementById('isBroadband').style.color = "red";
|
|
|
+ if (data === 'noKnow' || data === 'all') {
|
|
|
+ if (this.model.noKnow === '' || this.model.noKnow === null) {
|
|
|
+ document.getElementById('noKnow').style.color = "red";
|
|
|
info = false;
|
|
|
} else {
|
|
|
- document.getElementById('isBroadband').style.color = "black";
|
|
|
+ document.getElementById('noKnow').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
- if (data === 'isDxNumber' || data === 'all') {
|
|
|
- if (this.model.isDxNumber === '' || this.model.isDxNumber === null) {
|
|
|
- document.getElementById('isDxNumber').style.color = "red";
|
|
|
+ if (data === 'tooReason' || data === 'all') {
|
|
|
+ if (this.model.tooReason === '' || this.model.tooReason === null) {
|
|
|
+ document.getElementById('tooReason').style.color = "red";
|
|
|
info = false;
|
|
|
} else {
|
|
|
- document.getElementById('isDxNumber').style.color = "black";
|
|
|
+ document.getElementById('tooReason').style.color = "black";
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (data === 'addMultiple' || data === 'all') {
|
|
|
+ if (this.model.addMultiple === '' || this.model.addMultiple === null) {
|
|
|
+ document.getElementById('addMultiple').style.color = "red";
|
|
|
+ info = false;
|
|
|
+ } else {
|
|
|
+ document.getElementById('addMultiple').style.color = "black";
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (data === 'noSign' || data === 'all') {
|
|
|
+ if (this.model.noSign === '' || this.model.noSign === null) {
|
|
|
+ document.getElementById('noSign').style.color = "red";
|
|
|
+ info = false;
|
|
|
+ } else {
|
|
|
+ document.getElementById('noSign').style.color = "black";
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (data === 'commandPerson' || data === 'all') {
|
|
|
+ if (this.model.commandPerson === '' || this.model.commandPerson === null) {
|
|
|
+ document.getElementById('commandPerson').style.color = "red";
|
|
|
+ info = false;
|
|
|
+ } else {
|
|
|
+ document.getElementById('commandPerson').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
return info;
|
|
|
@@ -3153,79 +3300,107 @@ export default {
|
|
|
}
|
|
|
//第二页 排除填写
|
|
|
|
|
|
- if (key === 'directRequirements') {
|
|
|
- if (dataLists[0]['directRequirements'] === 1) {
|
|
|
- map.name = '【排查】客户进厅直接要求办理移动号码入网:';
|
|
|
+ if (key === 'ageOrProve') {
|
|
|
+ if (dataLists[0]['ageOrProve'] === 1) {
|
|
|
+ map.name = '【排查】16-22岁,年轻人士,学生或无法出示工作证明者:';
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
- if (key === 'passOne') {
|
|
|
- if (dataLists[0]['passOne'] === 1) {
|
|
|
- map.name = '【排查】客户主动申请一次性办理超过一个号码:';
|
|
|
+ if (key === 'directTask') {
|
|
|
+ if (dataLists[0]['directTask'] === 1) {
|
|
|
+ map.name = '【排查】进厅后直接说出要办的套餐,单卡、融合高低值都涵盖:';
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
- if (key === 'nonConformance') {
|
|
|
- if (dataLists[0]['nonConformance'] === 1) {
|
|
|
- map.name = '【排查】所办号码月缴费金额不符合客户消费能力:';
|
|
|
+ if (key === 'oldToOther') {
|
|
|
+ if (dataLists[0]['oldToOther'] === 1) {
|
|
|
+ map.name = '【排查】老人或者法律意识淡薄的人,询过得知办卡给他人使用的:';
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
- if (key === 'isDxNumber') {
|
|
|
- if (dataLists[0]['isDxNumber'] === 1) {
|
|
|
- map.name = '【排查】客户名下无电信号码要求新办(非携入):';
|
|
|
+ if (key === 'commandPerson') {
|
|
|
+ if (dataLists[0]['commandPerson'] === 1) {
|
|
|
+ map.name = '【排查】有人陪同,或者陪同人员一直指挥:';
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
- if (key === 'isBroadband') {
|
|
|
- if (dataLists[0]['isBroadband'] === 2) {
|
|
|
- map.name = '【排查】申请号码办理征信类、融合宽带业务:';
|
|
|
+ if (key === 'noSign') {
|
|
|
+ if (dataLists[0]['noSign'] === 2) {
|
|
|
+ map.name = '【排查】最后强调法律责任后,不敢签字:';
|
|
|
map.text = '否';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
- if (key === 'isUseTo') {
|
|
|
- if (dataLists[0]['isUseTo'] === 1) {
|
|
|
- map.name = '【排查】申请号码使用用途异常:';
|
|
|
+ if (key === 'addMultiple') {
|
|
|
+ if (dataLists[0]['addMultiple'] === 1) {
|
|
|
+ map.name = '【排查】原有号码主动加装副卡,称工作需要办理多个号码:';
|
|
|
+ map.text = '是';
|
|
|
+ that.dataRisk.push(map)
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (key === 'noWork') {
|
|
|
+ if (dataLists[0]['noWork'] === 1) {
|
|
|
+ map.name = '【排查】身着快递或外卖服饰,或经询问无工作或者固定收入的兼职者:';
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
- if (key === 'isRefund') {
|
|
|
- if (dataLists[0]['isRefund'] === 1) {
|
|
|
- map.name = '【排查】客户名下号码存在异常高频率充值、退费:';
|
|
|
+ if (key === 'tooReason') {
|
|
|
+ if (dataLists[0]['tooReason'] === 1) {
|
|
|
+ map.name = '【排查】名下有卡,还要办卡且不关注套餐内容,以多种理由办卡:';
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
- if (key === 'isShutDown') {
|
|
|
- if (dataLists[0]['isShutDown'] === 1) {
|
|
|
- map.name = '【排查】客户名下已有号码(含已注销号码)存在各类关停:';
|
|
|
+ if (key === 'noKnow') {
|
|
|
+ if (dataLists[0]['noKnow'] === 1) {
|
|
|
+ map.name = '【排查】要求将名下长期沉默的号码过户给他人使用,两人明显不熟:';
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
- if (key === 'isNewly') {
|
|
|
- if (dataLists[0]['isNewly'] === 1) {
|
|
|
- map.name = '【排查】客户名下在用号码无使用记录,仍要求新办号码:';
|
|
|
+ if (key === 'register') {
|
|
|
+ if (dataLists[0]['register'] === 1) {
|
|
|
+ map.name = '【排查】明确表示办理号码仅用于注册账户,仅使用流量或短信:';
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
- if (key === 'isChannel') {
|
|
|
- if (dataLists[0]['isChannel'] === 1) {
|
|
|
- map.name = '【排查】在多个渠道多频次入网的异常情况:';
|
|
|
+ if (key === 'isAbnormal') {
|
|
|
+ if (dataLists[0]['isAbnormal'] === 1) {
|
|
|
+ map.name = '【排查】客户名下号码是否开通了eSIM服务并查询使用量是否有异常:';
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
}
|
|
|
- if (key === 'isInvolvingFraud') {
|
|
|
- if (dataLists[0]['isInvolvingFraud'] === 1) {
|
|
|
- map.name = '【排查】黑名单到期客户新入网的高危疑似涉诈号码:';
|
|
|
+ if (key === 'customerWork') {
|
|
|
+ if (dataLists[0]['customerWork'] === 1) {
|
|
|
+ map.name = '【排查】对于语音分钟需求较大,经询问从事销售、客服工作的人群:';
|
|
|
+ map.text = '是';
|
|
|
+ that.dataRisk.push(map)
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (key === 'buyPhone') {
|
|
|
+ if (dataLists[0]['buyPhone'] === 1) {
|
|
|
+ map.name = '【排查】假借手机丢失或以购买手机、电子产品为由,过程中咨询办理入网:';
|
|
|
+ map.text = '是';
|
|
|
+ that.dataRisk.push(map)
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (key === 'tooTow') {
|
|
|
+ if (dataLists[0]['tooTow'] === 1) {
|
|
|
+ map.name = '【排查】入网一个月内补卡2次及以上:';
|
|
|
+ map.text = '是';
|
|
|
+ that.dataRisk.push(map)
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (key === 'addressTooFive') {
|
|
|
+ if (dataLists[0]['addressTooFive'] === 1) {
|
|
|
+ map.name = '【排查】客户工作地址或现住址距离营业厅的距离超过5公里:';
|
|
|
map.text = '是';
|
|
|
that.dataRisk.push(map)
|
|
|
}
|
|
|
@@ -3471,46 +3646,54 @@ export default {
|
|
|
"newPhone": this.model.newPhone,
|
|
|
"phoneUserId": this.model.phoneUserId,
|
|
|
//客户名下无电信号码
|
|
|
- "isDxNumber": this.model.isDxNumber,
|
|
|
+ "commandPerson": this.model.commandPerson,
|
|
|
//客户名下无电信号码备注
|
|
|
- "isDxNumberNote": this.model.isDxNumberNote,
|
|
|
+ "commandPersonNote": this.model.commandPersonNote,
|
|
|
//客户直接要求办理移动号码入网
|
|
|
- "directRequirements": this.model.directRequirements,
|
|
|
- "directRequirementsNode": this.model.directRequirementsNode,
|
|
|
+ "ageOrProve": this.model.ageOrProve,
|
|
|
+ "ageOrProveNode": this.model.ageOrProveNode,
|
|
|
//客户主动申请一次性办理超过一个号码
|
|
|
- "passOne": this.model.passOne,
|
|
|
- "passOneNode": this.model.passOneNode,
|
|
|
+ "directTask": this.model.directTask,
|
|
|
+ "directTaskNode": this.model.directTaskNode,
|
|
|
//所办金额不符合客户消费能力
|
|
|
- "nonConformance": this.model.nonConformance,
|
|
|
- "nonConformanceNode": this.model.nonConformanceNode,
|
|
|
+ "oldToOther": this.model.oldToOther,
|
|
|
+ "oldToOtherNode": this.model.oldToOtherNode,
|
|
|
//申请号码办理征信类、融合宽带业务
|
|
|
- "isBroadband": this.model.isBroadband,
|
|
|
+ "noSign": this.model.noSign,
|
|
|
//申请号码办理征信类、融合宽带业务备注
|
|
|
- "isBroadbandNote": this.model.isBroadbandNote,
|
|
|
+ "noSignNote": this.model.noSignNote,
|
|
|
//申请号码使用用途异常
|
|
|
- "isUseTo": this.model.isUseTo,
|
|
|
+ "addMultiple": this.model.addMultiple,
|
|
|
//申请号码使用用途异常备注
|
|
|
- "isUseToNote": this.model.isUseToNote,
|
|
|
+ "addMultipleNote": this.model.addMultipleNote,
|
|
|
//客户名下号码存在异常高频率充值、退费
|
|
|
- "isRefund": this.model.isRefund,
|
|
|
+ "tooReason": this.model.tooReason,
|
|
|
//客户名下号码存在异常高频率充值、退费备注
|
|
|
- "isRefundNote": this.model.isRefundNote,
|
|
|
+ "tooReasonNote": this.model.tooReasonNote,
|
|
|
//客户名下已有号码(含已注销号码)存在各类关停
|
|
|
- "isShutDown": this.model.isShutDown,
|
|
|
+ "noKnow": this.model.noKnow,
|
|
|
//客户名下已有号码(含已注销号码)存在各类关停备注
|
|
|
- "isShutDownNote": this.model.isShutDownNote,
|
|
|
+ "noKnowNote": this.model.noKnowNote,
|
|
|
//客户名下在用号码无使用记录,仍要求新办号码
|
|
|
- "isNewly": this.model.isNewly,
|
|
|
+ "register": this.model.register,
|
|
|
//客户名下在用号码无使用记录,仍要求新办号码备注
|
|
|
- "isNewlyNote": this.model.isNewlyNote,
|
|
|
+ "registerNote": this.model.registerNote,
|
|
|
//在多个渠道多频次入网的异常情况
|
|
|
- "isChannel": this.model.isChannel,
|
|
|
+ "customerWork": this.model.customerWork,
|
|
|
//在多个渠道多频次入网的异常情况备注
|
|
|
- "isChannelNote": this.model.isChannelNote,
|
|
|
+ "customerWorkNote": this.model.customerWorkNote,
|
|
|
//黑名单到期客户新入网的高危疑似涉诈号码
|
|
|
- "isInvolvingFraud": this.model.isInvolvingFraud,
|
|
|
+ "buyPhone": this.model.buyPhone,
|
|
|
//黑名单到期客户新入网的高危疑似涉诈号码备注
|
|
|
- "isInvolvingFraudNote": this.model.isInvolvingFraudNote,
|
|
|
+ "buyPhoneNote": this.model.buyPhoneNote,
|
|
|
+ "isAbnormal":this.model.isAbnormal,
|
|
|
+ "isAbnormalNote":this.model.isAbnormalNote,
|
|
|
+ "tooTow":this.model.tooTow,
|
|
|
+ "tooTowNote":this.model.tooTowNote,
|
|
|
+ "addressTooFive":this.model.addressTooFive,
|
|
|
+ "addressTooFiveNote":this.model.addressTooFiveNote,
|
|
|
+ "noWork":this.model.noWork,
|
|
|
+ "noWorkNote":this.model.noWorkNote,
|
|
|
};
|
|
|
return data;
|
|
|
},
|
|
|
@@ -3647,7 +3830,8 @@ export default {
|
|
|
const h = this.$createElement
|
|
|
const newDatas = [];
|
|
|
data['status'] = "1";//确认提交
|
|
|
-
|
|
|
+ let jsonString = JSON.stringify(data);
|
|
|
+ data['screening'] = jsonString
|
|
|
this.submit(data, id)
|
|
|
|
|
|
// if( data["calltestResults"] ==='2'){
|