Merge branch 'masterpiece' of ssh://forthrd.ddns.net:2222/1TBHDD/ikong/taobin_project into masterpiece
This commit is contained in:
commit
ba2b12fdd4
19 changed files with 37 additions and 18 deletions
|
|
@ -27,6 +27,7 @@
|
|||
;Var PriceDrink = 2
|
||||
|
||||
Var DiscountDrink = 0
|
||||
Var DiscountCampaignCode = ""
|
||||
Var SelectSlot = "1"
|
||||
|
||||
SAVELOG BoxID
|
||||
|
|
@ -332,6 +333,7 @@
|
|||
|
||||
Var param1 = Seeker.ORDER_ID
|
||||
Var param2 = Seeker.NameDrinkEN
|
||||
Var param3 = DiscountCampaignCode
|
||||
|
||||
STRCONTAIN "size" Seeker.NameDrinkEN SizeFromSheet
|
||||
If SizeFromSheet = "true" Then
|
||||
|
|
@ -343,7 +345,7 @@
|
|||
Var WaitPOSStatus = 1
|
||||
Var TimeWaitPOSStatus = 0
|
||||
Var POS_SELL_STATUS = "-"
|
||||
GetPOSStatus param1 param2
|
||||
GetPOSStatus param1 param2 param3
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue