Commit c64bbc91 authored by huangjie's avatar huangjie

*

parent 84d41426
<template> <template>
<div> <div>
<el-card class="box-card noborder"> <el-card class="box-card noborder">
<div class="cardtitles">跟进记录</div> <div class="cardtitles">{{indexname}}</div>
<!--<div style="height: 24px" v-if="showtype == 'projectgjdt'"></div>--> <!--<div style="height: 24px" v-if="showtype == 'projectgjdt'"></div>-->
<div class="records"> <div class="records">
<div class="writeIn" v-if="isDisableds == false"> <div class="writeIn" v-if="isDisableds == false">
...@@ -158,6 +158,7 @@ ...@@ -158,6 +158,7 @@
name: 'gjjl', name: 'gjjl',
data(){ data(){
return{ return{
indexname:'跟进记录',
showtype:'', showtype:'',
isEdit:false, isEdit:false,
value:'', value:'',
...@@ -194,6 +195,7 @@ ...@@ -194,6 +195,7 @@
this.showtype = this.types this.showtype = this.types
//客户管理跟进动态 //客户管理跟进动态
if(this.showtype == 'gjdt'){ if(this.showtype == 'gjdt'){
this.indexname = '跟进动态'
this.isDisableds = false this.isDisableds = false
getUserList().then(result=>{ getUserList().then(result=>{
this.glqylist = result.data this.glqylist = result.data
...@@ -206,6 +208,7 @@ ...@@ -206,6 +208,7 @@
} }
//项目管理跟进动态 //项目管理跟进动态
if(this.showtype == 'projectgjdt'){ if(this.showtype == 'projectgjdt'){
this.indexname = '跟进动态'
this.isDisableds = false this.isDisableds = false
this.projectId = null//项目id暂时清空,必须手选id this.projectId = null//项目id暂时清空,必须手选id
relateProject(this.userId).then(res=>{ relateProject(this.userId).then(res=>{
......
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