fix page_topping_select7.xml

This commit is contained in:
wanlop run 2023-10-06 10:03:10 +07:00
commit 8c0d55436c
11 changed files with 86 additions and 88 deletions

View file

@ -201,18 +201,19 @@
Reboot
EndIf
If textStep > 3 Then
Var textStep = 0
Var MachineErrorDetailAll = MachineErrorDetailAll + " !"
Var NETCORE_LOST_COUNT_UP_STR = " Net " + NETCORE_LOST_COUNT_UP
If textStep = 4 Then
Var MachineErrorDetailAll = NETCORE_LOST_COUNT_UP_STR + " ###"
EndIf
If textStep = 3 Then
Var MachineErrorDetailAll = MachineErrorDetailAll + " !!"
Var MachineErrorDetailAll = NETCORE_LOST_COUNT_UP_STR + " ###"
EndIf
If textStep = 2 Then
Var MachineErrorDetailAll = MachineErrorDetailAll + " !!!"
Var MachineErrorDetailAll = NETCORE_LOST_COUNT_UP_STR + " ##"
EndIf
If textStep = 1 Then
Var MachineErrorDetailAll = MachineErrorDetailAll + " !!!!"
Var MachineErrorDetailAll = NETCORE_LOST_COUNT_UP_STR + " #"
EndIf
Else