业绩快报BUG修改

This commit is contained in:
jlw
2020-08-03 11:00:32 +08:00
parent 1cc4b6215d
commit 765a514a90

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 {