...
This commit is contained in:
parent
f169781442
commit
55a0bd2113
1 changed files with 18 additions and 0 deletions
|
|
@ -84,6 +84,8 @@
|
|||
DEBUGVAR MachineStage
|
||||
DEBUGVAR NextOrderStatus
|
||||
|
||||
DEBUGVAR error_code_stop_now
|
||||
|
||||
; page_brewing3.xml
|
||||
DEBUGVAR MachineStage
|
||||
|
||||
|
|
@ -444,6 +446,12 @@
|
|||
|
||||
If NextOrderStatus = "Disable" Then
|
||||
Var PayDetail="1/F:1221/0/"
|
||||
|
||||
DEBUGVAR error_code_stop_now
|
||||
If error_code_stop_now > 0 Then
|
||||
Var PayDetail="1/F:" + error_code_stop_now
|
||||
Var PayDetail = PayDetail + "/0/"
|
||||
EndIf
|
||||
Else
|
||||
|
||||
|
||||
|
|
@ -498,6 +506,11 @@
|
|||
|
||||
If NextOrderStatus = "Disable" Then
|
||||
Var PayDetail="1/F:1221/0/"
|
||||
DEBUGVAR error_code_stop_now
|
||||
If error_code_stop_now > 0 Then
|
||||
Var PayDetail="1/F:" + error_code_stop_now
|
||||
Var PayDetail = PayDetail + "/0/"
|
||||
EndIf
|
||||
Else
|
||||
|
||||
Var PayDetail = "1/" + HURR_FOREVER
|
||||
|
|
@ -544,6 +557,11 @@
|
|||
|
||||
If NextOrderStatus = "Disable" Then
|
||||
Var PayDetail="1/F:1221/0/"
|
||||
DEBUGVAR error_code_stop_now
|
||||
If error_code_stop_now > 0 Then
|
||||
Var PayDetail="1/F:" + error_code_stop_now
|
||||
Var PayDetail = PayDetail + "/0/"
|
||||
EndIf
|
||||
Else
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue