| | |
| | | this.dataLoading = false |
| | | this.payFlag = false |
| | | if(!this.statisticData.enterTime) { //没有入场 |
| | | this.isShowjiaofei = false |
| | | this.pipaiCarNumShow = true //匹配区域显示 |
| | | this.$byutil.getData(this,this.$systemconfig.basePath + '/ffzf/outpark/getLikeCar',{outParkId:this.outParkId},res => { |
| | | if(res.code == 0) { |
| | | if(res.data.length > 0) { |
| | | this.moreCarNumData = res.data.map(item => { |
| | | return { |
| | | ...item, |
| | | createTime: this.$moment(item.createTime).format('YYYY-MM-DD HH:mm:ss') |
| | | } |
| | | }) |
| | | }else { |
| | | this.tishiDialogVisiable = true //入场信息 异常提示 |
| | | if(this.statisticData.carNo =='_无_' || this.statisticData.carNo=='无车牌'){ |
| | | this.isShowjiaofei = false |
| | | }else { |
| | | this.isShowjiaofei = false |
| | | this.pipaiCarNumShow = true //匹配区域显示 |
| | | this.$byutil.getData(this,this.$systemconfig.basePath + '/ffzf/outpark/getLikeCar',{outParkId:this.outParkId},res => { |
| | | if(res.code == 0) { |
| | | if(res.data.length > 0) { |
| | | this.moreCarNumData = res.data.map(item => { |
| | | return { |
| | | ...item, |
| | | createTime: this.$moment(item.createTime).format('YYYY-MM-DD HH:mm:ss') |
| | | } |
| | | }) |
| | | }else { |
| | | this.tishiDialogVisiable = true //入场信息 异常提示 |
| | | } |
| | | } |
| | | } |
| | | }) |
| | | |
| | | }) |
| | | } |
| | | }else if(this.statisticData.enterTime && (!this.statisticData.price || this.statisticData.price == 0)) { //金额为0 |
| | | this.isShowjiaofei = false |
| | | if(this.statisticData.carNo !='_无_' && this.statisticData.carNo!='无车牌') { |