snap 9.70

This commit is contained in:
wanlop run 2025-03-28 22:48:06 +07:00
parent 021c61d4d0
commit 226c293487
32 changed files with 648 additions and 544 deletions

View file

@ -1,5 +1,6 @@
SAVELOG "RoadShow.ev 177287 177425 172831 "
SAVELOG "RoadShow.ev 200435 201316 EFR02 RoadShowBoxID = is 1"
SAVELOG "RoadShow.ev 172325 EFR01 RoadShowBoxID is 2"
SAVELOG "17 Marrrrrrr"
@ -10,36 +11,51 @@ DEBUGVAR SystemDateDayInt
;DEBUGVAR SystemTimeMinuteInt
DEBUGVAR SystemTimeHourInt
Var RoadShowMarketCode = "EFR01"
Var RoadShowBoxID = 0
If SystemDateYearInt = 2025 Then
If BoxID = 177287 Then
; EFR02
If BoxID = 200435 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 177425 Then
If BoxID = 201316 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 172831 Then
Var RoadShowBoxID = 1
; EFR01
If BoxID = 172325 Then
Var RoadShowBoxID = 2
EndIf
If SystemDateMonthInt = 3 Then
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 17 Then
If SystemDateDayInt = 29 Then
Var RoadShow = "true"
Var RoadShowMarketCode = "EFR02"
EndIf
EndIf
If RoadShowBoxID = 2 Then
If SystemDateDayInt = 29 Then
Var RoadShow = "true"
Var RoadShowMarketCode = "EFR01"
EndIf
EndIf
DEBUGVAR RoadShowBoxID
EndIf
EndIf
DEBUGVAR RoadShowMarketCode
DEBUGVAR RoadShow