MrShi
2025-06-27 3b41ed97d0f72cfd58de069da283f2f7ee3f09a5
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
            }
         },
@@ -160,6 +161,19 @@
            this.$u.api.getChangeCountCyclePriceVO({
               applyId: this.id,
               validTime: this.model.startDate
            }).then(res => {
               if (res.code === 200) {
                  this.model.cyclePrice = res.data.cyclePrice
                  this.show1 = false
               } else {
                  this.model.startDate = ''
               }
            })
         },
         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
@@ -199,7 +213,7 @@
         submit() {
            this.$refs.uForm.validate().then(res => {
               uni.navigateTo({
                  url: `/pages/addition_subtraction/addition_subtraction?id=${this.model.id}&codeId=${this.id}&cyclePrice=${this.model.cyclePrice}&startDate=${this.model.startDate}&code=${this.model.code}`
                  url: `/pages/addition_subtraction/addition_subtraction?id=${this.model.id}&codeId=${this.id}&cyclePrice=${this.model.cyclePrice}&startDate=${this.model.startDate}&code=${this.model.code}&title=加减保申请`
               })
            }).catch(errors => {