| | |
| | | }) |
| | | |
| | | }else if(this.statisticData.enterTime && (!this.statisticData.price || this.statisticData.price == 0)) { //金额为0 |
| | | this.isShowjiaofei = false |
| | | if(this.statisticData.carNo !='_无_' && this.statisticData.carNo!='无车牌') { |
| | | this.isShowjiaofei = false |
| | | this.tishiDialogVisiable2 = true |
| | | } |
| | | }else { |
| | |
| | | if(res.code===0){ |
| | | this.statisticData = res.data; |
| | | this.outParkId = this.statisticData.id; |
| | | this.$message({ |
| | | message: '查询成功', |
| | | type: 'success', |
| | | }); |
| | | }else { |
| | | this.$message({ |
| | | message: res.message, |
| | | type: 'error', |
| | | }); |
| | | } |
| | | }) |
| | | }else{ |