kongdeqiang
2025-01-07 98f2178fc13a54d711920d0d28f87a8623f5d5cd
feat: 修改月租车页面
1个文件已修改
11 ■■■■ 已修改文件
src/components/page/MonthFeePay.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/MonthFeePay.vue
@@ -151,14 +151,14 @@
            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
@@ -184,7 +184,6 @@
              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 {