1
This commit is contained in:
@@ -304,6 +304,14 @@ class Score extends Wxapp
|
||||
$series_value[$key] = ($max_total/5) * $series_value[$key];
|
||||
}
|
||||
|
||||
$indicator = array(
|
||||
array('name' => '拓客能力', 'max' => $max_total/5),
|
||||
array('name' => '跟进能力', 'max' => $max_total/1),
|
||||
array('name' => '邀约能力', 'max' => $max_total/2),
|
||||
array('name' => '成交能力', 'max' => $max_total/3),
|
||||
array('name' => '交付能力', 'max' => $max_total/4),
|
||||
);
|
||||
|
||||
$data = [
|
||||
'indicator' => $indicator,
|
||||
'series_value' => $series_value
|
||||
|
||||
Reference in New Issue
Block a user