sunyize 2 年 前
コミット
86a6e96cf6

+ 7 - 1
src/views/networkAccess/registration.vue

@@ -844,7 +844,7 @@ export default {
         { title: '人工地址判研', dataIndex: 'judgmentResearchAddress', key: 'judgmentResearchAddress', width: 150 , scopedSlots: {customRender: 'judgmentResearchAddress'}},
         { title: '拨测结果', dataIndex: 'calltestResults', key: 'calltestResults', width: 150  , scopedSlots: {customRender: 'calltestResults'}},
         { title: '拨测联系电话', dataIndex: 'phone', key: 'phone', width: 150 },
-        { title: '一证通查结果', dataIndex: 'operator', key: 'operator', width: 150 },
+        // { title: '一证通查结果', dataIndex: 'operator', key: 'operator', width: 150 },
         { title: '运营商类型', dataIndex: 'operatorType', key: 'operatorType'  ,width: 150},
         { title: '现用号码使用用途', dataIndex: 'phonePurpose', key: 'phonePurpose',width: 150 },
         { title: '新办号码', dataIndex: 'newPhone', key: 'newPhone' ,width: 250},
@@ -1419,6 +1419,12 @@ export default {
           }
         }
         let newPhonesStr = '';
+
+        let  newPhones= '';
+        if (result[i]['newPhone'] !== null && result[i]['newPhone'] !== '') {
+          newPhones = result[i]['newPhone'].split(',');
+        }
+
         for (var item of newPhones) {
           newPhonesStr += item + ' '
         }

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

@@ -856,7 +856,7 @@ export default {
         { title: '人工地址判研', dataIndex: 'judgmentResearchAddress', key: 'judgmentResearchAddress', width: 150 , scopedSlots: {customRender: 'judgmentResearchAddress'}},
         { title: '拨测结果', dataIndex: 'calltestResults', key: 'calltestResults', width: 150  , scopedSlots: {customRender: 'calltestResults'}},
         { title: '拨测联系电话', dataIndex: 'phone', key: 'phone', width: 150 },
-        { title: '一证通查结果', dataIndex: 'operator', key: 'operator', width: 150 },
+        // { title: '一证通查结果', dataIndex: 'operator', key: 'operator', width: 150 },
         { title: '运营商类型', dataIndex: 'operatorType', key: 'operatorType'  ,width: 150},
         { title: '现用号码使用用途', dataIndex: 'phonePurpose', key: 'phonePurpose',width: 150 },
         { title: '新办号码', dataIndex: 'newPhone', key: 'newPhone' ,width: 250},

+ 1 - 1
src/views/networkAccess/registrationUpdate.vue

@@ -855,7 +855,7 @@ export default {
         { title: '人工地址判研', dataIndex: 'judgmentResearchAddress', key: 'judgmentResearchAddress', width: 150 , scopedSlots: {customRender: 'judgmentResearchAddress'}},
         { title: '拨测结果', dataIndex: 'calltestResults', key: 'calltestResults', width: 150  , scopedSlots: {customRender: 'calltestResults'}},
         { title: '拨测联系电话', dataIndex: 'phone', key: 'phone', width: 150 },
-        { title: '一证通查结果', dataIndex: 'operator', key: 'operator', width: 150 },
+        // { title: '一证通查结果', dataIndex: 'operator', key: 'operator', width: 150 },
         { title: '运营商类型', dataIndex: 'operatorType', key: 'operatorType'  ,width: 150},
         { title: '现用号码使用用途', dataIndex: 'phonePurpose', key: 'phonePurpose',width: 150 },
         { title: '新办号码', dataIndex: 'newPhone', key: 'newPhone' ,width: 250},

+ 3 - 3
src/views/networkAccess/userStatistics.vue

@@ -843,9 +843,9 @@ export default {
       if (!record.createTime.match(RegExp(this.getDate()))){
         return this.$message.warning('非当天创建 禁止修改', 3);
       }
-      if (record.status!=='0'){
-        return this.$message.warning('当前状态非新建未报 不可修改', 3);
-      }
+      // if (record.status!=='0'){
+      //   return this.$message.warning('当前状态非新建未报 不可修改', 3);
+      // }
       //校验
       let data = {
         ids: [record.id],