This commit is contained in:
miggaze 2024-03-13 16:27:59 +07:00
parent 6045d4bd57
commit cc8054500d
7 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -222,6 +222,7 @@
Var Cancel_Img = "/CancelOrder.png" Var Cancel_Img = "/CancelOrder.png"
Var PressCancel_CashPopup = 0
@ -1805,9 +1806,15 @@
;Var Timeout = 0 ;Var Timeout = 0
EndIf EndIf
If Seeker = "curr" Then If Seeker = "curr" Then
If PressCancel_CashPopup = 2 Then
Open "ROOT/taobin_project/xml/page_payment.xml"
EndIf
Open "ROOT/taobin_project/xml/page_catalog.xml" Open "ROOT/taobin_project/xml/page_catalog.xml"
Else Else
If PressCancel_CashPopup = 2 Then
Open "ROOT/taobin_project/xml/page_payment.xml"
EndIf
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml" Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
EndIf EndIf
EndIf EndIf
@ -1927,6 +1934,11 @@
Var ActionOKCase = 1 Var ActionOKCase = 1
Var PayInfoCFlag = 1 Var PayInfoCFlag = 1
EndIf EndIf
If PressCancel_CashPopup = 1 Then
Var PressCancel_CashPopup = 2
EndIf
EndIf EndIf
VendingQR OFF VendingQR OFF
@ -2989,6 +3001,7 @@
Var CancelNumber = 12 Var CancelNumber = 12
EndIf EndIf
Var Cancel_Img = "/CancelOrder2.png" Var Cancel_Img = "/CancelOrder2.png"
Var PressCancel_CashPopup = 1
EndIf EndIf
EndIf EndIf