sunyize2 преди 1 година
родител
ревизия
adcd49e1c7
променени са 3 файла, в които са добавени 1590 реда и са изтрити 21 реда
  1. 123 3
      src/views/networkAccess/registration.vue
  2. 646 5
      src/views/networkAccess/registrationSelect.vue
  3. 821 13
      src/views/networkAccess/registrationUpdate.vue

+ 123 - 3
src/views/networkAccess/registration.vue

@@ -11,6 +11,68 @@
         <a-step v-for="item in steps" :key="item.title" :title="item.title"/>
       </a-steps>
     </a-card>
+
+
+    <a-card style="margin-bottom:10px" v-if="current==0">
+      <div>
+        <a-form-model
+          ref="form"
+          :label-col="labelCol"
+          :wrapper-col="wrapperCol"
+          :model="model"
+          :rules="rules"
+        >
+          <div>
+            <a-row>
+              <a-col :span="12">
+                <spen>CRM系统高危地址证件提示结果 : </spen>
+                <a-radio-group v-model="model.crmRisk" default-value="a" button-style="solid">
+                  <a-radio-button value="a">
+                    存在风险
+                  </a-radio-button>
+                  <a-radio-button value="b">
+                    未提示存在风险
+                  </a-radio-button>
+                </a-radio-group>
+              </a-col>
+              <spen style='height: 30px'></spen>
+              <a-col :span="12"  >
+                <spen>记录 : </spen>
+                <a-radio-group  v-model="model.isNewOrOld" default-value="a" button-style="solid">
+                  <a-radio-button value="a">
+                    新客户(无北京电信号码的客户)
+                  </a-radio-button>
+                  <a-radio-button value="b">
+                    老客户(有北京电信号码的客户,含已销户、在网)
+                  </a-radio-button>
+                </a-radio-group>
+              </a-col>
+
+              <a-col :span="12" style='margin-top: 30px'>
+                <spen>CRM系统内客户入网评级展示结果 : </spen>
+                <a-radio-group v-model='model.crmShow' default-value="a" button-style="solid">
+                  <a-radio-button value="a">
+                    高风险
+                  </a-radio-button>
+                  <a-radio-button value="b">
+                    低风险
+                  </a-radio-button>
+                  <a-radio-button value="c">
+                    未评级
+                  </a-radio-button>
+                  <a-radio-button value="d">
+                    空白
+                  </a-radio-button>
+                </a-radio-group>
+              </a-col>
+
+            </a-row>
+          </div>
+
+        </a-form-model>
+      </div>
+    </a-card>
+
     <!--身份信息-->
     <a-card style="margin-bottom:10px" v-if="current==0">
       <div>
