| | |
| | | showFlag2:true, |
| | | status3:0, |
| | | carNo:"", |
| | | oldCarNo:"", |
| | | code2:"" |
| | | } |
| | | }, |
| | |
| | | this.statisticData = res.data; |
| | | this.outParkId = this.statisticData.id; |
| | | this.status3 = this.statisticData.status3; |
| | | this.oldCarNo = this.statisticData.carNo; |
| | | this.payFlag = false |
| | | if(this.status3==1){ |
| | | this.$message({ |
| | |
| | | }) |
| | | }, |
| | | noCarOut(){ |
| | | if(this.carNo){ |
| | | if(this.oldCarNo == '无车牌'){ |
| | | if(this.carNo){ |
| | | this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/car/outParkByPhone', {code2:this.code2,carNo:this.carNo}, res => { |
| | | if(res.code===0){ |
| | | this.statisticData = res.data; |
| | | this.outParkId = this.statisticData.id; |
| | | } |
| | | if(res.code===0){ |
| | | this.statisticData = res.data; |
| | | this.outParkId = this.statisticData.id; |
| | | } |
| | | }) |
| | | }else{ |
| | | }else{ |
| | | this.$message({ |
| | | message: '请输入手机号', |
| | | type: 'error', |
| | | message: '请输入手机号', |
| | | type: 'error', |
| | | }); |
| | | } |
| | | }else { |
| | | this.$message({ |
| | | message: '非法输入', |
| | | type: 'error', |
| | | }); |
| | | } |
| | | |
| | | }, |
| | | } |
| | | } |