title = '手动分配订单'; $this->params['breadcrumbs'][] = '订单管理'; $this->params['breadcrumbs'][] = ['label' => '订单列表', 'url' => ['/trade/order/index?order_status=0','order_status'=>$order_status]]; $this->params['breadcrumbs'][] = $this->title; ?>
申请信息 | |||
订单号 | =$order['order_no']; ?> | 订单状态 | =$orderStatusList[$order['status']]; ?> |
---|---|---|---|
报修设备 | =$order['repair_device_name']; ?> | 报修时间 | =Yii::$app->formatter->asTime($order['created_at'], "yyyy-MM-dd HH:mm:ss"); ?> |
帐户信息 | =$order['nickname']; ?> ( 帐户手机:=$order['phone'] ?> ) | 公司名称 | |
上门地址 | =$order['address'].$order['detail']; ?> | 工程师 |
客户故障描述 | |||
=$fault['name']?> =$order['other_fault']?> | |||
|