Merge branch 'hotfix/0803业绩快报BUG修改' into release/0803

This commit is contained in:
mengxiaolong
2020-08-04 19:35:12 +08:00

View File

@@ -153,6 +153,9 @@ export default {
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 {