| | |
| | | width="100%"> |
| | | <div class="again-dialog-main"> |
| | | <h1> |
| | | 您已发起过此订单缴费申请,如确认缴费成功,请原地等待抬杆,如缴费未成功,请继续支付 |
| | | 您已发起过此订单缴费申请,如确认缴费成功,请原地等待抬杆或联系管理员,如缴费未成功,请继续支付 |
| | | </h1> |
| | | </div> |
| | | <span slot="footer" class="dialog-footer"> |
| | |
| | | for(var i=0;i<cs_arr.length;i++){ |
| | | cs[cs_arr[i].split('=')[0]] = cs_arr[i].split('=')[1] |
| | | } |
| | | // console.log(cs,'我是cs=====') |
| | | // this.outParkId = cs.code; |
| | | this.code2 = cs.code2; |
| | | this.code = cs.code; |
| | | // console.log(this.code2,'this.code2=====2') |
| | | // console.log(this.code,'this.code=====1') |
| | | //初始化跳转 39 服务器 |
| | | if(this.code2 == null || this.code2 == ''){ |
| | | // this.$message({ |
| | |
| | | // 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 //测试用的 |
| | | // setTimeout(function(){window.location.href = "http://192.168.0.8:8082/#/IndexXTYH39?code2="+cs.code},1000); |
| | | //window.location.href = "http://192.168.0.40:8080/#/IndexXTYH39?code2="+cs.code //测试用的 |
| | | //window.location.href = "http://60.0.121.40:8889/#/IndexXTYH39?code2="+cs.code //测试用的 |
| | | return; |
| | | } |
| | | if(this.code != null && this.code != '') { |
| | |
| | | if(!this.statisticData.enterTime) { //没有入场 |
| | | this.isShowjiaofei = false |
| | | this.tishiDialogVisiable = true |
| | | // this.$message({ |
| | | // showClose: false, |
| | | // duration:0, |
| | | // type: 'success', |
| | | // message: '入场异常,请联系管理员' |
| | | // }); |
| | | }else if(this.statisticData.enterTime && (!this.statisticData.price || this.statisticData.price == 0)) { //金额为0 |
| | | this.isShowjiaofei = false |
| | | this.tishiDialogVisiable2 = true |
| | | // this.$message({ |
| | | // showClose: false, |
| | | // duration:0, |
| | | // type: 'success', |
| | | // message: '无需缴费,请原地等待,或联系管理员' |
| | | // }); |
| | | }else { |
| | | this.isShowjiaofei = true |
| | | } |