Merge branch 'masterpiece' of ssh://192.168.10.159:/1TBHDD/ikong/taobin_project into masterpiece
This commit is contained in:
commit
df2e4915bc
16 changed files with 538 additions and 563 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -698,6 +698,8 @@
|
|||
|
||||
;inter-page-board
|
||||
If CountryName = "Australia" Then
|
||||
|
||||
Var SettingVideoBrewingUseCommon = 1
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/aus/video/script_video.ev"
|
||||
|
||||
|
|
|
|||
|
|
@ -109,8 +109,9 @@
|
|||
EndIf
|
||||
|
||||
If SELLSTATUS = "DEACTIVE" Then
|
||||
|
||||
;include="ROOT/taobin_project/inc/return_condition_when_deative.ev"
|
||||
SAVELOG "DEACTIVE in catalog2.xml"
|
||||
|
||||
;include="ROOT/taobin_project/inc/return_condition.ev"
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
DEBUGVAR PayDetail
|
||||
DEBUGVAR PayDetail2
|
||||
|
||||
UpdateTxRef2 TxRef1 ServiceType TelephoneNumber ServiceCredit SuggestID SessionID2 ServiceAmount2 ServiceCharge Donate PayO2 PdpaAccept VendingDiscount VendingCampaign PayReference PayType CreditReference PayDetail, PayDetail2
|
||||
UpdateTxRef2 TxRef1 ServiceType TelephoneNumber ServiceCredit SuggestID SessionID2 ServiceAmount2 ServiceCharge Donate PayO2 PdpaAccept VendingDiscount VendingCampaign PayReference PayType CreditReference PayDetail PayDetail2
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -458,6 +458,8 @@
|
|||
|
||||
Var CoundDownStillOnPage = 240
|
||||
|
||||
__CMD "CLEAR_TIME_BLINK_DISPLAY" 0 "-" "-"
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 900 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
|
|||
|
|
@ -2547,6 +2547,9 @@
|
|||
EndIf
|
||||
|
||||
If Seeker.IntVendingCredit > 0 Then
|
||||
If Seeker.IntVendingCampaign > 0 Then
|
||||
Var ECommerceQR = ECommerceQR + ":"
|
||||
EndIf
|
||||
Var ECommerceQR = ECommerceQR + "CRD"
|
||||
Var ECommerceQR = ECommerceQR + ":"
|
||||
Var ECommerceQR = ECommerceQR + Seeker.TNumberTaobinCredit
|
||||
|
|
|
|||
|
|
@ -509,6 +509,15 @@
|
|||
DEBUGVAR MenuReady
|
||||
DEBUGVAR CupRemain
|
||||
|
||||
If SELLSTATUS = "DEACTIVE" Then
|
||||
SAVELOG "DEACTIVE in page_topping_select7.xml"
|
||||
|
||||
;include="ROOT/taobin_project/inc/return_condition.ev"
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If SelectDrinkType = 1 Then
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue