|
|
@ -530,7 +530,7 @@ class _Settlement extends State<Settlement> { |
|
|
|
((subscribeParam?.isEnableSubscribe ?? false) == true) |
|
|
|
((subscribeParam?.isEnableSubscribe ?? false) == true) |
|
|
|
? true |
|
|
|
? true |
|
|
|
: false; //是否预约 |
|
|
|
: false; //是否预约 |
|
|
|
placeOrderFirst.isTakeOut = ((storeInfo?.deliveryInfo?.dineInTakeStatus ?? false) == true) ? diningStatus : selectedBtn; |
|
|
|
placeOrderFirst.isTakeOut = ((storeInfo?.deliveryInfo?.dineInTakeStatus ?? false) == true && (subscribeParam?.isEnableSubscribe ?? false) == false) ? diningStatus : selectedBtn; |
|
|
|
placeOrderFirst.notes = remakers + |
|
|
|
placeOrderFirst.notes = remakers + |
|
|
|
(reservationTime ?? "") + |
|
|
|
(reservationTime ?? "") + |
|
|
|
((subscribeParam?.isEnableSubscribe ?? false) == true |
|
|
|
((subscribeParam?.isEnableSubscribe ?? false) == true |
|
|
@ -832,10 +832,10 @@ class _Settlement extends State<Settlement> { |
|
|
|
widget.arguments["distance"],), |
|
|
|
widget.arguments["distance"],), |
|
|
|
|
|
|
|
|
|
|
|
SizedBox( |
|
|
|
SizedBox( |
|
|
|
height: 16, |
|
|
|
height: 16.h, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
|
|
|
|
|
|
if((storeInfo?.deliveryInfo?.dineInTakeStatus?? false) ==true && settleOrderInfo !=null) |
|
|
|
if((storeInfo?.deliveryInfo?.dineInTakeStatus?? false) ==true && (subscribeParam?.isEnableSubscribe ?? false) == false &&settleOrderInfo !=null) |
|
|
|
takeStatus(), |
|
|
|
takeStatus(), |
|
|
|
|
|
|
|
|
|
|
|
/// 预留的手机号, 可修改 |
|
|
|
/// 预留的手机号, 可修改 |
|
|
@ -1338,7 +1338,7 @@ class _Settlement extends State<Settlement> { |
|
|
|
) { |
|
|
|
) { |
|
|
|
return Container( |
|
|
|
return Container( |
|
|
|
width: double.infinity, |
|
|
|
width: double.infinity, |
|
|
|
height: 280.h, |
|
|
|
height: 300.h, |
|
|
|
padding: EdgeInsets.symmetric(horizontal: 14.w, vertical: 16.h), |
|
|
|
padding: EdgeInsets.symmetric(horizontal: 14.w, vertical: 16.h), |
|
|
|
decoration: new BoxDecoration( |
|
|
|
decoration: new BoxDecoration( |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
|