mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 01:46:43 +08:00
业绩快报BUG修改
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user