Fix setpay
This commit is contained in:
parent
d97531eee2
commit
1b50b9c6a4
4 changed files with 23 additions and 12 deletions
|
|
@ -209,6 +209,8 @@
|
|||
|
||||
EndIf
|
||||
|
||||
Var Seeker.SmoothieToPayment = 0
|
||||
|
||||
|
||||
Var menu_name_eng_hot = ""
|
||||
Var menu_desc_eng_hot = ""
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
|
||||
SAVELOG "======================================= page_smoothie_suggest_and_process.xml == Version 1.00 =============================="
|
||||
SAVELOG "======================================= page_smoothie_suggest_and_process.xml == Version 1.02 =============================="
|
||||
; On open
|
||||
|
||||
TopView "show"
|
||||
|
|
@ -186,6 +186,7 @@
|
|||
DEBUGVAR AnyArmConfuse
|
||||
DEBUGVAR SensorDoorCupStatus
|
||||
DEBUGVAR ArmIDForMakeOrder
|
||||
DEBUGVAR CountDownCertainConfuse
|
||||
|
||||
If ArmIDForMakeOrder = 2 Then
|
||||
Var ChannelArmForProccessStatus = CH9992_Status
|
||||
|
|
@ -238,6 +239,11 @@
|
|||
|
||||
|
||||
If AnyArmConfuse = 1 Then
|
||||
If CountDownCertainConfuse = 0 Then
|
||||
SAVELOG " CountDownCertainConfuse CountDownCertainConfuse "
|
||||
Var CountDownCertainConfuse = 10
|
||||
EndIf
|
||||
|
||||
If CountDownCertainConfuse > 0 Then
|
||||
Var CountDownCertainConfuse = CountDownCertainConfuse - 1
|
||||
|
||||
|
|
@ -295,7 +301,6 @@
|
|||
; setvarint TimeOutSmoothiesProcess 2
|
||||
;DEBUGVAR Var [ChannelArmForProccessStatus] = RUNNING
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
|
|
@ -527,7 +532,7 @@
|
|||
<Width> 1080 </Width>
|
||||
<Align> end </Align>
|
||||
<Color> 0xFF0000 </Color>
|
||||
<Value> "V01 "</Value>
|
||||
<Value> "V102 "</Value>
|
||||
</Text>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue