| | |
| | | pay(){ |
| | | this.$refs.statisticData.validate((valid) => { |
| | | if(valid) { |
| | | this.searchShow = true |
| | | this.activeIndex = '' //重置 |
| | | this.money = null |
| | | this.compStartTime = '' |
| | | this.compEndTime = '' |
| | | this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/monthFeePay/pay', this.statisticData, res => { |
| | | console.log(res,'res====') |
| | | if(res.code == 0){ |
| | | this.searchShow = true |
| | | this.activeIndex = '' //重置 |
| | | this.money = null |
| | | this.compStartTime = '' |
| | | this.compEndTime = '' |
| | | //未查询到月票,可正常缴费 |
| | | if(res.data) { |
| | | this.startTime = res.data.startTime |
| | |
| | | type:this.statisticData.allFlag |
| | | } |
| | | this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/whiteListRule/getByPark', params, res => { |
| | | console.log(res,'res====月租') |
| | | if(res.code == 0){ |
| | | this.yueZuObj = res.data |
| | | }else { |