Fixed spirail verify fail
This commit is contained in:
parent
9168432c3f
commit
9ec1b77d7e
1 changed files with 14 additions and 9 deletions
|
|
@ -14,6 +14,9 @@
|
||||||
CRLFToSpace showname
|
CRLFToSpace showname
|
||||||
CRLFToSpace showdesc
|
CRLFToSpace showdesc
|
||||||
|
|
||||||
|
Var MachineEvent = 0
|
||||||
|
Var MatchineSpiralStage = "-"
|
||||||
|
|
||||||
;- Begin
|
;- Begin
|
||||||
Var PriceDrinkNoTop = PriceDrink
|
Var PriceDrinkNoTop = PriceDrink
|
||||||
Var PriceDrinkTmp = PriceDrink
|
Var PriceDrinkTmp = PriceDrink
|
||||||
|
|
@ -173,13 +176,15 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If MatchineSpiralStage = "spiral-valid" Then
|
If MachineEvent = 1 Then
|
||||||
Function 2
|
If MatchineSpiralStage = "spiral-valid" Then
|
||||||
Else
|
Function 2
|
||||||
; Verify error
|
Else
|
||||||
DEBUGVAR MachineSpiralErrorCode
|
; Verify error
|
||||||
Open "ROOT/taobin_project/xml/page_spiral_invalid_failed.xml"
|
DEBUGVAR MachineSpiralErrorCode
|
||||||
EndIf
|
Open "ROOT/taobin_project/xml/page_spiral_invalid_failed.xml"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
Refresh
|
Refresh
|
||||||
TimerReset
|
TimerReset
|
||||||
|
|
@ -326,7 +331,7 @@
|
||||||
DEBUGVAR LinkProductCodeAnotherMachine[1]
|
DEBUGVAR LinkProductCodeAnotherMachine[1]
|
||||||
DEBUGVAR LinkProductCodeAnotherMachine[2]
|
DEBUGVAR LinkProductCodeAnotherMachine[2]
|
||||||
|
|
||||||
Var MatchinePrialStage = "-"
|
Var MatchineSpiralStage = "-"
|
||||||
|
|
||||||
GenHashWithTimeStamp SpiralRef
|
GenHashWithTimeStamp SpiralRef
|
||||||
SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef
|
SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue