From f76f2965a1e77334dde1d8cb8ae664031e0ff5e9 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Fri, 8 Oct 2021 19:01:35 +0800 Subject: [PATCH] init --- src/api/modules/api.js | 31 + src/views/Customer/label.vue | 1095 +++++++++++++++----------- src/views/ReceivingRecords/index.vue | 149 ++-- src/views/Template/wrongword.vue | 145 +++- src/views/building/index.vue | 199 ++--- 5 files changed, 993 insertions(+), 626 deletions(-) diff --git a/src/api/modules/api.js b/src/api/modules/api.js index d74dbeb..c0083f9 100644 --- a/src/api/modules/api.js +++ b/src/api/modules/api.js @@ -259,6 +259,13 @@ export function houseListWhenAddUser(query) { params:query }) } +export function findHouseByUser(query) { + return request({ + url: '/autoSR/zkhouse/findHouseByUser', + method:'get', + params:query + }) +} // 楼盘绑定 export function saveHouse(data) { return request({ @@ -395,6 +402,14 @@ export function findbypage(query) { params:query }) } +// 接待记录客户意向 +export function findKeywords(query) { + return request({ + url: 'autoSR/matchKeywords/findKeywords', + method:'get', + params:query + }) +} // 常错词列表 export function correctFindbypage(query) { @@ -404,3 +419,19 @@ export function correctFindbypage(query) { params:query }) } +// 新增常错词 +export function correctAdd(query) { + return request({ + url: '/autoSR/zk/correct/add', + method:'post', + params:query + }) +} +// 新增常错词 +export function correctUpdate(query) { + return request({ + url: '/autoSR/zk/correct/update', + method:'post', + params:query + }) +} diff --git a/src/views/Customer/label.vue b/src/views/Customer/label.vue index c4742f8..c93c5cb 100644 --- a/src/views/Customer/label.vue +++ b/src/views/Customer/label.vue @@ -1,435 +1,573 @@ @@ -440,56 +578,83 @@ export default { min-width: 1200px; padding-bottom: 100px; } -#app{ - width: 100%; - min-height: 100vh; - background: #FFFFFF; - box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); - border-radius: 4px; - padding-left: 15px; - padding-bottom: 60px; - } - .biaoti{ - font-size: 20px; - font-family: PingFangSC-Semibold, PingFang SC; - font-weight: 600; - color: #32363D; - line-height: 20px; - padding-top: 25px; - } - .primary{ - width: 108px; - height: 42px; - background: #2671E2; - } - .custom-tree-node { - flex: 1; - display: flex; - align-items: center; - justify-content: space-between; - font-size: 14px; - padding-right: 183px; - } - .remove{ - color: red; - } - .editor{ - color:#2671E2; - } - .editor2{ - color:#E6A12F; - } - .levelimg1{ - width:18px; - height: 18px; - } - .levelimg2{ - width:16px; - height: 16px; - } - .levelimg3{ - width:14px; - height: 14px; - } - +#app { + width: 100%; + min-height: 100vh; + background: #ffffff; + box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); + border-radius: 4px; + padding-left: 15px; + padding-bottom: 60px; +} +.biaoti { + font-size: 20px; + font-family: PingFangSC-Semibold, PingFang SC; + font-weight: 600; + color: #32363d; + line-height: 20px; + padding-top: 25px; +} +.primary { + width: 108px; + height: 42px; + background: #2671e2; +} +.custom-tree-node { + flex: 1; + display: flex; + align-items: center; + justify-content: space-between; + font-size: 14px; + padding-right: 183px; +} +.remove { + color: red; +} +.editorcd { + color: #2671e2; +} +.editorcd2 { + color: #e6a12f; +} +.levelimg1 { + width: 18px; + height: 18px; +} +.levelimg2 { + width: 16px; + height: 16px; +} +.levelimg3 { + width: 14px; + height: 14px; +} +.app-titel { + width: 100%; + display: flex; + align-items: center; + .label { + font-size: 14px; + font-weight: 400; + color: #32363d; + line-height: 14px; + margin-left: 15px; + } + .toptimeqhuan { + height: 30px; + background: #ffffff; + display: flex; + align-items: center; + } + .toptimeqhuan div { + padding-left: 20px; + padding-right: 20px; + text-align: center; + line-height: 30px; + font-size: 14px; + margin-right: 15px; + border-radius: 4px; + border: 1px solid #e0e0e0; + } +} diff --git a/src/views/ReceivingRecords/index.vue b/src/views/ReceivingRecords/index.vue index 6d445f5..952fec2 100644 --- a/src/views/ReceivingRecords/index.vue +++ b/src/views/ReceivingRecords/index.vue @@ -10,7 +10,11 @@ 楼盘选择:
- + 时间:
- 7天内 + 今日
- 15天内 + 昨日
- 30天内 + 近七天
@@ -50,7 +54,10 @@ class="div-inp" range-separator="-" start-placeholder="开始日期" + :default-time="['00:00:00', '23:59:59']" + value-format="yyyy-MM-dd" end-placeholder="结束日期" + @change="timeChange" >
@@ -59,17 +66,23 @@
客户名称:
- +
客户意向:
- + @@ -77,9 +90,13 @@
录音类型:
- + 筛选相关:
筛选
@@ -158,8 +176,8 @@
- - + + @@ -170,18 +188,21 @@ - + - + - + + - -