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