kongdeqiang
2023-06-08 901dbec925bdf4f26ba704f0c7754e7e709d281d
src/components/page/Index2.vue
@@ -76,6 +76,7 @@
                showFlag2:true,
                status3:0,
                carNo:"",
                oldCarNo:"",
                code2:""
            }
        },
@@ -93,6 +94,7 @@
                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({
@@ -120,6 +122,7 @@
                })
            },
            noCarOut(){
                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){
@@ -133,6 +136,13 @@
                        type: 'error',
                    });
                }
                }else {
                  this.$message({
                    message: '非法输入',
                    type: 'error',
                  });
                }
            },
        }
    }