change topping select 8.xml

This commit is contained in:
wanlop run 2025-06-19 17:04:54 +07:00
commit bc493f393d
186 changed files with 45085 additions and 9657 deletions

View file

@ -1,6 +1,6 @@
SAVELOG "RoadShow.ev 200559 EFR02 RoadShowBoxID is 1"
SAVELOG "23 May"
SAVELOG "RoadShow.ev 174190 . 200559 EFR02 RoadShowBoxID is 1"
SAVELOG "23 Jun and 22 Jun"
Var RoadShow = "false"
@ -19,6 +19,9 @@ If SystemDateYearInt = 2025 Then
If BoxID = 200559 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 174190 Then
Var RoadShowBoxID = 1
EndIf
; EFR01
@ -26,18 +29,22 @@ If SystemDateYearInt = 2025 Then
EndIf
If SystemDateMonthInt = 5 Then
If SystemDateMonthInt = 6 Then
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 23 Then
Var RoadShow = "true"
Var RoadShowMarketCode = "EFR02"
If BoxID = 174190 Then
If SystemDateDayInt = 23 Then
Var RoadShow = "true"
Var RoadShowMarketCode = "EFR02"
EndIf
EndIf
If SystemDateDayInt = 17 Then
Var RoadShow = "true"
Var RoadShowMarketCode = "EFR02"
If BoxID = 200559 Then
If SystemDateDayInt = 22 Then
Var RoadShow = "true"
Var RoadShowMarketCode = "EFR02"
EndIf
EndIf
EndIf