2
This commit is contained in:
@@ -64,6 +64,7 @@ class Report extends HD_Controller
|
||||
|
||||
$indexs = [
|
||||
'biz_name' => '车卖场',
|
||||
'sales' => '顾问数(含店长)',
|
||||
'work_per' => '今日开工率',
|
||||
'cust_new' => '今日新增线索数',
|
||||
'cust_month' => '本月线索总数',
|
||||
@@ -72,8 +73,8 @@ class Report extends HD_Controller
|
||||
'order_new' => '今日订单新增数',
|
||||
'order_month' => '本月订单总数',
|
||||
"order_finish" => "本月订单信息完整数",
|
||||
// "cust_delay" => "今日线索逾期数",
|
||||
// "cust_delay_month" => "本月线索逾期数",
|
||||
"cust_delay" => "今日线索逾期数",
|
||||
"cust_delay_month" => "本月线索逾期数",
|
||||
"order_wrong" => "今日订单未达T+1",
|
||||
"order_wrong_month" => "本月订单未达T+1",
|
||||
"order_early" => "今日开票早与订单时间数",
|
||||
@@ -170,6 +171,7 @@ class Report extends HD_Controller
|
||||
|
||||
$data[] = array(
|
||||
'biz_name' => $v['biz_name'],
|
||||
'sales' => $sales,
|
||||
'work_per' => number_format($works/$sales, 2) * 100 .'%',
|
||||
'cust_new' => $cust_new,
|
||||
'cust_month' => $cust_month,
|
||||
@@ -178,8 +180,8 @@ class Report extends HD_Controller
|
||||
'order_new' => count($order_new),
|
||||
'order_month' => $order_month,
|
||||
'order_finish' => $order_finish,
|
||||
// 'cust_delay' => $cust_delay,
|
||||
// 'cust_delay_month' => $cust_delay_month,
|
||||
'cust_delay' => $cust_delay,
|
||||
'cust_delay_month' => $cust_delay_month,
|
||||
'order_wrong' => $order_wrong,
|
||||
'order_wrong_month' => $order_wrong_month,
|
||||
'order_early' => $order_early,
|
||||
|
||||
@@ -14,6 +14,10 @@ class Clues extends CI_Controller
|
||||
debug_log(json_encode($post), 'clues.txt');
|
||||
debug_log(json_encode($input), 'clues.txt');
|
||||
|
||||
if($input){
|
||||
|
||||
}
|
||||
|
||||
$return = array(
|
||||
'code' => 1,
|
||||
'content' => null,
|
||||
|
||||
Reference in New Issue
Block a user