From 1349515aff8143a01a0a51cc36f2e69dc2b8df57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E7=BB=A7=E7=BB=AD=E5=90=B9?= <17611323298@163.com> Date: Tue, 18 Apr 2023 02:42:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=8B=90=E5=9F=9F=E5=90=8D=E5=88=A4?= =?UTF-8?q?=E6=96=AD+=E6=8E=92=E5=BA=8F=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +- pages/mine/details2.vue | 619 ++++++++++++++++++++-------------------- 2 files changed, 314 insertions(+), 309 deletions(-) diff --git a/manifest.json b/manifest.json index 374cacc..9c2c5f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "AI销讲助手", + "name" : "AI营销辅助", "appid" : "__UNI__7A1611D", "description" : "AI销讲助手", "versionName" : "1.1.0", @@ -72,7 +72,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wx83fec12ec03d9349", + "appid" : "wx5700a3ff66ea4e4c", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index c1a99af..cb24266 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -103,6 +103,7 @@ + @@ -176,60 +177,46 @@ 设备日志 - - + + - - - - - 标记为顾问 - - - {{item.name}} + - - 常错词: - @@ -244,219 +231,186 @@ - - - - 加精华 - 选择标签 - - - {{item.name}} + - - - - - - - 接待详情 + - - - - - - - 销讲执行 + - - - - - - - 客户意向 + + - - - 修改角色 - - - {{item.name}} + + + @@ -602,29 +608,27 @@ - - - - + + 修改次数 - + 本次属于客户第几次到访 - - + - + + @@ -633,15 +637,15 @@ 注意:客户没有第一次到访记录,该客户所有的接待销讲执行率,不参与统计 - + 取消 确认 - + - + @@ -757,8 +761,8 @@ templateName: '', // 销讲业务类型文字 percent: 0, // 挖掘成功 wordFraction: 0, // 挖掘执行 - - + + showVisit: false, // 操作框 visitParams: { id: '', @@ -901,7 +905,7 @@ }); }) }, - + // 获取接待类型列表 getInvalidList() { this.$u.post('/customer/invalidList', { @@ -1106,6 +1110,8 @@ rolexuanze(index) { this.roleindexrow = index; }, + + // 修改角色 Modifyrole(dialog, item) { this.roleisshaw = true; this.roletiaoshu = dialog; @@ -3457,34 +3463,34 @@ color: #fff; } } - - + + .show-visit-content { width: 100%; height: 100%; display: flex; flex-direction: column; - + .visit-title { font-size: 32rpx; font-weight: bold; line-height: 70rpx; text-align: center; } - + .visit-box { flex-grow: 1; display: flex; flex-direction: column; align-items: center; - + .visit-step { margin: 20rpx 0 0 0; display: flex; justify-content: center; align-items: center; border: 1rpx solid #999; - + .mitems { flex-shrink: 0; width: 70rpx; @@ -3494,26 +3500,26 @@ align-items: center; justify-content: center; } - + .input { width: 100rpx; font-size: 32rpx; text-align: center; } } - + .tips { padding: 20rpx 0; width: 80%; font-size: 26rpx; } } - + .visit-btns { width: 100%; height: 88rpx; display: flex; - + .btn-item { flex-grow: 1; height: 100%; @@ -3524,5 +3530,4 @@ } } } -