title = '异常订单'; $this->params['breadcrumbs'][] = '交易管理'; $this->params['breadcrumbs'][] = ['label' => '订单列表', 'url' => ['/trade/order/owner_index']]; $this->params['breadcrumbs'][] = $this->title; ?>
订单ID | 订单信息 | 报修时间 | 支付金额 | 订单状态 | 带走设备 | 接单工程师 | 是否回访完毕 | 操作 |
---|---|---|---|---|---|---|---|---|
=$order['id'] ?> |
订单编号:= $order['order_no'] ?> 客户姓名:= $order['nickname'] ?>(=$order['phone'] ?>) 设备名称:=$order['repair_device_name']; ?> 设备拥有者:= $order['ownername'] ?> 上门地址:= $order['address'] ?> 报修渠道:= $channels[$order['repair_channel']] ?> |
=Yii::$app->formatter->asTime($order['created_at'],"yyyy-MM-dd HH:mm:ss"); ?> | = $order['pay_price'] ?> |
=$orderStatusList[$order['status']];?>
|
=$order["is_take_away_label"] ? $order["is_take_away_label"] : "未带走" ?> | = $order['engineer_name'] ?> | = (isset($order['interview_finished']) && $order['interview_finished'])==1 ? "是" : "否" ?> | 查看详情 |
没有找到数据