| | |
| | | <el-button class="jiaofei-btn" type="primary" @click="pay()" :loading="payFlag">去缴费</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | <!-- <el-form--> |
| | | <!-- class="carSearch"--> |
| | | <!-- label-position="left">--> |
| | | <!-- <el-form-item--> |
| | | <!-- class='formLabel'--> |
| | | <!-- style="display: flex;--> |
| | | <!-- flex-direction: column;align-items: center;justify-content: center"--> |
| | | <!-- label="无 牌 车 辆 查 询">--> |
| | | <!-- <el-input prefix-icon="el-icon-search" style="margin-top: 20px;border: solid 1px #ccc!important;" v-model="carNo" placeholder="请输入手机号"></el-input>--> |
| | | <!-- </el-form-item>--> |
| | | <!--<!– <el-form-item class="weizhang-footer-box" style="display: flex;justify-content: center;margin-top: 5.498vh" label-width="0">–>--> |
| | | <!--<!– <el-button–>--> |
| | | <!--<!– style="borderColor:'none';background:#121215e0 "–>--> |
| | | <!--<!– class="jiaofei-btn" type="primary" @click="noCarOut()" v-show="showFlag">查询</el-button>–>--> |
| | | <!--<!– </el-form-item>–>--> |
| | | <!-- </el-form>--> |
| | | <el-form |
| | | class="carSearch" |
| | | label-position="left"> |
| | | <el-form-item |
| | | class='formLabel' |
| | | style="display: flex; |
| | | flex-direction: column;align-items: center;justify-content: center" |
| | | label="无 牌 车 辆 查 询"> |
| | | <el-input prefix-icon="el-icon-search" style="margin-top: 20px;border: solid 1px #ccc!important;" v-model="carNo" placeholder="请输入手机号"></el-input> |
| | | </el-form-item> |
| | | <el-form-item class="weizhang-footer-box" style="display: flex;justify-content: center;margin-top: 5.498vh" label-width="0"> |
| | | <el-button |
| | | style="borderColor:'none';background:#121215e0 " |
| | | class="jiaofei-btn" type="primary" @click="noCarOut()" v-show="showFlag">查询</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | |
| | | </div> |
| | | |
| | |
| | | var count = url.split('?').length-1; |
| | | if(count >1){ //获取用户信息后跳回来本页面 |
| | | let data = this.getCodeFromUrl(url) |
| | | // window.location.href = "http://192.168.0.8:8082/#/IndexXTYH39?code="+data.code+"&state=STATE&code2="+data.code2 |
| | | //window.location.href = "http://localhost:8082/#/IndexXTYH39?code="+data.code+"&state=STATE&code2="+data.code2 |
| | | window.location.href = `http://hesuancj.cn/#/index2?code=${encodeURIComponent(data.code)}&state=STATE&code2=${encodeURIComponent(data.code2)}` |
| | | return; |
| | | } |
| | |
| | | // duration:1000, |
| | | // }); |
| | | window.location.href = "http://hesuancj.cn/#/index2?code2="+cs.code //正式 |
| | | // window.location.href = "http://192.168.0.8:8082/#/IndexXTYH39?code2="+cs.code //测试用的 |
| | | // window.location.href = "http://localhost:8082/#/IndexXTYH39?code2="+cs.code //测试用的 |
| | | //window.location.href = "http://60.0.121.40:8889/#/IndexXTYH39?code2="+cs.code //测试用的 |
| | | return; |
| | | } |
| | |
| | | |
| | | }else if(this.statisticData.enterTime && (!this.statisticData.price || this.statisticData.price == 0)) { //金额为0 |
| | | this.isShowjiaofei = false |
| | | this.tishiDialogVisiable2 = true |
| | | if(this.statisticData.carNo !='_无_' && this.statisticData.carNo!='无车牌') { |
| | | this.tishiDialogVisiable2 = true |
| | | } |
| | | }else { |
| | | this.isShowjiaofei = true |
| | | } |
| | |
| | | } |
| | | }, |
| | | noCarOut(){ |
| | | if(this.carNo){ |
| | | this.$byutil.postData(this, this.$systemconfig.basePath + '/outPark/outPark2', {code2:this.code2,carNo:this.carNo}, res => { |
| | | if(res.success){ |
| | | this.outParkId = res.data.id; |
| | | this.pay(); |
| | | this.showFlag = false; |
| | | }else{ |
| | | this.$message({ |
| | | message: res.msg, type: 'error', duration:2000, |
| | | }); |
| | | } |
| | | |
| | | }) |
| | | }else{ |
| | | if(this.oldCarNo == '无车牌' || 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; |
| | | this.$message({ |
| | | message: '查询成功', |
| | | type: 'success', |
| | | }); |
| | | }else { |
| | | this.$message({ |
| | | message: res.message, |
| | | type: 'error', |
| | | }); |
| | | } |
| | | }) |
| | | }else{ |
| | | this.$message({ |
| | | message: '请输入手机号', |
| | | type: 'error', |
| | | }); |
| | | } |
| | | }else { |
| | | this.$message({ |
| | | message: '请输入手机号', |
| | | message: '非法输入', |
| | | type: 'error', |
| | | duration:2000, |
| | | }); |
| | | } |
| | | |
| | |
| | | } |
| | | .el-form-item__label{ |
| | | font-size: 3.73vw /* 28/7.5 */; |
| | | width: 21.33vw /* 160/7.5 */ |
| | | !important; |
| | | line-height: 2.5; |
| | | } |
| | | .el-form-item__content{ |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .weizhang-footer-box{ |
| | | .el-form-item__content{ |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: center; |
| | | } |
| | | .el-button--small{ |
| | | padding: 11px 15px; |
| | | font-size: 0.347rem /* 26/75 */; |
| | | } |
| | | } |
| | | |
| | | |
| | | </style> |
| | |
| | | display: flex; |
| | | justify-content: space-between; |
| | | } |
| | | .formLabel{ |
| | | ::v-deep .el-form-item__label{ |
| | | font-size: 18px; |
| | | } |
| | | ::v-deep el-input{ |
| | | border: solid 1px #ccc!important; |
| | | |
| | | } |
| | | |
| | | } |
| | | .carSearch{ |
| | | border:solid 1px #ccc; |
| | | margin-top: 15%; |
| | | border-radius: 4%; |
| | | box-shadow: 0px 0px 0px 10px; |
| | | |
| | | } |
| | | </style> |