This commit is contained in:
lin fan
2024-11-21 15:19:40 +08:00
parent 518f59da42
commit 44908921d2
+8
View File
@@ -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