title = '订单发货:'. $order->order_sn; $this->params['breadcrumbs'][] = ['label' => '订单列表', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; Yii::$app->params['bsVersion'] = '4.x'; ?>
['class' => 'container-fluid']]); echo TabsX::widget([ 'bordered' => true, 'items' => [ [ 'label' => ' 物流信息', 'content' => $this->render('logistics', [ 'order' => $order, 'delivery' => $delivery, 'form' => $form, ]), ], [ 'label' => ' 订单商品信息', 'content' => $this->render('delivery_goods', [ 'form' => $form, 'deliveryGoods' => $deliveryGoods, ]), ], ], 'position' => TabsX::POS_ABOVE, 'encodeLabels' => false ]); ?>
'btn btn-success']) ?> 'btn btn-info']) ?>