|
|
@ -48,6 +48,9 @@ class _OrderInfoView extends State<OrderInfoView> { |
|
|
|
orderInfoItem(S.of(context).peisongfangshi, widget.isTakeOut == 0 |
|
|
|
orderInfoItem(S.of(context).peisongfangshi, widget.isTakeOut == 0 |
|
|
|
? S.of(context).ziqu : widget.isTakeOut == 3 ? "打包":widget.isTakeOut == 4?"堂食":((widget.orderInfo != null && widget.orderInfo.logisticsName != "") ? widget.orderInfo.logisticsName : "美团配送")), |
|
|
|
? S.of(context).ziqu : widget.isTakeOut == 3 ? "打包":widget.isTakeOut == 4?"堂食":((widget.orderInfo != null && widget.orderInfo.logisticsName != "") ? widget.orderInfo.logisticsName : "美团配送")), |
|
|
|
// orderInfoItem(S.of(context).peisongfangshi,"美团配送"), |
|
|
|
// orderInfoItem(S.of(context).peisongfangshi,"美团配送"), |
|
|
|
|
|
|
|
if(widget.orderInfo != null && widget.orderInfo.logisticsNum != "" ) |
|
|
|
|
|
|
|
orderInfoItem("物流单号", |
|
|
|
|
|
|
|
widget.orderInfo != null ? widget.orderInfo.logisticsNum : ""), |
|
|
|
if(widget?.orderInfo?.subcribeTime != null && widget?.orderInfo?.subcribeTime != "") |
|
|
|
if(widget?.orderInfo?.subcribeTime != null && widget?.orderInfo?.subcribeTime != "") |
|
|
|
orderInfoItem("预约时间", |
|
|
|
orderInfoItem("预约时间", |
|
|
|
widget.orderInfo != null ? widget.orderInfo.subcribeTime : ""), |
|
|
|
widget.orderInfo != null ? widget.orderInfo.subcribeTime : ""), |
|
|
|