diff --git a/src/api/modules/http.js b/src/api/modules/http.js
index 851c200..2941dbc 100644
--- a/src/api/modules/http.js
+++ b/src/api/modules/http.js
@@ -221,3 +221,31 @@ export function findKeywords(query) {
})
}
+//获取销讲词话术列表
+export function templatefindByPage(query) {
+ return request({
+ url: 'autoSR/template/findByPage',
+ method:'get',
+ params:query
+ })
+}
+
+
+//停,启销讲词模板
+export function templatestartOrStop(query) {
+ return request({
+ url: 'autoSR/template/startOrStop',
+ method:'get',
+ params:query
+ })
+}
+
+//删除讲词模板
+export function templatedel(query) {
+ return request({
+ url: '/autoSR/template/del',
+ method:'get',
+ params:query
+ })
+}
+
diff --git a/src/router/views/index.js b/src/router/views/index.js
index 6d9e97e..aa2b89a 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -16,7 +16,12 @@ export default [{
import(/* webpackChunkName: "page" */ '@/views/Statistics/Insightintothedetails'),
name: '洞察详情',
},
-
+ {
+ path: '/Template/Pinspeakwords',
+ component: () =>
+ import(/* webpackChunkName: "page" */ '@/views/Template/Pinspeakwords'),
+ name: '销讲模板',
+ },
]
diff --git a/src/views/Customer/index.vue b/src/views/Customer/index.vue
index edba215..4111abc 100644
--- a/src/views/Customer/index.vue
+++ b/src/views/Customer/index.vue
@@ -115,7 +115,7 @@
@@ -140,23 +140,7 @@
-
+
接待时长:
@@ -263,24 +247,24 @@
{{ row.fraction || "0" }}%
- {{ row.endAssignedTime || "暂无" }}
+ {{ row.createTime || "暂无" }}
-
+
客户详情
接待详情
@@ -340,15 +324,15 @@ export default {
},
{
value: "2",
- label: "16-30分钟",
+ label: "15-30分钟",
},
{
value: "3",
- label: "31-60分钟",
+ label: "30-60分钟",
},
{
value: "4",
- label: "61-90分钟",
+ label: "60-90分钟",
},
{
value: "5",
@@ -421,8 +405,7 @@ export default {
};
},
mounted() {
- this.tabtimetap(0);
- // 获取楼盘列表
+ // 获取楼盘列表
this.zkhousePage();
},
methods: {
@@ -474,7 +457,6 @@ export default {
},
screen() {
this.currentPage = 1;
- console.log(this.searchForm);
this.findbypage();
},
findKeywords() {
@@ -503,9 +485,10 @@ export default {
// 获取接待记录列表
this.findbypage();
// 获取客户意向
- this.findKeywords();
+ // this.findKeywords();
// 获取置业顾问列表
this.findUserListByHouseId();
+ this.tabtimetap(0);
});
},
// 置业顾问列表
@@ -547,6 +530,8 @@ export default {
this.timestampToTime(new Date().getTime() - num),
this.timestampToTime(new Date().getTime()),
];
+
+ this.findKeywords()
},
timestampToTime(timestamp) {
var date = new Date(timestamp); //时间戳为10位需*1000,时间戳为13位的话不需乘1000
diff --git a/src/views/Template/Pinspeakwords.vue b/src/views/Template/Pinspeakwords.vue
index 1abac93..73017de 100644
--- a/src/views/Template/Pinspeakwords.vue
+++ b/src/views/Template/Pinspeakwords.vue
@@ -20,7 +20,7 @@
-
-
+ -->
获取选中节点
@@ -78,7 +78,7 @@
-
+
+
+
+
楼盘:
+
+
+
+
+
+
+
状态:
+
+
+
+
+
+
+
+ 筛选
+
+
+ 添加模板
+
+
+
+
+
+
+
+
+
+
+
+ 停用
+ 启用
+
+
+
+
+
+
+
+
+
+ 启用
+ 停用
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+