From aa11585ecee2019be8e0e77605bef0ad86b18f75 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 27 Oct 2022 13:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=AE=A2=E6=88=B7=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2--=E6=84=8F=E5=90=91=E8=BD=A6=E5=9E=8B=E3=80=81?= =?UTF-8?q?=E8=B7=9F=E8=BF=9B=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kehuguanli/kehuchaxun/genjinlook.vue | 288 ++++++++++++++++ .../kehuguanli/kehuchaxun/kehuchaxun.vue | 82 ++--- .../kehuchaxun/yixiangchexinglook.vue | 307 ++++++++++++++++++ 3 files changed, 630 insertions(+), 47 deletions(-) create mode 100644 anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/genjinlook.vue create mode 100644 anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/yixiangchexinglook.vue diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/genjinlook.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/genjinlook.vue new file mode 100644 index 0000000000..23619320b6 --- /dev/null +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/genjinlook.vue @@ -0,0 +1,288 @@ + + + + diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/kehuchaxun.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/kehuchaxun.vue index 41874d1ba1..5c4d50b89e 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/kehuchaxun.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/kehuchaxun.vue @@ -1,7 +1,7 @@ - + @@ -80,16 +90,14 @@ {{ scope.row.remind_day }} - + - + @@ -99,9 +107,9 @@ - - - + + + @@ -112,8 +120,8 @@ import Pagination from '@/components/pagination' import pageye from '@/components/pagination/pageye' import ButtonBar from '@/components/ButtonBar' import kehudanganInfo from '../../kehuguanli/kehudangan/kehudanganinfo.vue' -import cheliangxuqiu from '../../kehuguanli/cheliangxuqiu/cheliangxuqiu' -import genjinjiluguanli from '@/views/kehuguanli/kehugenjinjilu/genjinjiluguanli.vue' +import yixiangchexinglook from './yixiangchexinglook' +import genjinlook from './genjinlook' export default { name: 'kehuchaxun', @@ -122,8 +130,8 @@ export default { pageye, ButtonBar, kehudanganInfo, - cheliangxuqiu, - genjinjiluguanli + yixiangchexinglook, + genjinlook }, data() { return { @@ -257,13 +265,13 @@ export default { }, // 打开意向车型(车辆需求) handleCheliang(row) { - this.viewState = 6 - this.$refs['openCheXu'].cheLiang(row.sid, this.upLevel, row.name, '01') + this.viewState = 3 + this.$refs['divYiXiang'].cheLiang(row.sid, this.upLevel, row.name) }, // 打开跟进记录 handleJiLu(row) { - this.viewState = 5 - this.$refs['Newpage'].newpage(row.sid, row.name, '02') + this.viewState = 2 + this.$refs['divGenJin'].newpage(row.sid, row.name) }, // 勾选 handleSelectionChange(row) { @@ -278,7 +286,7 @@ export default { this.viewState = 4 this.$refs['Info'].openInfo(row.sid) }, - handleReturn() { + resetState() { this.viewState = 1 }, // ---------------------数据字典---------------------------------------- @@ -318,24 +326,4 @@ export default { } diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/yixiangchexinglook.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/yixiangchexinglook.vue new file mode 100644 index 0000000000..6019d267d9 --- /dev/null +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/yixiangchexinglook.vue @@ -0,0 +1,307 @@ + + + + +