DO
This commit is contained in:
parent
d72112f2d5
commit
5ce4cf3c7d
7 changed files with 91 additions and 7 deletions
|
|
@ -303,6 +303,7 @@
|
|||
|
||||
DEBUGVAR NeedUpgrade
|
||||
|
||||
Var bg_lidProblem_ST2 = bg_lidProblem_ST
|
||||
|
||||
; zone Language
|
||||
If LanguageObjectShow = "Enable" Then
|
||||
|
|
@ -316,6 +317,11 @@
|
|||
Var GetLidButtonState = "Invisible"
|
||||
Var bg_strawProblem_ST = "Invisible"
|
||||
var EnableGetMoreStrawFileName = "Invisible"
|
||||
|
||||
If bg_lidProblem_ST2 = "Invisible" Then
|
||||
Var GetLidButtonState2 = "Enable"
|
||||
Var XStraw = 265
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -323,6 +329,10 @@
|
|||
If NoLangObjectShow = "Enable" Then
|
||||
Var SelectMenuBetweenBrewEnable2 = "Invisible"
|
||||
|
||||
Var bg_lidProblem_ST2 = "Invisible"
|
||||
Var GetLidButtonState2 = "Invisible"
|
||||
Var bg_strawProblem_ST2 = "Invisible"
|
||||
var EnableGetMoreStrawFileName2 = "Invisible"
|
||||
|
||||
|
||||
DEBUGVAR bg_lidProblem_ST
|
||||
|
|
@ -1497,7 +1507,7 @@
|
|||
;
|
||||
;
|
||||
;
|
||||
; Next Order
|
||||
; Lid button, Get one and report
|
||||
;
|
||||
<Button>
|
||||
<X> 14 </X>
|
||||
|
|
@ -1537,7 +1547,57 @@
|
|||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 14 </X>
|
||||
<Y> 1787 </Y>
|
||||
<State>bg_lidProblem_ST2</State>
|
||||
<Filename> "ROOT/taobin_project/image/page_doing_inter/bn_send_report.png" </Filename>
|
||||
<FilenamePress>"ROOT/taobin_project/image/page_doing_inter/bn_send_report.png" </FilenamePress>
|
||||
<EventClick>
|
||||
|
||||
Var lidStr = "แจ้งปัญหาไม่ได้รับฝา"
|
||||
|
||||
__CMD "lid-alert-disable" 0 lidStr "-"
|
||||
__CMD "send-error-code" 1343 "-" "-"
|
||||
Var bg_lidProblem_ST2 = "Invisible"
|
||||
|
||||
Refresh
|
||||
</EventClick>
|
||||
<Language>
|
||||
<X> 0 </X>
|
||||
<Y> 20 </Y>
|
||||
<Width> 331 </Width>
|
||||
<Height> 96 </Height>
|
||||
<ID> 000400 </ID>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 14 </X>
|
||||
<Y> 1787 </Y>
|
||||
<State>GetLidButtonState2</State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> "ROOT/taobin_project/image/page_doing_inter/bn_get_lid.png" </Filename>
|
||||
<FilenamePress>"ROOT/taobin_project/image/page_doing_inter/bp_get_lid.png" </FilenamePress>
|
||||
<EventClick>
|
||||
|
||||
If GetLidButtonState2 = "Enable" Then
|
||||
Machine Lid
|
||||
Var GetLidButtonCountDown = 12
|
||||
EndIf
|
||||
|
||||
Var GetLidButtonState2 = "Press"
|
||||
|
||||
Refresh
|
||||
</EventClick>
|
||||
<Language>
|
||||
<X> 0 </X>
|
||||
<Y> 20 </Y>
|
||||
<Width> 232 </Width>
|
||||
<Height> 96 </Height>
|
||||
<ID> 000403 </ID>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue