...
|
...
|
@@ -320,6 +320,12 @@ class MemberSalesController extends HomeBaseController |
|
|
$orderList[$k]['detail_url'] = url('detail',['id'=>$sort_id,'order_id'=>$v['id']]);
|
|
|
$orderList[$k]['edit_url'] = url('edit',['id'=>$sort_id,'order_id'=>$v['id']]);
|
|
|
$orderList[$k]['create_time'] = date('Y-m-d',$v['create_time']);
|
|
|
foreach ($v['options'] as $ko=>$vo) {
|
|
|
if($vo['id'] == 10) {
|
|
|
$mobile = $vo['user_choose'];
|
|
|
}
|
|
|
}
|
|
|
$orderList[$k]['mobile'] = $mobile;
|
|
|
}
|
|
|
$this->success('成功',strtotime($date),$orderList);
|
|
|
}
|
...
|
...
|
|