|
|
@ -140,7 +140,7 @@ class _Settlement extends State<Settlement> { |
|
|
|
storeId: storeId, |
|
|
|
storeId: storeId, |
|
|
|
showLoading: false); |
|
|
|
showLoading: false); |
|
|
|
queryMemberInfo(); |
|
|
|
queryMemberInfo(); |
|
|
|
if (promotions != null && promotions != "" && tableId <= 0) { |
|
|
|
if (widget.arguments["pid"] != null && widget.arguments["pid"] != "" && tableId <= 0) { |
|
|
|
queryOrderInfo( |
|
|
|
queryOrderInfo( |
|
|
|
address != null ? address.id : null, |
|
|
|
address != null ? address.id : null, |
|
|
|
((storeInfo?.pickupType?.dineInTakeStatus ?? false) == true && |
|
|
|
((storeInfo?.pickupType?.dineInTakeStatus ?? false) == true && |
|
|
@ -155,7 +155,7 @@ class _Settlement extends State<Settlement> { |
|
|
|
productSkuId ?? "", |
|
|
|
productSkuId ?? "", |
|
|
|
actProductId ?? "", |
|
|
|
actProductId ?? "", |
|
|
|
actProductSkuId ?? "", |
|
|
|
actProductSkuId ?? "", |
|
|
|
"ACTIVITY", |
|
|
|
"AUTO", |
|
|
|
// useVipPriceSelect, |
|
|
|
// useVipPriceSelect, |
|
|
|
// useBenefitSelect, |
|
|
|
// useBenefitSelect, |
|
|
|
count1, |
|
|
|
count1, |
|
|
@ -1383,7 +1383,7 @@ class _Settlement extends State<Settlement> { |
|
|
|
0, |
|
|
|
0, |
|
|
|
(settleOrderInfo.isRaise || payChannel == 5) |
|
|
|
(settleOrderInfo.isRaise || payChannel == 5) |
|
|
|
? "" |
|
|
|
? "" |
|
|
|
: promotion?.id ?? productId, |
|
|
|
: widget.arguments["pid"] ?? (promotion?.id ?? productId), |
|
|
|
productSkuId ?? "", |
|
|
|
productSkuId ?? "", |
|
|
|
actProductId ?? "", |
|
|
|
actProductId ?? "", |
|
|
|
actProductSkuId ?? "", |
|
|
|
actProductSkuId ?? "", |
|
|
|