@@ -1598,6 +1660,7 @@ export default {
       showMap: false,
       //表单信息
       model: {
+
         screening:{},
         cardStartTimeAndEnd: '',
         value: 0,
@@ -1648,12 +1711,40 @@ export default {
         tooTowNote:'',
         addressTooFive:'',
         addressTooFiveNote:'',
+        isShutDownNote: '',
+        isShutDown: '',
+        isRefundNote: '',
+        isRefund: '',
+        isUseToNote: '',
+        isUseTo: '',
+        isBroadbandNote: '',
+        isBroadband: '',
+        isDxNumberNote: '',
+        isDxNumber: '',
+        //客户直接要求办理移动号码入网
+        directRequirements: '',
+        directRequirementsNode: '',
+        //客户主动申请一次性办理超过一个号码
+        passOne: '',
+        passOneNode: '',
+        //所办金额不符合客户消费能力
+        nonConformance: '',
+        nonConformanceNode: '',
+        isNewly: '',
+        isNewlyNote: '',
+        isChannel: '',
+        isChannelNote: '',
+        isInvolvingFraud: '',
+        isInvolvingFraudNote: '',
         noWork:'',
         noWorkNote:'',
         numberResults: [],
         id: null,
         phone: null,
         cardNo: '',
+        crmRisk:'',
+        crmShow:'',
+        isNewOrOld:'',
         cardName: '',
         cardStartTime: '',
         cardEndTime: '',
@@ -1672,6 +1763,7 @@ export default {
 
       },
       dataList: [],
+      riskSize:0,
       current: 0,
       //步骤条
       steps: [
@@ -3265,6 +3357,22 @@ export default {
           }
 
         }
+
+        if (key === 'crmRisk') {
+          if (dataLists[0]['crmRisk'] == 'a') {
+            map.name = '【入网提示卡】 CRM系统高危地址证件提示结果:';
+            map.text = '存在风险';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key === 'crmShow') {
+          if (dataLists[0]['crmShow'] == 'a') {
+            map.name = '【入网提示卡】 CRM系统内客户入网评级展示结果:';
+            map.text = '高风险'
+            that.dataRisk.push(map)
+          }
+        }
+
         //身份证是否到期
         if (key === 'cardStartTimeAndEnd') {
           if (dataLists[0]['cardStartTimeAndEnd'] === '否') {
@@ -3409,6 +3517,7 @@ export default {
       if (that.dataRisk.length > 0) {
         //是否有风险
         that.riskShow = false;//有风险
+        that.riskSize = that.dataRisk.length;
       }
 
     },
@@ -3492,8 +3601,7 @@ export default {
             }
           }
         }
-        this.newDatas.push('异常信息提醒:')
-        this.newDatas.push('该用户以下填写信息可能触发风险请确认是否继续操作!!!')
+
         // if (data["calltestResults"] === '2') {
         //   this.newDatas.push(i++ + '、该用户拨测号码未接通 请确认是否继续操作 。 ')
         //
@@ -3521,6 +3629,15 @@ export default {
         //   }
         // }
         this.getDataRisk(data)
+        this.newDatas.push('异常信息提醒:')
+        this.newDatas.push('该客户触发风险条目共 "'+this.riskSize+'" 条,建议拦截入网!!!')
+        if (this.model.isNewOrOld!=''){
+          this.newDatas.push(' ')
+          this.newDatas.push(' 您是新用户,办理移动电话入网需要进一步提供在北京市工作、学习等常驻的依据,如:')
+          this.newDatas.push(' ✓ 北京市居住证、大专院校学生证、工作证明、社保证明等辅助材料,系统留存。')
+          this.newDatas.push(' ✓ 个人用户新装固定电话,需提供房产证明,可代办,代办人持本人及房主证件+房产证明,可以登记到房主名下,也可以登记到代办人名下。')
+          this.newDatas.push(' ')
+        }
         // if (this.newDatas.length === 1) {
         //newDatas.push(h('p', null, i++ +'、 暂无风险提示 请继续操作。 '))
         //} else {
@@ -3627,7 +3744,9 @@ export default {
         "useLife": this.model.useLife,
         //现用号码使用用途
         "phonePurpose": this.model.phonePurpose,
-
+        "crmRisk":this.model.crmRisk,
+        "crmShow":this.model.crmShow,
+        "isNewOrOld":this.model.isNewOrOld,
 
         //是否将高危号码上报蓝、紫名单或不可复开关停
         "numberResults": arr,
@@ -3694,6 +3813,7 @@ export default {
         "addressTooFiveNote":this.model.addressTooFiveNote,
         "noWork":this.model.noWork,
         "noWorkNote":this.model.noWorkNote,
+
       };
       return data;
     },

+ 646 - 5
src/views/networkAccess/registrationSelect.vue

@@ -11,6 +11,68 @@
         <a-step v-for="item in steps" :key="item.title" :title="item.title"/>
       </a-steps>
     </a-card>
+
+
+    <a-card style="margin-bottom:10px" v-if="current==0">
+      <div>
+        <a-form-model
+          ref="form"
+          :label-col="labelCol"
+          :wrapper-col="wrapperCol"
+          :model="model"
+          :rules="rules"
+        >
+          <div>
+            <a-row>
+              <a-col :span="12">
+                <spen>CRM系统高危地址证件提示结果 : </spen>
+                <a-radio-group v-model="model.crmRisk" default-value="a" button-style="solid">
+                  <a-radio-button value="a">
+                    存在风险
+                  </a-radio-button>
+                  <a-radio-button value="b">
+                    未提示存在风险
+                  </a-radio-button>
+                </a-radio-group>
+              </a-col>
+              <spen style='height: 30px'></spen>
+              <a-col :span="12"  >
+                <spen>记录 : </spen>
+                <a-radio-group  v-model="model.isNewOrOld" default-value="a" button-style="solid">
+                  <a-radio-button value="a">
+                    新客户(无北京电信号码的客户)
+                  </a-radio-button>
+                  <a-radio-button value="b">
+                    老客户(有北京电信号码的客户,含已销户、在网)
+                  </a-radio-button>
+                </a-radio-group>
+              </a-col>
+
+              <a-col :span="12" style='margin-top: 30px'>
+                <spen>CRM系统内客户入网评级展示结果 : </spen>
+                <a-radio-group v-model='model.crmShow' default-value="a" button-style="solid">
+                  <a-radio-button value="a">
+                    高风险
+                  </a-radio-button>
+                  <a-radio-button value="b">
+                    低风险
+                  </a-radio-button>
+                  <a-radio-button value="c">
+                    未评级
+                  </a-radio-button>
+                  <a-radio-button value="d">
+                    空白
+                  </a-radio-button>
+                </a-radio-group>
+              </a-col>
+
+            </a-row>
+          </div>
+
+        </a-form-model>
+      </div>
+    </a-card>
+
     <!--身份信息-->
     <a-card style="margin-bottom:10px" v-if="current==0">
       <div>
@@ -311,7 +373,7 @@
         >
           <div   style="overflow: auto">
 
-            <a-list size="large" bordered>
+            <a-list size="large" bordered v-if='model.isNew=="" ||   model.isNew==null '>
               <template>
 
                 <a-list-item  class="box" style='height: 40px'>
@@ -559,6 +621,333 @@
 
               </template>
             </a-list>
+
+            <a-list size="large" bordered v-if='model.isNew!="" &&  model.isNew!=null '>
+              <template>
+
+                <a-list-item  class="box" style='height: 40px'>
+
+                  <a-col :span="12" >
+                    <div>
+
+                      <div style="float:left;margin: 20px 3px;" id="ageOrProve"><div class="redInfo" >*</div>1、16-22岁,年轻人士,学生或无法出示工作证明者</div>
+                      <div style="float:right;margin: 20px 10px;" >
+                        <span v-if='model.ageOrProve=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.ageOrProve=="2"'  class="cornflowerblue">否</span>
+                        <!--                        <a-radio-group v-model="model.directRequirements" button-style="solid" @change="showCheck1('directRequirements')"  :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.ageOrProveNode }}</span>
+                    <!--                    <a-input v-model="model.directRequirementsNode" 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'>
+
+                  <a-col :span="12" >
+                    <div>
+
+                      <div style="float:left;margin: 20px 3px;" id="directTask"><div class="redInfo" >*</div>2、进厅后直接说出要办的套餐,单卡、融合高低值都涵盖</div>
+                      <div style="float:right;margin: 20px 10px;" >
+                        <span v-if='model.directTask=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.directTask=="2"'  class="cornflowerblue">否</span>
+                        <!--                        <a-radio-group v-model="model.passOne" button-style="solid" @change="showCheck1('passOne')"  :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.directTaskNode }}</span>
+                    <!--                    <a-input v-model="model.passOneNode" 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'>
+
+                  <a-col :span="12" >
+                    <div>
+
+                      <div style="float:left;margin: 20px 3px;" id="oldToOther"><div class="redInfo" >*</div>3、老人或者法律意识淡薄的人,询过得知办卡给他人使用的</div>
+                      <div style="float:right;margin: 20px 10px;" >
+                        <span v-if='model.oldToOther=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.oldToOther=="2"'  class="cornflowerblue">否</span>
+                        <!--                        <a-radio-group v-model="model.nonConformance" button-style="solid" @change="showCheck1('nonConformance')"  :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.oldToOtherNode }}</span>
+                    <!--                    <a-input v-model="model.nonConformanceNode" 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'>
+
+                  <a-col :span="12" >
+                    <div>
+
+                      <div style="float:left;margin: 20px 3px;" id="commandPerson"><div class="redInfo" >*</div>4、有人陪同,或者陪同人员一直指挥</div>
+                      <div style="float:right;margin: 20px 10px;" >
+                        <span v-if='model.commandPerson=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.commandPerson=="2"'  class="cornflowerblue">否</span>
+                        <!--                          <a-radio-group v-model="model.isDxNumber" button-style="solid" @change="showCheck1('isDxNumber')"  :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.commandPersonNote }}</span>
+                    <!--                    <a-input v-model="model.isDxNumberNote" 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'>
+                  <a-col :span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="noSign"><div class="redInfo" >*</div>5、最后强调法律责任后,不敢签字、融合宽带业务</div>
+                      <div style="float:right;margin: 20px 10px;" >
+                        <span v-if='model.noSign=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.noSign=="2"'  class="cornflowerblue">否</span>
+                        <!--                            <a-radio-group v-model="model.isBroadband" button-style="solid" @change="showCheck1('isBroadband')"  :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.noSignNote }}</span>
+                    <!--                    <a-input v-model="model.isBroadbandNote" 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'>
+                  <a-col span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="addMultiple"><div class="redInfo" >*</div>6、 原有号码主动加装副卡,称工作需要办理多个号码</div>
+                      <div style="float:right;margin: 20px 10px;" >
+                        <span v-if='model.addMultiple=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.addMultiple=="2"'  class="cornflowerblue">否</span>
+                        <!--                        <a-radio-group v-model="model.isUseTo" button-style="solid" @change="showCheck1('isUseTo')"  :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.addMultipleNote }}</span>
+                    <!--                    <a-input v-model="model.isUseToNote" 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'>
+                  <a-col :span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="tooReason"><div class="redInfo" >*</div>7、名下有卡,还要办卡且不关注套餐内容,以多种理由办卡</div>
+                      <div style="float:right;margin: 20px 10px;" >
+
+                        <span v-if='model.tooReason=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.tooReason=="2"'  class="cornflowerblue">否</span>
+                        <!--                      <a-radio-group v-model="model.isRefund" button-style="solid" @change="showCheck1('isRefund')"  :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.tooReasonNote }}</span>
+                    <!--                    <a-input v-model="model.isRefundNote" 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'>
+                  <a-col span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="noKnow"><div class="redInfo" >*</div>8、要求将名下长期沉默的号码过户给他人使用,两人明显不熟</div>
+                      <div style="float:right;margin: 20px 10px;" >
+                        <span v-if='model.noKnow=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.noKnow=="2"'  class="cornflowerblue">否</span>
+                        <!--                      <a-radio-group v-model="model.isShutDown" button-style="solid" @change="showCheck1('isShutDown')"  :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.noKnowNote }}</span>
+                    <!--                    <a-input v-model="model.isShutDownNote" 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'>
+                  <a-col span="12">
+
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="register"><div class="redInfo" >*</div>9、明确表示办理号码仅用于注册账户,仅使用流量或短信</div>
+                      <div style="float:right;margin: 20px 10px;" >
+                        <span v-if='model.register=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.register=="2"'  class="cornflowerblue">否</span>
+                        <!--                      <a-radio-group v-model="model.isNewly" button-style="solid" @change="showCheck1('isNewly')"  :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.registerNote }}</span>
+                    <!--                    <a-input v-model="model.isNewlyNote" 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'>
+                  <a-col span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="customerWork"><div class="redInfo" >*</div>10、对于语音分钟需求较大,经询问从事销售、客服工作的人群</div>
+                      <div style="float:right;margin: 20px 10px;" >
+                        <span v-if='model.customerWork=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.customerWork=="2"'  class="cornflowerblue">否</span>
+                        <!--                      <a-radio-group v-model="model.isChannel" button-style="solid" @change="showCheck1('isChannel')"  :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.customerWorkNote }}</span>
+                    <!--                    <a-input v-model="model.isChannelNote" 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'>
+                  <a-col span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="buyPhone"><div class="redInfo" >*</div>11、假借手机丢失或以购买手机、电子产品为由,过程中咨询办理入网</div>
+                      <div style="float:right;margin: 20px 10px;" >
+                        <span v-if='model.buyPhone=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.buyPhone=="2"'  class="cornflowerblue">否</span>
+                        <!--                      <a-radio-group v-model="model.isInvolvingFraud" button-style="solid" @change="showCheck1('isInvolvingFraud')" :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.buyPhoneNote }}</span>
+                    <!--                    <a-input v-model="model.isInvolvingFraudNote" 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'>
+                  <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;" >
+                        <span v-if='model.isAbnormal=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.isAbnormal=="2"'  class="cornflowerblue">否</span>
+                        <!--                      <a-radio-group v-model="model.isInvolvingFraud" button-style="solid" @change="showCheck1('isInvolvingFraud')" :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.isAbnormalNote }}</span>
+                    <!--                    <a-input v-model="model.isInvolvingFraudNote" 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'>
+                  <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;" >
+                        <span v-if='model.tooTow=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.tooTow=="2"'  class="cornflowerblue">否</span>
+                        <!--                      <a-radio-group v-model="model.isInvolvingFraud" button-style="solid" @change="showCheck1('isInvolvingFraud')" :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.tooTowNote }}</span>
+                    <!--                    <a-input v-model="model.isInvolvingFraudNote" 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'>
+                  <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;" >
+                        <span v-if='model.addressTooFive=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.addressTooFive=="2"'  class="cornflowerblue">否</span>
+                        <!--                      <a-radio-group v-model="model.isInvolvingFraud" button-style="solid" @change="showCheck1('isInvolvingFraud')" :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.addressTooFiveNote }}</span>
+                    <!--                    <a-input v-model="model.isInvolvingFraudNote" 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'>
+                  <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;" >
+                        <span v-if='model.noWork=="1"'  class="cornflowerblue">是</span>
+                        <span v-if='model.noWork=="2"'  class="cornflowerblue">否</span>
+                        <!--                      <a-radio-group v-model="model.isInvolvingFraud" button-style="solid" @change="showCheck1('isInvolvingFraud')" :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>
+                    <span style="margin: 3px 3px;width: 400px;float: right"  class="cornflowerblue">{{ model.noWorkNote }}</span>
+                    <!--                    <a-input v-model="model.isInvolvingFraudNote" placeholder="请输入排查结果备注信息" style="margin: 3px 3px;width: 400px;float: right" :disabled="isDisabled"></a-input>-->
+                  </a-col>
+                </a-list-item>
+              </template>
+            </a-list>
           </div>
         </a-form-model>
       </div>
