MYS: add disabled buttons & show name for pro mystery, WIP staging e-receipt
This commit is contained in:
parent
ccbd8f8071
commit
cfb19451ad
27 changed files with 2051 additions and 1238 deletions
|
|
@ -4000,6 +4000,12 @@
|
|||
Var Seeker.PictureDrink = PictureDrink
|
||||
Var Seeker.showname = showname
|
||||
|
||||
If FromProMysteryCup = 1 Then
|
||||
|
||||
Var Seeker.shownameMystery = MysteryCupResultName[LanguageShowByIndex]
|
||||
DEBUGVAR Seeker.showname
|
||||
EndIf
|
||||
|
||||
DEBUGVAR MenuCautionImageStage0
|
||||
DEBUGVAR CustomerFilterEnable
|
||||
DEBUGVAR CustomerFilterType
|
||||
|
|
@ -4021,6 +4027,13 @@
|
|||
|
||||
Else
|
||||
If SelectDrinkType = 1 Then
|
||||
|
||||
; save-for-e-receipt
|
||||
If eReceiptFlag = 1 Then
|
||||
Var Seeker.PriceDrinkTmpShow = PriceDrinkTmpShow
|
||||
Var Seeker.PriceDrink = PriceDrinkTmp
|
||||
EndIf
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
||||
Open "ROOT/taobin_project/xml/page_payment.xml"
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue