|
@@ -1,13 +1,7 @@
|
|
|
<template>
|
|
|
<div class="container-contactsList">
|
|
|
<div class="top-wrap">
|
|
|
- <el-input
|
|
|
- style="width: 200px; margin-right: 20px"
|
|
|
- v-model="contactWay"
|
|
|
- placeholder="手机号/邮箱/姓名/公司名"
|
|
|
- prefix-icon="el-icon-search"
|
|
|
- clearable
|
|
|
- ></el-input>
|
|
|
+ <el-input style="width: 200px; margin-right: 20px" v-model="contactWay" placeholder="手机号/邮箱/姓名/公司名" prefix-icon="el-icon-search" clearable></el-input>
|
|
|
<el-select v-model="decisionValue" placeholder="是否决策人" @change="handelGetData" clearable>
|
|
|
<el-option v-for="item in decisionOptions" :key="item.value" :label="item.label" :value="item.value"> </el-option>
|
|
|
</el-select>
|
|
@@ -104,20 +98,14 @@
|
|
|
<el-tag
|
|
|
size="mini"
|
|
|
style="margin: 5px 8px; cursor: pointer"
|
|
|
- v-for="item,index in lookLabelListNumber(row)"
|
|
|
+ v-for="(item, index) in lookLabelListNumber(row)"
|
|
|
:key="index"
|
|
|
- :type="userLabel == item ?'danger':''"
|
|
|
+ :type="userLabel == item ? 'danger' : ''"
|
|
|
@click="labelChildren(item, row)"
|
|
|
>
|
|
|
{{ item }}
|
|
|
</el-tag>
|
|
|
- <span
|
|
|
- @click="showLabelDlg(row)"
|
|
|
- style="font-weight: 700; padding: 5px 10px"
|
|
|
- class="editsty"
|
|
|
- v-if="row.Labels && row.Labels.split(',').length > 10"
|
|
|
- >...</span
|
|
|
- >
|
|
|
+ <span @click="showLabelDlg(row)" style="font-weight: 700; padding: 5px 10px" class="editsty" v-if="row.Labels && row.Labels.split(',').length > 10">...</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -142,21 +130,9 @@
|
|
|
<m-page :total="total" :page_no="page_no" :pageSize="10" @handleCurrentChange="handleCurrentChange" />
|
|
|
</el-col>
|
|
|
</el-card>
|
|
|
- <el-dialog
|
|
|
- v-dialogDrag
|
|
|
- :visible.sync="remarkDlgShow"
|
|
|
- :close-on-click-modal="false"
|
|
|
- :modal-append-to-body="false"
|
|
|
- @close="cancelHandle"
|
|
|
- center
|
|
|
- :width="addRemarFrom.IsShowSee ? '800px' : '500px'"
|
|
|
- >
|
|
|
+ <el-dialog v-dialogDrag :visible.sync="remarkDlgShow" :close-on-click-modal="false" :modal-append-to-body="false" @close="cancelHandle" center :width="addRemarFrom.IsShowSee ? '800px' : '500px'">
|
|
|
<div slot="title">
|
|
|
- <i
|
|
|
- class="el-icon-close"
|
|
|
- style="fontsize: 24px; cursor: pointer; position: absolute; right: 20px; top: 50%; transform: translateY(-50%)"
|
|
|
- @click="cancelHandle"
|
|
|
- ></i>
|
|
|
+ <i class="el-icon-close" style="fontsize: 24px; cursor: pointer; position: absolute; right: 20px; top: 50%; transform: translateY(-50%)" @click="cancelHandle"></i>
|
|
|
<span style="fontsize: 16px">{{ addRemarFrom.IsShowSee ? "历史备注" : "添加备注" }}</span>
|
|
|
</div>
|
|
|
<div v-if="addRemarFrom.IsShowSee">
|
|
@@ -177,6 +153,7 @@
|
|
|
</el-dialog>
|
|
|
<InteractionDlg :interactionDlg.sync="interactionDlg" :interactionFrom="interactionFrom" />
|
|
|
<label-dlg :isShowLabelDlg.sync="isShowLabelDlg" :dlgLabelList.sync="dlgLabelList" @labelChildren="labelChildren" :userLabel="userLabel" />
|
|
|
+ <remind-dlg :isShowRemindDlg.sync="isShowRemindDlg" :remindList.sync="remindList" />
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -186,9 +163,10 @@ import mPage from "@/components/mPage.vue";
|
|
|
import mDialog from "@/components/mDialog.vue";
|
|
|
import InteractionDlg from "./compontents/interactionDlg.vue";
|
|
|
import LabelDlg from "./compontents/labelDlg.vue";
|
|
|
+import RemindDlg from "./compontents/remindDlg.vue";
|
|
|
export default {
|
|
|
name: "",
|
|
|
- components: { mPage, mDialog, InteractionDlg, LabelDlg },
|
|
|
+ components: { mPage, mDialog, InteractionDlg, LabelDlg, RemindDlg },
|
|
|
props: {},
|
|
|
data() {
|
|
|
return {
|
|
@@ -242,6 +220,8 @@ export default {
|
|
|
organizationTableL: [], //互助量机构的
|
|
|
isShowLabelDlg: false, //
|
|
|
dlgLabelList: {}, //
|
|
|
+ isShowRemindDlg: false, // 消息提醒的弹框
|
|
|
+ remindList: {}, // 消息提醒的数据
|
|
|
};
|
|
|
},
|
|
|
computed: {},
|
|
@@ -260,9 +240,7 @@ export default {
|
|
|
created() {},
|
|
|
mounted() {
|
|
|
if (sessionStorage.getItem("contactsListBack")) {
|
|
|
- const { keyword, decisionValue, registerValue, sales, clientStatus, userLabel, isFollowValue } = JSON.parse(
|
|
|
- sessionStorage.getItem("contactsListBack")
|
|
|
- );
|
|
|
+ const { keyword, decisionValue, registerValue, sales, clientStatus, userLabel, isFollowValue } = JSON.parse(sessionStorage.getItem("contactsListBack"));
|
|
|
this.contactWay = keyword;
|
|
|
this.decisionValue = decisionValue;
|
|
|
this.registerValue = registerValue;
|
|
@@ -440,6 +418,9 @@ export default {
|
|
|
},
|
|
|
//点击操作的互助提醒
|
|
|
async remindHandler(item) {
|
|
|
+ this.remindList = item;
|
|
|
+ this.isShowRemindDlg = true;
|
|
|
+ return;
|
|
|
if (item.IsRemind) {
|
|
|
const result = await equityContacts.postUserRemind({
|
|
|
UserId: item.UserId,
|