@@ -1411,6 +1800,11 @@ export default {
       showMap:false,
       //表单信息
       model: {
+        crmRisk:'',
+        crmShow:'',
+        isNewOrOld:'',
+        isNew:'',
+        screening:{},
         cardStartTimeAndEnd: '',
         value: 0,
         sysBusinessHall: '',
@@ -1439,6 +1833,51 @@ export default {
         nonConformanceNode:'',
         calltestResults: '',
         operatorType: '',
+        //16-22岁,年轻人士,学生或无法出示工作证明者
+         ageOrProve:'',
+         ageOrProveNode:'',
+        //进厅后直接说出要办的套餐,单卡、融合高低值都涵盖
+         directTask:'',
+         directTaskNode:'',
+        //老人或者法律意识淡薄的人,询过得知办卡给他人使用的
+         oldToOther:'',
+         oldToOtherNode:'',
+        //有人陪同,或者陪同人员一直指挥
+         commandPerson:'',
+         commandPersonNote:'',
+        //最后强调法律责任后,不敢签字
+         noSign:'',
+         noSignNote:'',
+        //原有号码主动加装副卡,称工作需要办理多个号码
+         addMultiple:'',
+         addMultipleNote:'',
+        //身着快递或外卖服饰,或经询问无工作或者固定收入的兼职者
+         noWork:'',
+         noWorkNote:'',
+        //名下有卡,还要办卡且不关注套餐内容,以多种理由办卡
+         tooReason:'',
+         tooReasonNote:'',
+        //要求将名下长期沉默的号码过户给他人使用,两人明显不熟
+         noKnow:'',
+         noKnowNote:'',
+        //明确表示办理号码仅用于注册账户,仅使用流量或短信
+         register:'',
+         registerNote:'',
+        //对于语音分钟需求较大,经询问从事销售、客服工作的人群
+         customerWork:'',
+         customerWorkNote:'',
+        //假借手机丢失或以购买手机、电子产品为由,过程中咨询办理入网
+         buyPhone:'',
+         buyPhoneNote:'',
+        //客户名下号码是否开通了eSIM服务并查询使用量是否有异常。
+         isAbnormal:'',
+         isAbnormalNote:'',
+        //入网一个月内补卡2次及以上
+         tooTow:'',
+         tooTowNote:'',
+        //客户工作地址或现住址距离营业厅的距离超过5公里
+         addressTooFive:'',
+         addressTooFiveNote:'',
         yidong: 0,
         liantong: 0,
         dianxin: 0,
@@ -1475,6 +1914,7 @@ export default {
       },
       dataList:[],
       current: 0,
+      riskSize:0,
       //步骤条
       steps: [
         {
@@ -2390,6 +2830,8 @@ export default {
             let view = this.model;
             if (result != null) {
               var i=0;
+                
+              view.isNew = result[0]['isNew']
                 Object.keys(view).forEach(function (key) {
                   if (key==='company'){
                     that.change(result[0][key]);
@@ -2421,6 +2863,7 @@ export default {
                   }
 
                 })
+
               for (var item of  newPhones) {
                 this.form.value.push(item)
                 this.array.push(1)
@@ -2743,6 +3186,7 @@ export default {
     },
 
     getDataRisk(data){
+        
       this.dataList=[];
       var getDataList=this.dataList;
       var dataLists =[];
@@ -2924,6 +3368,22 @@ export default {
             that.dataRisk.push(map)
           }
         }
+
+        if (key === 'crmRisk') {
+          if (dataLists[0]['crmRisk'] == 'a') {
+            map.name = '【入网提示卡】 CRM系统高危地址证件提示结果:';
+            map.text = '存在风险';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key === 'crmShow') {
+          if (dataLists[0]['crmShow'] == 'a') {
+            map.name = '【入网提示卡】 CRM系统内客户入网评级展示结果:';
+            map.text = '高风险'
+            that.dataRisk.push(map)
+          }
+        }
+
         //拨测结果
         if (key==='calltestResults'){
           if ( dataLists[0][key]!=='可接通认可办理'){
@@ -2949,6 +3409,7 @@ export default {
             that.dataRisk.push(map)
           }
         }
+          
         //第二页 排除填写
         if (key==='directRequirements'){
           if (dataLists[0]['directRequirements']===1){
@@ -3027,15 +3488,141 @@ export default {
             that.dataRisk.push(map)
           }
         }
+
+
+        if (key==='ageOrProve'){
+          if (dataLists[0]['ageOrProve']==1){
+            map.name = '【排查】16-22岁,年轻人士,学生或无法出示工作证明者:' ;
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+
+
+        if (key==='directTask'){
+          if (dataLists[0]['directTask']==1){
+            map.name = '【排查】进厅后直接说出要办的套餐,单卡、融合高低值都涵盖:' ;
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+
+
+        if (key==='oldToOther'){
+          if (dataLists[0]['oldToOther']==1){
+            map.name = '【排查】老人或者法律意识淡薄的人,询过得知办卡给他人使用的:' ;
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+
+        if (key==='commandPerson'){
+          if (dataLists[0]['commandPerson']==1){
+            map.name = '【排查】有人陪同,或者陪同人员一直指挥:' ;
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+
+        if (key==='noSign'){
+          if (dataLists[0]['noSign']==1){
+            map.name = '【排查】最后强调法律责任后,不敢签字:' ;
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+
+        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==='tooReason'){
+          if (dataLists[0]['tooReason']==1){
+            map.name = '【排查】名下有卡,还要办卡且不关注套餐内容,以多种理由办卡:' ;
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key==='noKnow'){
+          if (dataLists[0]['noKnow']==1){
+            map.name = '【排查】要求将名下长期沉默的号码过户给他人使用,两人明显不熟:' ;
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key==='register'){
+          if (dataLists[0]['register']==1){
+            map.name = '【排查】明确表示办理号码仅用于注册账户,仅使用流量或短信:' ;
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+
+        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==='isAbnormal'){
+          if (dataLists[0]['isAbnormal']==1){
+            map.name = '【排查】客户名下号码是否开通了eSIM服务并查询使用量是否有异常:' ;
+            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)
+          }
+        }
+
+
       });
       if (that.dataRisk.length>0) {
         //是否有风险
         that.riskShow=false;//有风险
+        that.riskSize = that.dataRisk.length;
       }
 
     },
     /**下一步骤*/
     nextSteps() {
+        
       if (this.current===0){
           // var info= this.showCheck0('all');
           // if (info===false){
@@ -3085,8 +3672,7 @@ export default {
             }
           }
         }
-        this.newDatas.push('异常信息提醒:')
-        this.newDatas.push('该用户以下填写信息可能触发风险请确认是否继续操作!!!')
+
         // if (data["calltestResults"] === '2') {
         //   this.newDatas.push(i++ + '、该用户拨测号码未接通 请确认是否继续操作 。 ')
         //
@@ -3114,6 +3700,15 @@ export default {
         //   }
         // }
         this.getDataRisk(data)
+        this.newDatas.push('异常信息提醒:')
+        this.newDatas.push('该客户触发风险条目共 "'+this.riskSize+'" 条,建议拦截入网!!!')
+        if (this.model.isNewOrOld!=''){
+          this.newDatas.push(' ')
+          this.newDatas.push(' 您是新用户,办理移动电话入网需要进一步提供在北京市工作、学习等常驻的依据,如:')
+          this.newDatas.push(' ✓ 北京市居住证、大专院校学生证、工作证明、社保证明等辅助材料,系统留存。')
+          this.newDatas.push(' ✓ 个人用户新装固定电话,需提供房产证明,可代办,代办人持本人及房主证件+房产证明,可以登记到房主名下,也可以登记到代办人名下。')
+          this.newDatas.push(' ')
+        }
         // if (this.newDatas.length === 1) {
         //newDatas.push(h('p', null, i++ +'、 暂无风险提示 请继续操作。 '))
         //} else {
@@ -3279,8 +3874,54 @@ export default {
         //黑名单到期客户新入网的高危疑似涉诈号码备注
         "isInvolvingFraudNote": this.model.isInvolvingFraudNote,
 
-
-
+        //16-22岁,年轻人士,学生或无法出示工作证明者
+         "ageOrProve": this.model.ageOrProve,
+         "ageOrProveNode": this.model.ageOrProveNode,
+        //进厅后直接说出要办的套餐,单卡、融合高低值都涵盖
+         "directTask": this.model.directTask,
+         "directTaskNode": this.model.directTaskNode,
+        //老人或者法律意识淡薄的人,询过得知办卡给他人使用的
+         "oldToOther": this.model.oldToOther,
+         "oldToOtherNote": this.model.oldToOtherNote,
+        //有人陪同,或者陪同人员一直指挥
+         "commandPerson": this.model.commandPerson,
+         "commandPersonNote": this.model.commandPersonNote,
+        //最后强调法律责任后,不敢签字
+         "noSign": this.model.noSign,
+         "noSignNote": this.model.noSignNote,
+        //原有号码主动加装副卡,称工作需要办理多个号码
+         "addMultiple": this.model.addMultiple,
+         "addMultipleNote": this.model.addMultipleNote,
+        //身着快递或外卖服饰,或经询问无工作或者固定收入的兼职者
+         "noWork": this.model.noWork,
+         "noWorkNote": this.model.noWorkNote,
+        //名下有卡,还要办卡且不关注套餐内容,以多种理由办卡
+         "tooReason": this.model.tooReason,
+         "tooReasonNode": this.model.tooReasonNode,
+        //要求将名下长期沉默的号码过户给他人使用,两人明显不熟
+         "noKnow": this.model.noKnow,
+         "noKnowNote": this.model.noKnowNote,
+        //明确表示办理号码仅用于注册账户,仅使用流量或短信
+         "register": this.model.register,
+         "registerNode": this.model.registerNode,
+        //对于语音分钟需求较大,经询问从事销售、客服工作的人群
+         "customerWork": this.model.customerWork,
+         "customerWorkNode": this.model.customerWorkNode,
+        //假借手机丢失或以购买手机、电子产品为由,过程中咨询办理入网
+         "buyPhone": this.model.buyPhone,
+         "buyPhoneNode": this.model.buyPhoneNode,
+        //客户名下号码是否开通了eSIM服务并查询使用量是否有异常。
+         "isAbnormal": this.model.isAbnormal,
+         "isAbnormalNode": this.model.isAbnormalNode,
+        //入网一个月内补卡2次及以上
+         "tooTow": this.model.tooTow,
+         "tooTowNode": this.model.tooTowNode,
+        //客户工作地址或现住址距离营业厅的距离超过5公里
+         "addressTooFive": this.model.addressTooFive,
+         "addressTooFiveNode": this.model.addressTooFiveNode,
+        "crmRisk":this.model.crmRisk,
+        "crmShow":this.model.crmShow,
+        "isNewOrOld":this.model.isNewOrOld,
       };
       return data;
     },

+ 821 - 13
src/views/networkAccess/registrationUpdate.vue

@@ -11,6 +11,68 @@
         <a-step v-for="item in steps" :key="item.title" :title="item.title"/>
       </a-steps>
     </a-card>
+
+    <a-card style="margin-bottom:10px" v-if="current==0">
+      <div>
+        <a-form-model
+          ref="form"
+          :label-col="labelCol"
+          :wrapper-col="wrapperCol"
+          :model="model"
+          :rules="rules"
+        >
+          <div>
+            <a-row>
+              <a-col :span="12">
+                <spen>CRM系统高危地址证件提示结果 : </spen>
+                <a-radio-group v-model="model.crmRisk" default-value="a" button-style="solid">
+                  <a-radio-button value="a">
+                    存在风险
+                  </a-radio-button>
+                  <a-radio-button value="b">
+                    未提示存在风险
+                  </a-radio-button>
+                </a-radio-group>
+              </a-col>
+              <spen style='height: 30px'></spen>
+              <a-col :span="12"  >
+                <spen>记录 : </spen>
+                <a-radio-group  v-model="model.isNewOrOld" default-value="a" button-style="solid">
+                  <a-radio-button value="a">
+                    新客户(无北京电信号码的客户)
+                  </a-radio-button>
+                  <a-radio-button value="b">
+                    老客户(有北京电信号码的客户,含已销户、在网)
+                  </a-radio-button>
+                </a-radio-group>
+              </a-col>
+
+              <a-col :span="12" style='margin-top: 30px'>
+                <spen>CRM系统内客户入网评级展示结果 : </spen>
+                <a-radio-group v-model='model.crmShow' default-value="a" button-style="solid">
+                  <a-radio-button value="a">
+                    高风险
+                  </a-radio-button>
+                  <a-radio-button value="b">
+                    低风险
+                  </a-radio-button>
+                  <a-radio-button value="c">
+                    未评级
+                  </a-radio-button>
+                  <a-radio-button value="d">
+                    空白
+                  </a-radio-button>
+                </a-radio-group>
+              </a-col>
+
+            </a-row>
+          </div>
+
+        </a-form-model>
+      </div>
+    </a-card>
+
+
     <!--身份信息-->
     <a-card style="margin-bottom:10px" v-if="current==0">
       <div>
@@ -322,7 +384,7 @@
         >
           <div style="overflow: auto">
 
-            <a-list size="large" bordered>
+            <a-list size="large" bordered v-if='model.isNew=="" ||   model.isNew==null '>
               <template>
 
                 <a-list-item class="box" style='height: 40px' id='directRequirementsId'
@@ -605,6 +667,395 @@
                 </a-list-item>
 
 
+              </template>
+            </a-list>
+            <a-list size="large" v-if='model.isNew!="" &&  model.isNew!=null ' bordered>
+              <template>
+
+                <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="ageOrProve">
+                        <div class="redInfo">*</div>
+                        1、16-22岁,年轻人士,学生或无法出示工作证明者
+                      </div>
+                      <div style="float:right;margin: 20px 10px;">
+                        <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>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="12">
+                    <div style="clear: both"></div>
+                    <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='directTaskId' @mouseover="blue('directTaskId')"
+                             @mouseleave="black('directTaskId')">
+
+                  <a-col :span="12">
+                    <div>
+
+                      <div style="float:left;margin: 20px 3px;" id="directTask">
+                        <div class="redInfo">*</div>
+                        2、进厅后直接说出要办的套餐,单卡、融合高低值都涵盖
+                      </div>
+                      <div style="float:right;margin: 20px 10px;">
+                        <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>
+                        </a-radio-group>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="12">
+                    <div style="clear: both"></div>
+                    <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='oldToOtherId'
+                             @mouseover="blue('oldToOtherId')" @mouseleave="black('oldToOtherId')">
+
+                  <a-col :span="12">
+                    <div>
+
+                      <div style="float:left;margin: 20px 3px;" id="oldToOther">
+                        <div class="redInfo">*</div>
+                        3、老人或者法律意识淡薄的人,询过得知办卡给他人使用的
+                      </div>
+                      <div style="float:right;margin: 20px 10px;">
+                        <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>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="12">
+                    <div style="clear: both"></div>
+                    <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='commandPersonId' @mouseover="blue('commandPersonId')"
+                             @mouseleave="black('commandPersonId')">
+
+                  <a-col :span="12">
+                    <div>
+
+                      <div style="float:left;margin: 20px 3px;" id="commandPerson">
+                        <div class="redInfo">*</div>
+                        4、有人陪同,或者陪同人员一直指挥
+                      </div>
+                      <div style="float:right;margin: 20px 10px;">
+                        <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>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="12">
+                    <div style="clear: both"></div>
+                    <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='noSignId' @mouseover="blue('noSignId')"
+                             @mouseleave="black('noSignId')">
+                  <a-col :span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="noSign">
+                        <div class="redInfo">*</div>
+                        5、最后强调法律责任后,不敢签字
+                      </div>
+                      <div style="float:right;margin: 20px 10px;">
+                        <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>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="12">
+                    <div style="clear: both"></div>
+                    <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='addMultipleId' @mouseover="blue('addMultipleId')"
+                             @mouseleave="black('addMultipleId')">
+                  <a-col span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="addMultiple">
+                        <div class="redInfo">*</div>
+                        6、 原有号码主动加装副卡,称工作需要办理多个号码
+                      </div>
+                      <div style="float:right;margin: 20px 10px;">
+
+                        <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>
+                        </a-radio-group>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="12">
+                    <div style="clear: both"></div>
+                    <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='tooReasonId' @mouseover="blue('tooReasonId')"
+                             @mouseleave="black('tooReasonId')">
+                  <a-col :span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="tooReason">
+                        <div class="redInfo">*</div>
+                        7、名下有卡,还要办卡且不关注套餐内容,以多种理由办卡
+                      </div>
+                      <div style="float:right;margin: 20px 10px;">
+
+                        <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>
+                        </a-radio-group>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="12">
+                    <div style="clear: both"></div>
+                    <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='noKnowId' @mouseover="blue('noKnowId')"
+                             @mouseleave="black('noKnowId')">
+                  <a-col span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="noKnow">
+                        <div class="redInfo">*</div>
+                        8、要求将名下长期沉默的号码过户给他人使用,两人明显不熟
+                      </div>
+                      <div style="float:right;margin: 20px 10px;">
+
+                        <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>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="12">
+                    <div style="clear: both"></div>
+                    <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='registerId' @mouseover="blue('registerId')"
+                             @mouseleave="black('registerId')">
+                  <a-col span="12">
+
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="register">
+                        <div class="redInfo">*</div>
+                        9、明确表示办理号码仅用于注册账户,仅使用流量或短信
+                      </div>
+                      <div style="float:right;margin: 20px 10px;">
+
+                        <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>
+                        </a-radio-group>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="12">
+                    <div style="clear: both"></div>
+                    <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='customerWorkId' @mouseover="blue('customerWorkId')"
+                             @mouseleave="black('customerWorkId')">
+                  <a-col span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="customerWork">
+                        <div class="redInfo">*</div>
+                        10、对于语音分钟需求较大,经询问从事销售、客服工作的人群
+                      </div>
+                      <div style="float:right;margin: 20px 10px;">
+
+                        <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>
+                        </a-radio-group>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="12">
+                    <div style="clear: both"></div>
+                    <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='buyPhoneId'
+                             @mouseover="blue('buyPhoneId')" @mouseleave="black('buyPhoneId')">
+                  <a-col span="12">
+                    <div>
+                      <div style="float:left;margin: 20px 3px;" id="buyPhone">
+                        <div class="redInfo">*</div>
+                        11、假借手机丢失或以购买手机、电子产品为由,过程中咨询办理入网
+                      </div>
+                      <div style="float:right;margin: 20px 10px;">
+
+                        <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>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="12">
+                    <div style="clear: both"></div>
+                    <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>
+
+
               </template>
             </a-list>
           </div>
@@ -1518,6 +1969,11 @@ export default {
       showMap: false,
       //表单信息
       model: {
+        crmRisk:'',
+        crmShow:'',
+        isNewOrOld:'',
+        isNew:'',
+        screening:{},
         cardStartTimeAndEnd: '',
         value: 0,
         sysBusinessHall: '',
@@ -1536,16 +1992,61 @@ export default {
         isDxNumberNote: '',
         isDxNumber: '',
         //客户直接要求办理移动号码入网
-        directRequirements: '',
-        directRequirementsNode: '',
+        directRequirements:'',
+        directRequirementsNode:'',
         //客户主动申请一次性办理超过一个号码
-        passOne: '',
-        passOneNode: '',
+        passOne:'',
+        passOneNode:'',
         //所办金额不符合客户消费能力
-        nonConformance: '',
-        nonConformanceNode: '',
+        nonConformance:'',
+        nonConformanceNode:'',
         calltestResults: '',
-        operatorType: [],
+        operatorType: '',
+        //16-22岁,年轻人士,学生或无法出示工作证明者
+        ageOrProve:'',
+        ageOrProveNode:'',
+        //进厅后直接说出要办的套餐,单卡、融合高低值都涵盖
+        directTask:'',
+        directTaskNode:'',
+        //老人或者法律意识淡薄的人,询过得知办卡给他人使用的
+        oldToOther:'',
+        oldToOtherNode:'',
+        //有人陪同,或者陪同人员一直指挥
+        commandPerson:'',
+        commandPersonNote:'',
+        //最后强调法律责任后,不敢签字
+        noSign:'',
+        noSignNote:'',
+        //原有号码主动加装副卡,称工作需要办理多个号码
+        addMultiple:'',
+        addMultipleNote:'',
+        //身着快递或外卖服饰,或经询问无工作或者固定收入的兼职者
+        noWork:'',
+        noWorkNote:'',
+        //名下有卡,还要办卡且不关注套餐内容,以多种理由办卡
+        tooReason:'',
+        tooReasonNote:'',
+        //要求将名下长期沉默的号码过户给他人使用,两人明显不熟
+        noKnow:'',
+        noKnowNote:'',
+        //明确表示办理号码仅用于注册账户,仅使用流量或短信
+        register:'',
+        registerNote:'',
+        //对于语音分钟需求较大,经询问从事销售、客服工作的人群
+        customerWork:'',
+        customerWorkNote:'',
+        //假借手机丢失或以购买手机、电子产品为由,过程中咨询办理入网
+        buyPhone:'',
+        buyPhoneNote:'',
+        //客户名下号码是否开通了eSIM服务并查询使用量是否有异常。
+        isAbnormal:'',
+        isAbnormalNote:'',
+        //入网一个月内补卡2次及以上
+        tooTow:'',
+        tooTowNote:'',
+        //客户工作地址或现住址距离营业厅的距离超过5公里
+        addressTooFive:'',
+        addressTooFiveNote:'',
         yidong: 0,
         liantong: 0,
         dianxin: 0,
@@ -1573,7 +2074,7 @@ export default {
         positionInformation: '',
         businessAddress: '',
         newPhone: '',
-        phoneUserId: '',
+        phoneUserId:'',
         newPhone2: '',
         newPhone3: '',
         newPhone4: '',
@@ -1581,6 +2082,7 @@ export default {
 
       },
       dataList: [],
+      riskSize:0,
       current: 0,
       //步骤条
       steps: [
@@ -2610,8 +3112,6 @@ export default {
                     this.resultData(result, newPhones);
                     this.showModal()
                   }
-
-
                   this.disabledListAdd()
                   this.showCheck0('all');
                   // if (result[0]["isSizeNumberResults"] === 'is') {
@@ -2822,7 +3322,133 @@ export default {
 
     showCheck1(data) {
       var info = true;
+
+    if (this.model.isNew !=null || this.model.isNew !=''){
+      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('isAbnormal').style.color = "black";
+        }
+      }
+      if (data === 'tooTow' || data === 'all') {
+        if (this.model.tooTow === '' || this.model.tooTow === null) {
+          document.getElementById('tooTow').style.color = "red";
+          info = false;
+        } else {
+          document.getElementById('tooTow').style.color = "black";
+        }
+      }
+      if (data === 'addressTooFive' || data === 'all') {
+        if (this.model.addressTooFive === '' || this.model.addressTooFive === null) {
+          document.getElementById('addressTooFive').style.color = "red";
+          info = false;
+        } else {
+          document.getElementById('addressTooFive').style.color = "black";
+        }
+      }
+
+      if (data === 'ageOrProve' || data === 'all') {
+        if (this.model.ageOrProve === '' || this.model.ageOrProve === null) {
+          document.getElementById('ageOrProve').style.color = "red";
+          info = false;
+        } else {
+          document.getElementById('ageOrProve').style.color = "black";
+        }
+      }
+      if (data === 'noWork' || data === 'all') {
+        if (this.model.ageOrProve === '' || this.model.ageOrProve === null) {
+          document.getElementById('noWork').style.color = "red";
+          info = false;
+        } else {
+          document.getElementById('noWork').style.color = "black";
+        }
+      }
+      if (data === 'directTask' || data === 'all') {
+        if (this.model.directTask === '' || this.model.directTask === null) {
+          document.getElementById('directTask').style.color = "red";
+          info = false;
+        } else {
+          document.getElementById('directTask').style.color = "black";
+        }
+      }
+      if (data === 'oldToOther' || data === 'all') {
+        if (this.model.oldToOther === '' || this.model.oldToOther === null) {
+          document.getElementById('oldToOther').style.color = "red";
+          info = false;
+        } else {
+          document.getElementById('oldToOther').style.color = "black";
+        }
+      }
+      if (data === 'customerWork' || data === 'all') {
+        if (this.model.customerWork === '' || this.model.customerWork === null) {
+          document.getElementById('customerWork').style.color = "red";
+          info = false;
+        } else {
+          document.getElementById('customerWork').style.color = "black";
+        }
+      }
+      if (data === 'register' || data === 'all') {
+        if (this.model.register === '' || this.model.register === null) {
+          document.getElementById('register').style.color = "red";
+          info = false;
+        } else {
+          document.getElementById('register').style.color = "black";
+        }
+      }
+      if (data === 'noKnow' || data === 'all') {
+        if (this.model.noKnow === '' || this.model.noKnow === null) {
+          document.getElementById('noKnow').style.color = "red";
+          info = false;
+        } else {
+          document.getElementById('noKnow').style.color = "black";
+        }
+      }
+      if (data === 'tooReason' || data === 'all') {
+        if (this.model.tooReason === '' || this.model.tooReason === null) {
+          document.getElementById('tooReason').style.color = "red";
+          info = false;
+        } else {
+          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";
+        }
+      }
+    }else {
       if (data === 'isInvolvingFraud' || data === 'all') {
+        debugger
         if (this.model.isInvolvingFraud === '' || this.model.isInvolvingFraud === null) {
           document.getElementById('isInvolvingFraud').style.color = "red";
           info = false;
@@ -2910,6 +3536,7 @@ export default {
           document.getElementById('isDxNumber').style.color = "black";
         }
       }
+    }
       return info;
     },
 
@@ -3097,6 +3724,21 @@ export default {
             that.dataRisk.push(map)
           }
         }
+        if (key === 'crmRisk') {
+          if (dataLists[0]['crmRisk'] == 'a') {
+            map.name = '【入网提示卡】 CRM系统高危地址证件提示结果:';
+            map.text = '存在风险';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key === 'crmShow') {
+          if (dataLists[0]['crmShow'] == 'a') {
+            map.name = '【入网提示卡】 CRM系统内客户入网评级展示结果:';
+            map.text = '高风险'
+            that.dataRisk.push(map)
+          }
+        }
+
         //拨测结果
         if (key === 'calltestResults') {
           if (dataLists[0][key] !== '可接通认可办理') {
@@ -3123,6 +3765,111 @@ export default {
           }
         }
         //第二页 排除填写
+        if (key === 'ageOrProve') {
+          if (dataLists[0]['ageOrProve'] === 1) {
+            map.name = '【排查】16-22岁,年轻人士,学生或无法出示工作证明者:';
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key === 'directTask') {
+          if (dataLists[0]['directTask'] === 1) {
+            map.name = '【排查】进厅后直接说出要办的套餐,单卡、融合高低值都涵盖:';
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key === 'oldToOther') {
+          if (dataLists[0]['oldToOther'] === 1) {
+            map.name = '【排查】老人或者法律意识淡薄的人,询过得知办卡给他人使用的:';
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key === 'commandPerson') {
+          if (dataLists[0]['commandPerson'] === 1) {
+            map.name = '【排查】有人陪同,或者陪同人员一直指挥:';
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key === 'noSign') {
+          if (dataLists[0]['noSign'] === 2) {
+            map.name = '【排查】最后强调法律责任后,不敢签字:';
+            map.text = '否';
+            that.dataRisk.push(map)
+          }
+        }
+        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 === 'tooReason') {
+          if (dataLists[0]['tooReason'] === 1) {
+            map.name = '【排查】名下有卡,还要办卡且不关注套餐内容,以多种理由办卡:';
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key === 'noKnow') {
+          if (dataLists[0]['noKnow'] === 1) {
+            map.name = '【排查】要求将名下长期沉默的号码过户给他人使用,两人明显不熟:';
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key === 'register') {
+          if (dataLists[0]['register'] === 1) {
+            map.name = '【排查】明确表示办理号码仅用于注册账户,仅使用流量或短信:';
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+        if (key === 'isAbnormal') {
+          if (dataLists[0]['isAbnormal'] === 1) {
+            map.name = '【排查】客户名下号码是否开通了eSIM服务并查询使用量是否有异常:';
+            map.text = '是';
+            that.dataRisk.push(map)
+          }
+        }
+        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)
+          }
+        }
         if (key === 'directRequirements') {
           if (dataLists[0]['directRequirements'] === 1) {
             map.name = '【排查】客户进厅直接要求办理移动号码入网:';
@@ -3204,6 +3951,7 @@ export default {
       if (that.dataRisk.length > 0) {
         //是否有风险
         that.riskShow = false;//有风险
+        that.riskSize = that.dataRisk.length;
       }
 
     },
@@ -3258,8 +4006,7 @@ export default {
             }
           }
         }
-        this.newDatas.push('异常信息提醒:')
-        this.newDatas.push('该用户以下填写信息可能触发风险请确认是否继续操作!!!')
+
         // if (data["calltestResults"] === '2') {
         //   this.newDatas.push(i++ + '、该用户拨测号码未接通 请确认是否继续操作 。 ')
         //
@@ -3287,6 +4034,15 @@ export default {
         //   }
         // }
         this.getDataRisk(data)
+        this.newDatas.push('异常信息提醒:')
+        this.newDatas.push('该客户触发风险条目共 "'+this.riskSize+'" 条,建议拦截入网!!!')
+        if (this.model.isNewOrOld!=''){
+          this.newDatas.push(' ')
+          this.newDatas.push(' 您是新用户,办理移动电话入网需要进一步提供在北京市工作、学习等常驻的依据,如:')
+          this.newDatas.push(' ✓ 北京市居住证、大专院校学生证、工作证明、社保证明等辅助材料,系统留存。')
+          this.newDatas.push(' ✓ 个人用户新装固定电话,需提供房产证明,可代办,代办人持本人及房主证件+房产证明,可以登记到房主名下,也可以登记到代办人名下。')
+          this.newDatas.push(' ')
+        }
         // if (this.newDatas.length === 1) {
         //newDatas.push(h('p', null, i++ +'、 暂无风险提示 请继续操作。 '))
         //} else {
@@ -3452,6 +4208,58 @@ export default {
         "isInvolvingFraud": this.model.isInvolvingFraud,
         //黑名单到期客户新入网的高危疑似涉诈号码备注
         "isInvolvingFraudNote": this.model.isInvolvingFraudNote,
+        //客户名下无电信号码
+        "commandPerson": this.model.commandPerson,
+        //客户名下无电信号码备注
+        "commandPersonNote": this.model.commandPersonNote,
+        //客户直接要求办理移动号码入网
+        "ageOrProve": this.model.ageOrProve,
+        "ageOrProveNode": this.model.ageOrProveNode,
+        //客户主动申请一次性办理超过一个号码
+        "directTask": this.model.directTask,
+        "directTaskNode": this.model.directTaskNode,
+        //所办金额不符合客户消费能力
+        "oldToOther": this.model.oldToOther,
+        "oldToOtherNode": this.model.oldToOtherNode,
+        //申请号码办理征信类、融合宽带业务
+        "noSign": this.model.noSign,
+        //申请号码办理征信类、融合宽带业务备注
+        "noSignNote": this.model.noSignNote,
+        //申请号码使用用途异常
+        "addMultiple": this.model.addMultiple,
+        //申请号码使用用途异常备注
+        "addMultipleNote": this.model.addMultipleNote,
+        //客户名下号码存在异常高频率充值、退费
+        "tooReason": this.model.tooReason,
+        //客户名下号码存在异常高频率充值、退费备注
+        "tooReasonNote": this.model.tooReasonNote,
+        //客户名下已有号码(含已注销号码)存在各类关停
+        "noKnow": this.model.noKnow,
+        //客户名下已有号码(含已注销号码)存在各类关停备注
+        "noKnowNote": this.model.noKnowNote,
+        //客户名下在用号码无使用记录,仍要求新办号码
+        "register": this.model.register,
+        //客户名下在用号码无使用记录,仍要求新办号码备注
+        "registerNote": this.model.registerNote,
+        //在多个渠道多频次入网的异常情况
+        "customerWork": this.model.customerWork,
+        //在多个渠道多频次入网的异常情况备注
+        "customerWorkNote": this.model.customerWorkNote,
+        //黑名单到期客户新入网的高危疑似涉诈号码
+        "buyPhone": this.model.buyPhone,
+        //黑名单到期客户新入网的高危疑似涉诈号码备注
+        "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,
+        "crmRisk":this.model.crmRisk,
+        "crmShow":this.model.crmShow,
+        "isNewOrOld":this.model.isNewOrOld,
       };
       return data;
     },