DO
This commit is contained in:
parent
ef6dacfc93
commit
6e998bb158
5 changed files with 763 additions and 797 deletions
|
|
@ -260,28 +260,29 @@
|
|||
|
||||
If Seeker = "curr" Then
|
||||
If web_ready = "false" Then
|
||||
If Delay = 0 Then
|
||||
If MachineStage = "remove-cup" Then
|
||||
SAVELOG "MachineStage = remove-cup"
|
||||
If HaveCup = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
|
||||
EndIf
|
||||
|
||||
If MachineStage = "remove-cup" Then
|
||||
SAVELOG "MachineStage = remove-cup"
|
||||
If HaveCup = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
|
||||
EndIf
|
||||
|
||||
If CupChecking = "true" Then
|
||||
If HaveCup = "true" Then
|
||||
SAVELOG "Have cup"
|
||||
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
If CupChecking = "true" Then
|
||||
If HaveCup = "true" Then
|
||||
SAVELOG "Have cup"
|
||||
If DoorCupPosition = "bottom" Then
|
||||
|
||||
Else
|
||||
SAVELOG "DoorCupPosition not bottom"
|
||||
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If DoorCupPosition = "bottom" Then
|
||||
|
||||
Else
|
||||
SAVELOG "DoorCupPosition not bottom"
|
||||
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
|
||||
|
|
@ -360,35 +361,6 @@
|
|||
Var SessionID2 = SelectSlot + ":"
|
||||
Var SessionID2 = SessionID2 + Seeker.ExtendData
|
||||
|
||||
;Var CreditAmount1 = ""
|
||||
;Var ServiceAmountFlow = ""
|
||||
;Var TelephoneNumberQR = "0899999999"
|
||||
;Var ServiceType = "coffee"
|
||||
;Var ECommerceQR = ""
|
||||
;Var ECommerceQR = ECommerceQR + PriceDrink
|
||||
;Var ECommerceQR = ECommerceQR + "/"
|
||||
;Var ECommerceQR = ECommerceQR + DiscountDrink
|
||||
;Var ECommerceQR = ECommerceQR + "/"
|
||||
;Var ECommerceQR = ECommerceQR + SessionID2
|
||||
;Var ECommerceQR = ECommerceQR + "/"
|
||||
;Var ECommerceQR = ECommerceQR + SelectDrink
|
||||
;Var ECommerceQR = ECommerceQR + "/"
|
||||
;Var ECommerceQR = ECommerceQR + "KBA:2"
|
||||
;Var ServiceParameter = "max"
|
||||
;Var ServiceCharge = 0
|
||||
;Var AccountType = "new"
|
||||
;Var testservice = "kbank"
|
||||
;Var tc = ""
|
||||
;Var GetScore = ""
|
||||
;Var OperatorName = ""
|
||||
;Var SessionID = ""
|
||||
|
||||
|
||||
;GetPayInfo TelephoneNumberQR ECommerceQR ServiceType ServiceParameter SessionID OperatorName CreditAmount1 ServiceAmountFlow GetScore tc
|
||||
;Var Timeout = 0
|
||||
;Var GetPayInfoFlag = 1
|
||||
;Var ReqPayInfoFlag = 1
|
||||
|
||||
EndIf
|
||||
|
||||
; Reset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue