diff --git a/src/main/resources/views/platform/theRapyRecuperation/process/lineUnionSelect.html b/src/main/resources/views/platform/theRapyRecuperation/process/lineUnionSelect.html index f8631fa..d641ffd 100644 --- a/src/main/resources/views/platform/theRapyRecuperation/process/lineUnionSelect.html +++ b/src/main/resources/views/platform/theRapyRecuperation/process/lineUnionSelect.html @@ -872,7 +872,7 @@ layout("/layouts/platform.html"){ calPlayTime(time) { const year = new Date().getFullYear() const lot = this.lotList.find(o => o.id === this.lineData.lotId) - const beforeTime = moment(year + '-10-01').add(-(Number(lot.lotValue)), 'days') + const beforeTime = moment(year + '-09-01').add(-(Number(lot.lotValue)), 'days') return !(time > new Date(year + '-06-30') && time < beforeTime) }, platStartChange(time, row) {