This commit is contained in:
wanlop run 2023-10-27 19:59:15 +07:00
parent 80a4103bc7
commit 80f8b3efe2
4 changed files with 262 additions and 4 deletions

View file

@ -405,6 +405,9 @@
EndIf
If MenuReady = "YES" Then
EndIf
EndIf
@ -467,9 +470,13 @@
DEBUGVAR ConfirmDrinkButtonState
If MachineStage = "close-maintenance" Then
Var ConfirmDrinkButtonState = "Enable"
If stop_now = "true" Then
Open "ROOT/taobin_project/xml/page_back_to_error.xml"
If Seeker = "curr" Then
Open "ROOT/taobin_project/xml/page_back_to_error.xml"
Else
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
EndIf
EndIf
Else
Var ConfirmDrinkButtonState = "Invisible"