| | |
| | | <!--<div class="text"><h1>峰峰矿区综合行政执法局</h1></div>--> |
| | | <!--<div class="right"></div>--> |
| | | <!--</div>--> |
| | | <div class="weizhang-main-box"> |
| | | <div class="weizhang-main-box" v-loading="loading"> |
| | | <div class="weizhang-main-top"> |
| | | <img class="logoPhone" src="../../assets/images/logoImg.png" alt=""> |
| | | <span class="weizhang">停车收费</span> |
| | |
| | | {{this.statisticData.code}} |
| | | <!--<el-input v-model="statisticData.code" readonly></el-input>--> |
| | | </el-form-item> |
| | | <template> |
| | | <el-form-item class="weizhang-footer-box" style="display: flex;justify-content: center;margin-top: 5.498vh" label-width="0" v-show="showFlag"> |
| | | <el-button class="jiaofei-btn" type="primary" @click="pay()" :loading="payFlag">去缴费</el-button> |
| | | <el-button class="jiaofei-btn" type="primary" @click="pay()" :loading="payFlag">去缴费</el-button> |
| | | </el-form-item> |
| | | </template> |
| | | |
| | | </el-form> |
| | | <el-form |
| | | class="carSearch" |
| | |
| | | status3:0, |
| | | carNo:"", |
| | | oldCarNo:"", |
| | | code2:"" |
| | | code2:"", |
| | | loading: false, |
| | | } |
| | | }, |
| | | created(){ |
| | |
| | | } |
| | | //this.outParkId = cs.code; |
| | | this.code2 = cs.code; |
| | | |
| | | this.loading = true; |
| | | this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/outpark/findByBarrierCode', {code:cs.code}, res => { |
| | | this.statisticData = res.data; |
| | | this.loading = false |
| | | this.statisticData = res.data; |
| | | this.outParkId = this.statisticData.id; |
| | | this.status3 = this.statisticData.status3; |
| | | this.oldCarNo = this.statisticData.carNo; |