From 2ecc03511e3edc36010672f3a3053f6c6a6639c3 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Tue, 4 Jan 2022 10:14:09 +0800 Subject: [PATCH] init --- src/views/Receive/index.vue | 10 +++++++--- src/views/houseData/analyse.vue | 19 +++++++++++++++++++ vue.config.js | 4 ++-- 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue index b5955cb..2736496 100644 --- a/src/views/Receive/index.vue +++ b/src/views/Receive/index.vue @@ -968,7 +968,8 @@ export default { this.$api.http.updateValidInvalid({ id:this.fileId, validInvalid:0, - invalidReason:'' + invalidReason:'', + houseId:localStorage.getItem('houseId') }).then((res) => { this.$message({ type: "success", @@ -1002,7 +1003,8 @@ export default { validInvalid:'', validInvalid:1, invalidReason:Number(this.effectiveindex), - invalidNote:this.effectiveitext + invalidNote:this.effectiveitext, + houseId:localStorage.getItem('houseId') }).then((res) => { this.dialogFormVisible13=false; this.$message({ @@ -1129,7 +1131,8 @@ export default { this.$api.http.markConsultant({ speaker:num, id:this.isd, - customerId:this.fileId + customerId:this.fileId, + houseId:localStorage.getItem('houseId') }).then((res) => { this.dialogFormVisible11=false; this.init() @@ -1179,6 +1182,7 @@ export default { cupid:this.form.cupid, wrongWord: this.form.wrongWord, customerId:this.fileId, + houseId:localStorage.getItem('houseId') }).then((res) => { this.$message.success('保存成功') }) diff --git a/src/views/houseData/analyse.vue b/src/views/houseData/analyse.vue index 98bc589..024b27a 100644 --- a/src/views/houseData/analyse.vue +++ b/src/views/houseData/analyse.vue @@ -122,6 +122,10 @@
运营目标完成排名
+
+
达标
+
未达标
+
运营目标排名
+
+
上升
+
下降
+
diff --git a/vue.config.js b/vue.config.js index cb98721..494e83b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,11 +3,11 @@ * https://cli.vuejs.org/zh/config/ */ // const url = 'http://pigx-gateway' -// const url = 'http://39.97.167.65:9999' //测试 +const url = 'http://39.97.167.65:9999' //测试 // const url = 'http://192.168.31.169:9999' //长龙 // const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 -const url = 'http://62.234.122.43:9999' //王笑 +// const url = 'http://62.234.122.43:9999' //王笑 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css']