taobin_project/inter/tha/.special/RoadShow.ev

49 lines
668 B
Text
Raw Normal View History

2024-09-23 18:56:10 +07:00
2025-02-27 11:10:35 +07:00
SAVELOG "RoadShow.ev 201316 201494 01 Mar "
SAVELOG "200435 28 feb"
2024-09-23 18:56:10 +07:00
Var RoadShow = "false"
DEBUGVAR SystemDateDayInt
2024-10-21 13:05:17 +07:00
;DEBUGVAR SystemTimeMinuteInt
2024-12-24 15:50:21 +07:00
DEBUGVAR SystemTimeHourInt
2024-10-21 13:05:17 +07:00
2025-01-16 17:13:58 +07:00
Var RoadShowBoxID = 0
2025-01-09 21:06:16 +07:00
If SystemDateYearInt = 2025 Then
2025-01-09 21:06:16 +07:00
If BoxID = 201316 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 200435 Then
2025-02-27 11:10:35 +07:00
Var RoadShowBoxID = 2
EndIf
If SystemDateMonthInt = 2 Then
2025-01-09 21:06:16 +07:00
2025-02-27 11:10:35 +07:00
If RoadShowBoxID = 2 Then
If SystemDateDayInt = 28 Then
Var RoadShow = "true"
EndIf
EndIf
EndIf
If SystemDateMonthInt = 3 Then
2025-01-09 21:06:16 +07:00
If RoadShowBoxID = 1 Then
2025-02-27 11:10:35 +07:00
If SystemDateDayInt = 1 Then
Var RoadShow = "true"
2024-12-24 15:50:21 +07:00
EndIf
EndIf
2025-01-09 21:06:16 +07:00
2024-09-23 18:56:10 +07:00
EndIf
EndIf
DEBUGVAR RoadShow