提交 08b1ce62 authored 作者: 李大见's avatar 李大见

修改审核

上级 f8e4e5c6
......@@ -756,11 +756,11 @@ class WashOrderService extends Service
$wheres['ord_id_notin'] = $ord_ids;
$wheres['ord_service_type_searchin'] = $search_data['ord_service_type'];
$data['showcount'] = self::getStatusBar($wheres, $user_info);
if (empty($no_appoint_count)) {
$data['showcount'][3]['shownum'] = 0;
} else {
$data['showcount'][3]['shownum'] = $no_appoint_count->count;
}
// if (empty($no_appoint_count)) {
// $data['showcount'][3]['shownum'] = 0;
// } else {
// $data['showcount'][3]['shownum'] = $no_appoint_count->count;
// }
return $data;
}
......@@ -4447,6 +4447,11 @@ class WashOrderService extends Service
->where('dego_type','<>', 3)
->value('dego_id');
}
$find_order_cancel = DB::table('cancel_order_data')
->where('ord_id', $request['ord_id'])
->orderBy('id', 'desc')
->get();
$data['find_order_cancel'] = $find_order_cancel?$find_order_cancel:[];
$data['delivedry'] = DeliveryService::deliveryList($user_info,$dispatch_delivery)['data'];//快递信息
return ['code'=>200, 'msg'=>'success', 'data'=>$data];
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论