This commit is contained in:
JyuHsin
2025-06-18 09:14:26 +08:00
parent 4e134bb290
commit 29e1641208
@@ -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) {