|
@@ -54,7 +54,7 @@
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item label="合作方名称">
|
|
|
<p>
|
|
|
- {{this.businessInfoData.cooperatorName }}
|
|
|
+ {{this.$route.query.cooperatorName }}
|
|
|
</p>
|
|
|
</el-descriptions-item>
|
|
|
|
|
@@ -85,7 +85,7 @@
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item label="客户性别">
|
|
|
<p>
|
|
|
- {{this.customInfoData.sexCode }}
|
|
|
+ {{this.customInfoData.sexDesc }}
|
|
|
</p>
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item label="手机号码">
|
|
@@ -309,6 +309,8 @@ export default {
|
|
|
headInfId : this.$route.query.headInfId,
|
|
|
rptNo : this.$route.query.rptNo,
|
|
|
businessId : this.$route.query.businessId,
|
|
|
+ cooperatorName : this.$route.query.cooperatorName,
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
watch: {},
|
|
@@ -325,9 +327,6 @@ export default {
|
|
|
console.log(this.businessInfoData)
|
|
|
}
|
|
|
)
|
|
|
- console.log("adshss十分")
|
|
|
- console.log(this.businessId)
|
|
|
- console.log(this.headInfId)
|
|
|
|
|
|
findCustomInfoByHead(this.headInfId).then(
|
|
|
res=>
|