mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 21:36:43 +08:00
【银保app】业绩查询页面接口入参修改
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="height:48vw;" v-if="dataType == 1 && top3Data.length == 0"></div>
|
||||
<div v-if="dataType == 2 && top3Data.length != 0" class="imgContainer2">
|
||||
<div class="imgContainer2_main">
|
||||
<div class="imgContainer2_main_second">
|
||||
@@ -95,7 +95,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="height:48vw;" v-if="dataType == 2 && top3Data.length == 0"></div>
|
||||
<div v-if="dataType == 1" class="tableContent">
|
||||
<div class="tableContent_main" >
|
||||
<table class="issueTable">
|
||||
@@ -189,14 +189,16 @@
|
||||
}
|
||||
},
|
||||
mounted(){
|
||||
|
||||
let yearNum = new Date().getFullYear()
|
||||
let monthNum = new Date().getMonth()+1
|
||||
this.calendarValue = yearNum+'-'+monthNum
|
||||
|
||||
if(this.dataType == 1){
|
||||
this.getPersonPremYB()
|
||||
}else{
|
||||
this.getDeptPremYB()
|
||||
}
|
||||
let yearNum = new Date().getFullYear()
|
||||
let monthNum = new Date().getMonth()+1
|
||||
this.calendarValue = yearNum+'-'+monthNum
|
||||
},
|
||||
methods:{
|
||||
clickCalendar(){
|
||||
@@ -368,7 +370,7 @@
|
||||
background:#f2f2f2;font-weight: bold;padding: 8px 15px;border-radius: 15px;font-size: 12px;
|
||||
}
|
||||
.mainContainer_content{
|
||||
padding-top:100px;margin-left: 10px;height:48vw;
|
||||
padding-top:100px;margin-left: 10px;
|
||||
}
|
||||
.dataType1Active{
|
||||
background:#fff;color: #3949ac;font-weight: bold;font-size: 12px;padding: 10px 15px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-right: none;letter-spacing: 1px;
|
||||
|
||||
@@ -322,7 +322,6 @@
|
||||
methods:{
|
||||
getPremByAgentCode(){
|
||||
let params = {
|
||||
"agentCode": "Y0000111",
|
||||
currentMonth: this.calendarValue
|
||||
}
|
||||
getPremByAgentCode(params).then(res=>{
|
||||
@@ -366,7 +365,6 @@
|
||||
},
|
||||
getIndexByAgentCode(){
|
||||
let params = {
|
||||
"agentCode": "Y0000111",
|
||||
currentMonth: this.calendarValue
|
||||
}
|
||||
getIndexByAgentCode(params).then(res=>{
|
||||
@@ -384,7 +382,6 @@
|
||||
},
|
||||
getBankNetDataYB(){
|
||||
let params = {
|
||||
agentCode:"Y0000066",
|
||||
currentMonth:this.calendarValue
|
||||
}
|
||||
getBankNetDataYB(params).then(res=>{
|
||||
@@ -398,7 +395,6 @@
|
||||
},
|
||||
getChannelPerformanceYB(){
|
||||
let params = {
|
||||
agentCode:"Y0000064",
|
||||
currentMonth:this.calendarValue,
|
||||
}
|
||||
if(this.sortType == 2){
|
||||
@@ -419,7 +415,6 @@
|
||||
},
|
||||
getBankNetPerformanceYB(){
|
||||
let params = {
|
||||
agentCode:"Y0000064",
|
||||
currentMonth:this.calendarValue
|
||||
}
|
||||
if(this.sortType == 2){
|
||||
|
||||
Reference in New Issue
Block a user