Bladeren bron

渠道投诉持续跟进修改

zhujindu 6 maanden geleden
bovenliggende
commit
e3fe98cae1
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/views/clew/complaintDetail/index.vue

+ 2 - 2
src/views/clew/complaintDetail/index.vue

@@ -55,7 +55,7 @@
     </van-cell-group>
     <p v-if="infoData && infoData.isClose == 1" style="padding: 10px 0"></p>
     <!-- 跟进任务填写 -->
-    <div class="assign" v-if="infoData && infoData.isClose != 1">
+    <div class="assign" v-if="infoData && (infoData.isClose != 1 || this.infoData.allowFollowUp)">
       <!-- <div class="assign"> -->
       <div style="padding: 10px 16px 0 16px; color: red; font-size: 14px">
         400客服已对来电进行分类,若分类有误,可重新分类
@@ -279,7 +279,7 @@ export default {
         if (response.code == 200) {
           this.infoData = response.data;
           this.title = response.data.name;
-          if (this.infoData.isClose != 1) {
+          if (this.infoData.isClose != 1 || this.infoData.allowFollowUp) {
             // response.data.customerClue.customerClueItemList[0].customerClueInfoId = this.id;
             this.taskGather = response.data.customerClue.customerClueItemList;
           }