|
|
@@ -87,6 +87,15 @@
|
|
|
<div v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail'">
|
|
|
<span>下次跟进计划:{{i.nextplan}}</span>
|
|
|
</div>
|
|
|
+ <div v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail'">
|
|
|
+<!-- <span>营销费用:{{i.salesfeesamount || i.salesfeesamount == 0?}}</span>-->
|
|
|
+ <span>营销费用:</span>
|
|
|
+ <span v-if="i.salesfeesamount || i.salesfeesamount == 0">
|
|
|
+ <span style="color: red">¥ </span>
|
|
|
+ <span style="font-size: 12px;color: red">{{tool.formatAmount(i.salesfeesamount,2)}}</span>
|
|
|
+ </span>
|
|
|
+ <span v-else>--</span>
|
|
|
+ </div>
|
|
|
<div class="follow-progress">
|
|
|
<p v-if="$route.path !== '/projectChangeDetail' && $route.path !== '/customerDetail' && $route.path !== '/PublicCustomerDetail'">{{i.content}}</p>
|
|
|
<div>
|