From 29e1641208bd6be671889074a3c49c4b14c82712 Mon Sep 17 00:00:00 2001 From: JyuHsin <729757837@qq.com> Date: Wed, 18 Jun 2025 09:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/theRapyRecuperation/process/lineUnionSelect.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {