Commit 4b279679 authored by 786817560's avatar 786817560

Merge branch 'ren' into develop

parents 2148eb1f 2ac6da60
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Description: 合同详情 * @Description: 合同详情
* @Author: your name * @Author: your name
* @Date: 2019-09-25 15:38:21 * @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-09-30 14:49:39 * @LastEditTime: 2019-09-30 15:35:27
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
--> -->
<template> <template>
...@@ -59,10 +59,10 @@ ...@@ -59,10 +59,10 @@
<img src="@/assets/distributorSign/call.png" alt=""> <img src="@/assets/distributorSign/call.png" alt="">
</div> </div>
<div class="center"> <div class="center">
<p>业务经办:张三</p> <p>业务经办:{{ baseInfo.bp_id_user_n }}</p>
<p>联系电话:17890765336</p> <p>联系电话:{{ baseInfo.phone }}</p>
</div> </div>
<div class="right1"> <div class="right1" @click="callUp">
<img src="@/assets/distributorSign/calls.png" alt=""> <img src="@/assets/distributorSign/calls.png" alt="">
</div> </div>
</div> </div>
...@@ -142,10 +142,10 @@ ...@@ -142,10 +142,10 @@
<img src="@/assets/distributorSign/call.png" alt=""> <img src="@/assets/distributorSign/call.png" alt="">
</div> </div>
<div class="center"> <div class="center">
<p>业务经办:张三</p> <p>业务经办:{{ baseInfo.bp_id_user_n }}</p>
<p>联系电话:17890765336</p> <p>联系电话:{{ baseInfo.phone }}</p>
</div> </div>
<div class="right1"> <div class="right1" @click="callUp">
<img src="@/assets/distributorSign/calls.png" alt=""> <img src="@/assets/distributorSign/calls.png" alt="">
</div> </div>
</div> </div>
...@@ -314,6 +314,9 @@ export default { ...@@ -314,6 +314,9 @@ export default {
dateConverse (date) { dateConverse (date) {
return date.replace(/\//g, '-') return date.replace(/\//g, '-')
}, },
callUp () {
this.hlsPopup.showSuccess('打电话')
},
repayPlan () { repayPlan () {
this.$router.push({ this.$router.push({
name: 'FinancDetails', name: 'FinancDetails',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment