Fixed next button and sprial verify
This commit is contained in:
parent
f679716f81
commit
e5de91875e
2 changed files with 17 additions and 21 deletions
BIN
inter/aus/material_image/04-03-04-0006.jpeg
Normal file
BIN
inter/aus/material_image/04-03-04-0006.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
|
|
@ -13,12 +13,11 @@
|
||||||
|
|
||||||
CRLFToSpace showname
|
CRLFToSpace showname
|
||||||
CRLFToSpace showdesc
|
CRLFToSpace showdesc
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
Var MachineEvent = 0
|
Var MachineEvent = 0
|
||||||
Var MatchineSpiralStage = "-"
|
Var MatchineSpiralStage = "-"
|
||||||
>>>>>>> 25887b3556a64b1276a34f39bee2f62991f23df1
|
|
||||||
|
Var NextButtonState = "Invisible"
|
||||||
|
|
||||||
;- Begin
|
;- Begin
|
||||||
Var PriceDrinkNoTop = PriceDrink
|
Var PriceDrinkNoTop = PriceDrink
|
||||||
|
|
@ -178,18 +177,19 @@
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If MachineEvent = 1 Then
|
||||||
DEBUGVAR MatchineSpiralStage
|
If MatchineSpiralStage = "-" Then
|
||||||
|
|
||||||
If MachineEvent = 1 Then
|
|
||||||
If MatchineSpiralStage = "spiral-valid" Then
|
|
||||||
Function 2
|
|
||||||
Else
|
Else
|
||||||
; Verify error
|
If MatchineSpiralStage = "spiral-valid" Then
|
||||||
DEBUGVAR MachineSpiralErrorCode
|
Function 2
|
||||||
Open "ROOT/taobin_project/xml/page_spiral_invalid_failed.xml"
|
Else
|
||||||
EndIf
|
; Verify error
|
||||||
|
DEBUGVAR MachineSpiralErrorCode
|
||||||
|
Open "ROOT/taobin_project/xml/page_spiral_invalid_failed.xml"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
Refresh
|
Refresh
|
||||||
|
|
@ -337,15 +337,9 @@
|
||||||
DEBUGVAR LinkProductCodeAnotherMachine[0]
|
DEBUGVAR LinkProductCodeAnotherMachine[0]
|
||||||
DEBUGVAR LinkProductCodeAnotherMachine[1]
|
DEBUGVAR LinkProductCodeAnotherMachine[1]
|
||||||
DEBUGVAR LinkProductCodeAnotherMachine[2]
|
DEBUGVAR LinkProductCodeAnotherMachine[2]
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
Var MatchinePrialStage = "-"
|
|
||||||
|
|
||||||
=======
|
|
||||||
|
|
||||||
Var MatchineSpiralStage = "-"
|
Var MatchineSpiralStage = "-"
|
||||||
|
|
||||||
>>>>>>> 25887b3556a64b1276a34f39bee2f62991f23df1
|
|
||||||
GenHashWithTimeStamp SpiralRef
|
GenHashWithTimeStamp SpiralRef
|
||||||
SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef
|
SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef
|
||||||
|
|
||||||
|
|
@ -533,6 +527,7 @@
|
||||||
|
|
||||||
; next
|
; next
|
||||||
<Button>
|
<Button>
|
||||||
|
<State> NextButtonState </State>
|
||||||
<X> 350 </X>
|
<X> 350 </X>
|
||||||
<Y> 1422 </Y>
|
<Y> 1422 </Y>
|
||||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_next2.png" </Filename>
|
<Filename> "ROOT/taobin_project/image/topping_inter/bn_next2.png" </Filename>
|
||||||
|
|
@ -1084,7 +1079,8 @@
|
||||||
|
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
|
Var NextButtonState = "Enable"
|
||||||
|
|
||||||
RefreshAll
|
RefreshAll
|
||||||
|
|
||||||
</Function2>
|
</Function2>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue