DO
This commit is contained in:
parent
80a4103bc7
commit
80f8b3efe2
4 changed files with 262 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue