|
@@ -3,7 +3,7 @@
|
|
|
<div class="select" style="margin-top: -12px">
|
|
|
<span class="demonstration">日期范围:</span>
|
|
|
<time-select class="inline-16" @clearSelect="clearSelect" @timeChange="timeChange"></time-select>
|
|
|
- <el-input style="width: 200px" placeholder="搜索" :suffix-icon="search?search.length > 0?'':'':'el-icon-search'" v-model="search" @keyup.native.enter="searchChange" @clear="timeChange" size="small" class="input-with-select inline-16 layout_search__panel" clearable>
|
|
|
+ <el-input style="width: 200px" placeholder="搜索" :suffix-icon="search?search.length > 0?'':'':'el-icon-search'" v-model="search" @keyup.native.enter="searchChange" @clear="searchChange" size="small" class="input-with-select inline-16 layout_search__panel" clearable>
|
|
|
</el-input>
|
|
|
</div>
|
|
|
<div style="height:calc(100vh - 340px);overflow: auto;margin-top: 10px" v-if="follow.length > 0">
|
|
@@ -22,7 +22,7 @@
|
|
|
</div>
|
|
|
<marketingExpenses class="inline-16" ownertable="sat_orderclue" :ownerid="item.sat_ordercluefollowuplogid" :dataTime="item.createdate" :userid="item.createuserid" @onSuccess="onSuccess"></marketingExpenses>
|
|
|
<upload
|
|
|
- v-if="!disabled"
|
|
|
+ v-if="!disabled && item.createuserid == userid"
|
|
|
class="inline-16"
|
|
|
ref="upload"
|
|
|
:folderid="folderid"
|
|
@@ -53,6 +53,9 @@
|
|
|
<div style="margin-top: 10px;margin-bottom: 10px">
|
|
|
<p>跟进类型:{{item.followupmode}}</p>
|
|
|
</div>
|
|
|
+ <div style="margin-top: 10px;margin-bottom: 10px">
|
|
|
+ <p>跟进内容:{{item.content}}</p>
|
|
|
+ </div>
|
|
|
<div style="float: left">营销费用:</div>
|
|
|
<div style="float: left">
|
|
|
<div v-if="item.salesfeesamount || item.salesfeesamount == 0">
|
|
@@ -68,7 +71,7 @@
|
|
|
:rowCount="5"
|
|
|
:isDownLoad="true"
|
|
|
:fileData="item.attinfo"
|
|
|
- :isDelete="!disabled"
|
|
|
+ :isDelete="!disabled && item.createuserid == userid"
|
|
|
@deleteSuccess="deleteFile">
|
|
|
</file-item>
|
|
|
</div>
|