|
@@ -51,10 +51,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail'">
|
|
|
+ <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail' || $route.path === '/projectProjectDetail' || $route.path === '/customerCustomerDetail'">
|
|
|
<span class="span-style">{{$t(`跟进类型`)}}:{{i.type}}</span>
|
|
|
</div>
|
|
|
- <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail'">
|
|
|
+ <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail' || $route.path === '/projectProjectDetail' || $route.path === '/customerCustomerDetail'">
|
|
|
<span class="span-style">{{$t(`跟进对象`)}}:</span>
|
|
|
<span v-for="item in i.contacts" :key="item.index">
|
|
|
<span v-if="item.rowindex === i.contacts.length" class="span-style">
|
|
@@ -66,19 +66,19 @@
|
|
|
|
|
|
</span>
|
|
|
</div>
|
|
|
- <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail'">
|
|
|
+ <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail' || $route.path === '/projectProjectDetail' || $route.path === '/customerCustomerDetail'">
|
|
|
<span class="span-style">{{$t(`目的`)}}:{{i.target}}</span>
|
|
|
</div>
|
|
|
- <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail'">
|
|
|
+ <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail' || $route.path === '/projectProjectDetail' || $route.path === '/customerCustomerDetail'">
|
|
|
<span class="span-style">{{$t(`过程`)}}:{{i.content}}</span>
|
|
|
</div>
|
|
|
- <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail'">
|
|
|
+ <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail' || $route.path === '/projectProjectDetail' || $route.path === '/customerCustomerDetail'">
|
|
|
<span class="span-style">{{$t(`结果`)}}:{{i.results}}</span>
|
|
|
</div>
|
|
|
- <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail'">
|
|
|
+ <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail' || $route.path === '/projectProjectDetail' || $route.path === '/customerCustomerDetail'">
|
|
|
<span class="span-style">{{$t(`下次跟进计划`)}}:{{i.nextplan}}</span>
|
|
|
</div>
|
|
|
- <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail'">
|
|
|
+ <div class="padding-style" v-if="$route.path === '/projectChangeDetail' || $route.path === '/customerDetail' || $route.path === '/PublicCustomerDetail' || $route.path === '/projectProjectDetail' || $route.path === '/customerCustomerDetail'">
|
|
|
<span class="span-style">{{$t(`营销费用`)}}:</span>
|
|
|
<span v-if="i.salesfeesamount || i.salesfeesamount == 0">
|
|
|
<span style="color: red">¥ </span>
|
|
@@ -86,7 +86,7 @@
|
|
|
</span>
|
|
|
<span v-else>--</span>
|
|
|
</div>
|
|
|
- <div class="padding-style" v-if="$route.path !== '/projectChangeDetail' && $route.path !== '/customerDetail' && $route.path !== '/PublicCustomerDetail'">
|
|
|
+ <div class="padding-style" v-if="$route.path !== '/projectChangeDetail' && $route.path !== '/customerDetail' && $route.path !== '/PublicCustomerDetail' && $route.path !== '/projectProjectDetail' && $route.path !== '/customerCustomerDetail'">
|
|
|
<span class="span-style">{{$t(`跟进内容`)}}:{{i.content}}</span>
|
|
|
</div>
|
|
|
<div style="padding: 0 10px 10px 10px">
|