Edit extendDat

This commit is contained in:
kong 2022-05-20 13:37:04 +07:00
parent 25b5303a05
commit 4435906bbd
3 changed files with 12 additions and 17 deletions

View file

@ -237,7 +237,7 @@
If ActionOKCase = 1 Then
If Seeker.CodeChannel = 1 Then
Var SessionID2 = SelectSlot + ":"
Var SessionID2 = SessionID2 + Seeker.ExtendData
Var SessionID2 = SessionID2 + ExtendData
DEBUGVAR SessionID2
DEBUGVAR SessionID2
@ -301,7 +301,7 @@
If ActionOKCase = 1 Then
If Seeker.CodeChannel = 1 Then
Var SessionID2 = SelectSlot + ":"
Var SessionID2 = SessionID2 + Seeker.ExtendData
Var SessionID2 = SessionID2 + ExtendData
DEBUGVAR SessionID2
DEBUGVAR SessionID2
@ -433,14 +433,9 @@
If Seeker.CodeChannel = 1 Then
Var SessionID2 = SelectSlot + ":"
<<<<<<< HEAD
Var SessionID2 = SessionID2 + ExtendData
DEBUGVAR SessionID2
=======
Var SessionID2 = SessionID2 + Seeker.ExtendData
DEBUGVAR SessionID2
>>>>>>> 5e5a37195320147236c6a59c0b98defb59901dcb
Var CreditAmount1 = ""
Var ServiceAmountFlow = ""
Var TelephoneNumber = "0899999999"

View file

@ -144,7 +144,7 @@
If ActionOKCase = 1 Then
If Seeker.CodeChannel = 1 Then
Var SessionID2 = SelectSlot + ":"
Var SessionID2 = SessionID2 + Seeker.ExtendData
Var SessionID2 = SessionID2 + ExtendData
DEBUGVAR SessionID2
@ -207,7 +207,7 @@
If ActionOKCase = 1 Then
If Seeker.CodeChannel = 1 Then
Var SessionID2 = SelectSlot + ":"
Var SessionID2 = SessionID2 + Seeker.ExtendData
Var SessionID2 = SessionID2 + ExtendData
DEBUGVAR SessionID2
@ -327,7 +327,7 @@
If Seeker.CodeChannel = 1 Then
Var SessionID2 = SelectSlot + ":"
Var SessionID2 = SessionID2 + Seeker.ExtendData
Var SessionID2 = SessionID2 + ExtendData
DEBUGVAR SessionID2

View file

@ -99,7 +99,7 @@
;Var Seeker.ExtendData = ExtendData ; because save in Seeker.
Var MachineStage = "NextOrder"
;Var MachineStage = "NextOrder"
;Var SessionID2 = SelectSlot + ":"
;Var SessionID2 = SessionID2 + ExtendData
@ -234,9 +234,7 @@
If NextOrderStatus = "Disable" Then
Var LastMakeDrinkResult = "fail"
Else
If MachineStage = "show-menu" Then
MakeDrinkV1 Seeker.selected_a_drink SelectSugarID
EndIf
Var CountDownThankyou = 0
EndIf
Else
@ -259,9 +257,11 @@
SAVELOG BrewTime
Var ShowCountDownBrewing = CountDownBrewing
Var MachineState_Result = 0
Open "ROOT/taobin_project/xml/page_brewing3.xml"
If MachineStage = "show-menu" Then
MakeDrinkV1 Seeker.selected_a_drink SelectSugarID
Open "ROOT/taobin_project/xml/page_brewing3.xml"
EndIf
EndIf