mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 08:36:44 +08:00
修改业绩快报BUG
This commit is contained in:
@@ -143,27 +143,6 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
tabChange(name, title) {
|
|
||||||
this.active = name
|
|
||||||
if (title == '健康险') {
|
|
||||||
this.title = '团险'
|
|
||||||
} else if (title == '银保') {
|
|
||||||
this.title = '银代'
|
|
||||||
} else {
|
|
||||||
this.title = title
|
|
||||||
}
|
|
||||||
this.list = this.reportList[this.active]
|
|
||||||
if(this.reportList[this.active]==null){
|
|
||||||
this.list = {salechnlName: this.active,sellTypeName:null,preItems:"0",prePrem:"0.00",items:"0",prem:"0.00",standPrem:"0.00",manageComName:null,insertDate:null,insertTime:null,riskName:null}
|
|
||||||
}
|
|
||||||
if (this.list.insertDate == null && this.list.insertTime == null) {
|
|
||||||
this.time = '--'
|
|
||||||
} else {
|
|
||||||
this.time = this.list.insertDate + ' ' + this.list.insertTime
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
goDetail(val) {
|
goDetail(val) {
|
||||||
let name = ''
|
let name = ''
|
||||||
let data = {
|
let data = {
|
||||||
@@ -208,6 +187,26 @@ export default {
|
|||||||
this.$toast(res.resultMessage)
|
this.$toast(res.resultMessage)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
tabChange(name, title) {
|
||||||
|
this.active = name
|
||||||
|
if (title == '健康险') {
|
||||||
|
this.title = '团险'
|
||||||
|
} else if (title == '银保') {
|
||||||
|
this.title = '银代'
|
||||||
|
} else {
|
||||||
|
this.title = title
|
||||||
|
}
|
||||||
|
this.list = this.reportList[this.active]
|
||||||
|
if(this.reportList[this.active]==null){
|
||||||
|
this.list = {salechnlName: this.active,sellTypeName:null,preItems:"0",prePrem:"0.00",items:"0",prem:"0.00",standPrem:"0.00",manageComName:null,insertDate:null,insertTime:null,riskName:null}
|
||||||
|
}
|
||||||
|
if (this.list.insertDate == null && this.list.insertTime == null) {
|
||||||
|
this.time = '--'
|
||||||
|
} else {
|
||||||
|
this.time = this.list.insertDate + ' ' + this.list.insertTime
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
filters: {}
|
filters: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user