k94314517
2025-05-19 cdd6551b190b981b807a3b95e9635c559ccc769d
wx/pages/addition_subtraction_application/addition_subtraction_application.vue
@@ -146,6 +146,7 @@
                     this.maxDate = this.formatTimeStamp(e.value[0].endTime)
                  }
               }
               this.confirm2();
               this.show = false
            }
         },
@@ -169,6 +170,19 @@
               }
            })
         },
         confirm2(e) {
            this.$u.api.getChangeCountCyclePriceVO({
               applyId: this.id ,
               validTime: uni.$u.timeFormat(new Date(), 'yyyy-mm-dd') + ' 00:00:00'
            }).then(res => {
               if (res.code === 200) {
                  this.model.cyclePrice = res.data.cyclePrice
                  this.show1 = false
               } else {
                  this.model.startDate = ''
               }
            })
         },
         // 获取明天日期
         getTomorrow() {
            var today = new Date();