From 4def0b975e5ca05a182f8dc1096749fc2cbc4d79 Mon Sep 17 00:00:00 2001 From: wangxiaohua <1214073490@qq.com> Date: Thu, 21 Oct 2021 18:01:54 +0800 Subject: [PATCH] init --- package.json | 1 + public/img/xiaza1.png | Bin 0 -> 519 bytes src/api/modules/http.js | 55 ++++ src/views/Receive/index.vue | 371 ++++++++++++++++++++-- src/views/Scheduling/index.vue | 556 ++++++++++++++++++++++++--------- vue.config.js | 4 +- 6 files changed, 810 insertions(+), 177 deletions(-) create mode 100644 public/img/xiaza1.png diff --git a/package.json b/package.json index a185e5d..76951d6 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "nprogress": "^0.2.0", "script-loader": "^0.7.2", "sockjs-client": "1.0.0", + "sortablejs": "^1.14.0", "stomp-websocket": "2.3.4-next", "vue": "^2.6.10", "vue-audio-player": "0.0.2", diff --git a/public/img/xiaza1.png b/public/img/xiaza1.png new file mode 100644 index 0000000000000000000000000000000000000000..ceda54c6085bb4db62c320f0c4f23ad678ed70cd GIT binary patch literal 519 zcmV+i0{H!jP)3`s-V%##3`Q~Gr{KV;KcmWmOpe5msKCM?iD7_5IE^t*hA&}%<)s3lFo^mgYgXZYUtIp2BnokRFoCvSeeWMp5) z>!-`fSx#W;D(=2EyOW5vm(%+LYWK}H(2ic%2kuH>Kf`<^EyIha$iPv@j&9GNDj6H4 z-FA`OkNJDev!x;KnW2g=-522i7`Q&4XqYMnwrIBxz$7UTokY`(T|lMX0f2pu-FUuG zjNMv|NOofeKpPPl6y$nMjR-sz30&*Q1NMX zBP-S6-`-0A7Xkjv*W?I*SDC|B=gLUkda+)`-3(&`L -
- -
+
+
+
+
+ 首次到访 + 无效录音|未标注|反面案例 +
+
+ 宋先生 + 2021-10-01 10:00:00 +
+
+
+
+ +
+
+
+
+
上一首
+
{{(aplayerId/1+1)+'/'+aplayerLength}}
+
下一首
+
+
0.5x
+
1.0x
+
1.5x
+
2.0x
+
+
+
+
+ 客户:李先生 +
+
+
+
负责顾问:李先生
+
接待时长:155min
+
客户等级:A
+
+
+
到访次数:3次
+
最近到访:2021-10-01 14:00:00
+
客户阶段:初访
+
+
+
+
+ +
+
+
+
+ +
+
+
+
{{item.name}}
+
+
+
+
标记
+
+
+
+
+
+
+
客户意向
+
校准
+
+
+
系统分析
+
人工校准
+
+
+
+
+
+
销讲总执行率10%
+
禁忌执行
+
+
+
+
指标
+
执行率
+
+
+
+
+
@@ -37,20 +118,23 @@ export default { url: "https://static.quhouse.com/record/dev/2021-09-26/1632648911706-56129.mp3", }, ], + tablist:[ {name:'全部',}, {name:'A',}, {name:'b',}, {name:'c',},], + roleindex:0, + zhixingcenterindex:0, + + }; }, + mounted() { + this.bofangchushihua(); + }, methods: { - // handleBeforePlay(next) { - // // 这里可以做一些事情... - // this.currentAudioName = - // this.audioList[this.$refs.audioPlayer.currentPlayIndex].name; - // console.log("我要开始播放了"); - - // next(); // 开始播放 - // }, - // playing(e) { - // console.log("我播放中", this.$refs.audioPlayer.currentTime); - // }, + recordclick(i){ + this.zhixingcenterindex=i; + }, + tapspagek(i){ + this.roleindex=i; + }, bofangchushihua() { var that = this; this.$nextTick(() => { @@ -74,16 +158,239 @@ export default { }); }, }, - mounted() { - this.bofangchushihua(); - }, }; - diff --git a/src/views/Scheduling/index.vue b/src/views/Scheduling/index.vue index b38aa1e..8f96ce4 100644 --- a/src/views/Scheduling/index.vue +++ b/src/views/Scheduling/index.vue @@ -1,57 +1,74 @@