This commit is contained in:
wanlop run 2024-10-04 16:06:58 +07:00
parent 89b8dbad3a
commit 3284dff5e7
27 changed files with 272 additions and 181 deletions

View file

@ -121,7 +121,7 @@
;include=ROOT/taobin_project/inc/remove_cup_event_open.inc
SAVELOG "Thank you conti version 1"
SAVELOG "Thank you conti version 2"
;PendingFlag InternationalEnable
;PendingFlag New_Payment
@ -182,6 +182,7 @@
EndIf
If HaveCup = "false" Then
If MachineStage = "show-menu" Then
@ -264,7 +265,27 @@
;include=ROOT/taobin_project/inc/remove_cup_step.inc
If buttonRemoveCup = "Invisible" Then
If show_eng = "true" Then
Var MachineErrorDetailAll = " Please take cup."
Else
Var MachineErrorDetailAll = " กรุณานำแก้วออกก่อนครับ/คะ"
EndIf
Else
If CupChecking = "true" Then
If show_eng = "true" Then
Var MachineErrorDetailAll = " Please take a cup."
Else
Var MachineErrorDetailAll = " กรุณานำแก้วออกก่อนครับ/คะ"
EndIf
Else
If show_eng = "true" Then
Var MachineErrorDetailAll = " Press button for take a cup."
Else
Var MachineErrorDetailAll = " กรุณากดปุ่ม แล้วนำแก้วออกก่อนครับ/คะ"
EndIf
EndIf
EndIf
Refresh
TimerReset
@ -351,8 +372,39 @@
<Width> 1080 </Width>
<Align> end </Align>
<Color> 0xFF0000 </Color>
<Value> "TCT1"</Value>
<Value> "TCT1 "</Value>
</Text>
<Text>
<X> 5 </X>
<Y> 1868 </Y>
<Size> 24 </Size>
<Align> Center </Align>
<Width> 1080 </Width>
<Font> RobotoRegular </Font>
<Color> 0xDE794E </Color>
<Value> MachineErrorDetailAll </Value>
</Text>
<EventUnitTest1>
Var Timeout2 = 0
__CMD "UpdateCupOnArm" UserSelectProductCode "-" "-"
</EventUnitTest1>
<EventUnitTest2>
Open "ROOT/xml/page_thankyouConti.xml"
</EventUnitTest2>
<EventUnitTest3>
</EventUnitTest3>
<EventUnitTest4>
</EventUnitTest4>
</Popup>