diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js
index a1db9e8cd..3a43153b8 100644
--- a/src/assets/js/utils/data-dictionary.js
+++ b/src/assets/js/utils/data-dictionary.js
@@ -1805,6 +1805,13 @@ export default {
{ id: 'A302', text: '高级营业部经理' },
{ id: 'A401', text: '业务总监' }
],
+ // e起陪访: 陪访类型枚举
+ visitTypes: [
+ { code: '01', text: '入职前陪访' },
+ { code: '02', text: '新人首单' },
+ { code: '03', text: '冲刺挑战' },
+ { code: '04', text: '参与衔训' }
+ ],
salarySource: [
{
id: 1,
diff --git a/src/assets/sass/common.scss b/src/assets/sass/common.scss
index 67781cf53..56597ed96 100644
--- a/src/assets/sass/common.scss
+++ b/src/assets/sass/common.scss
@@ -48,6 +48,7 @@ a:hover {
transform: scale(0.5);
left: 0;
top: 0;
+ pointer-events: none;
}
.thin-bottom::after {
@@ -60,6 +61,7 @@ a:hover {
transform: scale(0.5);
left: 0;
top: 0;
+ pointer-events: none;
}
// 宽度设置
diff --git a/src/main.js b/src/main.js
index eb3de9960..7e01c0eca 100644
--- a/src/main.js
+++ b/src/main.js
@@ -36,7 +36,8 @@ import {
Uploader,
PullRefresh,
List,
- Image as VanImage
+ Image as VanImage,
+ Sticky
} from 'vant'
Vue.use(Cell)
Vue.use(CellGroup)
@@ -62,6 +63,7 @@ Vue.use(Uploader)
Vue.use(PullRefresh)
Vue.use(List)
Vue.use(VanImage)
+Vue.use(Sticky)
Vue.prototype.$assetsUrl = config.assetsUrl
Vue.prototype.$assetsUpUrl = config.assetsUpUrl
diff --git a/src/views/ebiz/eqiVisit/HistoryDetail.vue b/src/views/ebiz/eqiVisit/HistoryDetail.vue
index c94f0a7f3..3c506b7a0 100644
--- a/src/views/ebiz/eqiVisit/HistoryDetail.vue
+++ b/src/views/ebiz/eqiVisit/HistoryDetail.vue
@@ -2,42 +2,33 @@
2021-1-29
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -45,28 +36,52 @@
diff --git a/src/views/ebiz/eqiVisit/ScoreRanking.vue b/src/views/ebiz/eqiVisit/ScoreRanking.vue
index a5a32f0a4..0443caa94 100644
--- a/src/views/ebiz/eqiVisit/ScoreRanking.vue
+++ b/src/views/ebiz/eqiVisit/ScoreRanking.vue
@@ -8,15 +8,17 @@
{{ th }} |
-
-
- | {{ agentRank.rank }} |
- {{ agentRank.name }} |
- {{ agentRank.org }} |
- {{ agentRank.level }} |
- {{ agentRank.score }} |
+
+
+ | {{ agentRank.rank }} |
+ {{ agentRank.agentName }} |
+ {{ agentRank.thirManageName }} |
+ {{ agentRank.applGrade }} |
+
+ {{ agentRank.rewardCount }}
+ |
- 暂无积分 |
+ 暂无积分 |
@@ -49,6 +51,7 @@ export default {
return {
empty,
agentRank: {},
+ inRanking: false,
isLoading: false,
theads: ['排名', '姓名', '所在机构', '职级', '积分'],
ranking: []
@@ -73,12 +76,17 @@ export default {
async queryRanking() {
let res = await getAccompanyRank({ billboardStart: 0, billboardEnd: 20, agentCode: this.agentCode })
this.ranking = res.content.statisticsBeanList
+ if (res.content.agentStatisticsBean) {
+ this.agentRank = res.content.agentStatisticsBean
+ this.inRanking = true
+ }
},
async onRefresh() {
await this.queryRanking()
this.isLoading = false
},
jumpToDetail() {
+ console.log('object')
this.$jump({
flag: 'h5',
extra: {
@@ -114,6 +122,7 @@ export default {
padding: 6px 0;
font-size: 14px;
word-break: break-all;
+ color: #199ed8;
}
}
}
diff --git a/src/views/ebiz/eqiVisit/VisitHistory.vue b/src/views/ebiz/eqiVisit/VisitHistory.vue
index 9c40a8353..09f807110 100644
--- a/src/views/ebiz/eqiVisit/VisitHistory.vue
+++ b/src/views/ebiz/eqiVisit/VisitHistory.vue
@@ -1,17 +1,17 @@
-
+
-
-
-
冲刺挑战
-
胡娜
+
+
+
{{ his.accompanyName }}
+
{{ his.accompanyAgentName }}
- 2020-01-09
+ {{ his.visitDate | dateFilter }}
@@ -20,6 +20,8 @@
diff --git a/src/views/ebiz/eqiVisit/VisitInfoRegister.vue b/src/views/ebiz/eqiVisit/VisitInfoRegister.vue
index a382deff8..61e8bd94f 100644
--- a/src/views/ebiz/eqiVisit/VisitInfoRegister.vue
+++ b/src/views/ebiz/eqiVisit/VisitInfoRegister.vue
@@ -51,7 +51,7 @@
现场照片(最多9张)
- 提交
+ 提交
{{ action.title }}