MYS: add disabled buttons & show name for pro mystery, WIP staging e-receipt

This commit is contained in:
Pakin 2025-06-13 10:47:30 +07:00
parent ccbd8f8071
commit cfb19451ad
27 changed files with 2051 additions and 1238 deletions

View file

@ -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