Przeglądaj źródła

添加新风险

sunyize2 1 rok temu
rodzic
commit
fb729a9d1e

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

@@ -13,7 +13,7 @@
     </a-card>
 
 
-    <a-card style="margin-bottom:10px" v-if="current==0">
+    <a-card style="margin-bottom:10px" v-if="current==0 && model.isNew!='' &&model.isNew!=null " >
       <div>
         <a-form-model
           ref="form"
@@ -23,10 +23,10 @@
           :rules="rules"
         >
           <div>
-            <a-row>
+            <a-row >
               <a-col :span="12">
                 <spen>CRM系统高危地址证件提示结果 : </spen>
-                <a-radio-group v-model="model.crmRisk" default-value="a" button-style="solid">
+                <a-radio-group  disabled v-model="model.crmRisk" default-value="a" button-style="solid">
                   <a-radio-button value="a">
                     存在风险
                   </a-radio-button>
@@ -38,7 +38,7 @@
               <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-group disabled  v-model="model.isNewOrOld" default-value="a" button-style="solid">
                   <a-radio-button value="a">
                     新客户(无北京电信号码的客户)
                   </a-radio-button>
@@ -50,7 +50,7 @@
 
               <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-group  disabled v-model='model.crmShow' default-value="a" button-style="solid">
                   <a-radio-button value="a">
                     高风险
                   </a-radio-button>

+ 33 - 34
src/views/networkAccess/registrationUpdate.vue

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