|
@@ -11,7 +11,7 @@
|
|
|
<a-descriptions :column="2" :bordered="true">
|
|
<a-descriptions :column="2" :bordered="true">
|
|
|
<a-descriptions-item label="证件编号">{{customer.info.cardNo}}</a-descriptions-item>
|
|
<a-descriptions-item label="证件编号">{{customer.info.cardNo}}</a-descriptions-item>
|
|
|
<a-descriptions-item label="客户名称" >{{customer.info.cardName}}</a-descriptions-item>
|
|
<a-descriptions-item label="客户名称" >{{customer.info.cardName}}</a-descriptions-item>
|
|
|
- <a-descriptions-item label="证件地址" >{{customer.info.idCardAddress}}</a-descriptions-item>
|
|
|
|
|
|
|
+<!-- <a-descriptions-item label="证件地址" >{{customer.info.idCardAddress}}</a-descriptions-item>-->
|
|
|
<a-descriptions-item label="新办号码">{{customer.info.newPhone}}</a-descriptions-item>
|
|
<a-descriptions-item label="新办号码">{{customer.info.newPhone}}</a-descriptions-item>
|
|
|
</a-descriptions>
|
|
</a-descriptions>
|
|
|
</a-card>
|
|
</a-card>
|
|
@@ -287,14 +287,14 @@ export default {
|
|
|
cardName:this.customer.info.cardName,
|
|
cardName:this.customer.info.cardName,
|
|
|
cardNo:this.customer.info.cardNo
|
|
cardNo:this.customer.info.cardNo
|
|
|
}
|
|
}
|
|
|
- getAction("businessReminderCard/list",queryTable).then(resp=>{
|
|
|
|
|
|
|
+ getAction("businessReminderCard/listAll",queryTable).then(resp=>{
|
|
|
if(resp.success){
|
|
if(resp.success){
|
|
|
this.dataSource=resp.result.records
|
|
this.dataSource=resp.result.records
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
showByCardNo(record){
|
|
showByCardNo(record){
|
|
|
- this.$emit("customerHistory",this.customer)
|
|
|
|
|
|
|
+ this.$emit("customerHistory",record)
|
|
|
},
|
|
},
|
|
|
showTaskList(){
|
|
showTaskList(){
|
|
|
this.$emit("customerList",this.customer)
|
|
this.$emit("customerList",this.customer)
|