Prechádzať zdrojové kódy

调整应收对账收账期间问题

shenjunjie 7 rokov pred
rodič
commit
3dceff8a77

+ 4 - 2
pages/mobile/center/user/btobarCheck.vue

@@ -497,7 +497,8 @@
           this.isShowApcheckList.thisMonth = this.$value
           this.ShowApcheckChooseTime = false
           this.$refs.baseFilter[0].setSelect(1)
-          this.showApcheckList()
+          this.isShowApcheckList.show = true
+          this.getApcheckDetailsinfo()
         }
       },
       // 立即对账
@@ -904,7 +905,8 @@
             this.MouthinShow = true
           }
           this.$refs.baseFilter[0].setSelect(1)
-          this.showApcheckList()
+          this.isShowApcheckList.show = true
+          this.getApcheckDetailsinfo()
         } else {
           let _sp = new Date()
           let _d = this.computedTime(this[key], val)

+ 1 - 1
pages/mobile/center/vendor/btobapCheck.vue

@@ -836,7 +836,7 @@
               this.isShowApcheckList.startTime = _start.getFullYear() + '-' + (_start.getMonth() + 1) + '-' + _start.getDate()
               this.isShowApcheckList.endTime = _end.getFullYear() + '-' + (_end.getMonth() + 1) + '-' + _end.getDate()
             } else {
-              this.isShowApcheckList.startTime =  this.isShowApcheckList.thisMonth + '-01'
+              this.isShowApcheckList.startTime = this.isShowApcheckList.thisMonth + '-01'
               let _d = this.computedTime(this.isShowApcheckList.startTime)
               this.isShowApcheckList.endTime = _d.getFullYear() + '-' + (_d.getMonth() + 1) + '-' + _d.getDate()
             }