From 2006cfcf4001b01fc27b89f4bb266263f2e6c46b Mon Sep 17 00:00:00 2001
From: liyuetong
Date: Tue, 23 Nov 2021 17:25:16 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BC=80=E9=97=A8=E7=BA=A2=E6=96=B9?=
=?UTF-8?q?=E6=A1=88=E3=80=91resData.content.level,=E5=BD=93=E5=89=8D?=
=?UTF-8?q?=E7=94=A8=E6=88=B7=E6=97=A0=E8=81=8C=E7=BA=A7=E6=97=B6=EF=BC=8C?=
=?UTF-8?q?=E6=8C=89=E7=85=A7=E6=99=AE=E9=80=9A=E4=BB=A3=E7=90=86=E4=BA=BA?=
=?UTF-8?q?=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/congratulation/CongratulationTop.vue | 13 ++++++++++---
src/views/ebiz/goodStart/IssueList.vue | 2 +-
src/views/ebiz/goodStart/PerformanceReport.vue | 3 ++-
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/src/views/ebiz/congratulation/CongratulationTop.vue b/src/views/ebiz/congratulation/CongratulationTop.vue
index 742b6d41e..f5209f790 100644
--- a/src/views/ebiz/congratulation/CongratulationTop.vue
+++ b/src/views/ebiz/congratulation/CongratulationTop.vue
@@ -3,7 +3,7 @@
全国TOP30本月业绩排名
-
+
@@ -32,7 +32,7 @@
| 承保标保 |
- | {{ index + 1 }} |
+ {{ item.bzbfRank }} |
{{ item.name }} |
{{ item.comName }} |
{{ item.ysbb }} |
@@ -261,8 +261,15 @@ $border: 1px solid #ff4040;
line-height:60px;
}
+.maxHeight78{
+ max-height: 77vh;
+}
+
+.maxHeight{
+ max-height: 47vh;
+}
+
.rankWrapper {
- max-height: 300px;
overflow: auto;
margin-top: 3px;
.sticky-table {
diff --git a/src/views/ebiz/goodStart/IssueList.vue b/src/views/ebiz/goodStart/IssueList.vue
index 402010622..76cd31a08 100644
--- a/src/views/ebiz/goodStart/IssueList.vue
+++ b/src/views/ebiz/goodStart/IssueList.vue
@@ -30,7 +30,7 @@
内勤暂无数据!
-
暂无数据
+
暂无数据
diff --git a/src/views/ebiz/goodStart/PerformanceReport.vue b/src/views/ebiz/goodStart/PerformanceReport.vue
index fddafae36..dd1db1c51 100644
--- a/src/views/ebiz/goodStart/PerformanceReport.vue
+++ b/src/views/ebiz/goodStart/PerformanceReport.vue
@@ -196,7 +196,8 @@ export default {
let resData = await getBranchByUser({})
//(内勤)level 01,02,03,04,05时从全国开始 服务机构 (外勤)level 06,07,08时从当前职级开始
if (resData.result != '0') return this.$toast(resData.resultMessage)
- let manageLv = Number(resData.content.level.substr(1, 1))
+ //resData.content.level,当前用户无职级时,按照普通代理人处理
+ let manageLv = resData.content.level?Number(resData.content.level.substr(1, 1)):9
this.isGeneralAgent = manageLv == 9?'0':'1' //是否为普通代理人
if(manageLv == '1' || manageLv == '2' || manageLv == '3' || manageLv == '4'|| manageLv == '5'){
this.initData() //内勤