@if ($order['status'] == 0) 确认付款 @endif @if ($order['status'] == 1 && $order['has_one_yz_supply_order']['status'] == 1)
提交订单
解锁订单
@endif @if ($order['status'] == 1 && $order['has_one_yz_supply_order']['status'] == 2)
等待第三方发货通知 解锁订单
@endif @if ($order['status'] == 1 && $order['has_one_yz_supply_order']['status'] == 3)
确认发货
@endif @if ($order['status'] == 2) 取消发货 确认收货 @endif