|
|
@@ -323,6 +323,18 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
'prop'=>'ORI_BONUS_QY',
|
|
|
],
|
|
|
],
|
|
|
+ 'ORI_CAPPED_BONUS_QY' => [
|
|
|
+ 'header' => '绩效奖未封顶金额',
|
|
|
+ 'value' => function($row) {
|
|
|
+ return (new Price([
|
|
|
+ 'value' => $row['ORI_CAPPED_BONUS_QY'],
|
|
|
+ ]))->result();
|
|
|
+ },
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '120',
|
|
|
+ 'prop'=>'ORI_CAPPED_BONUS_QY',
|
|
|
+ ],
|
|
|
+ ],
|
|
|
'ORI_BONUS_QY_BD' => [
|
|
|
'header' => '报单团队奖原金额',
|
|
|
'value' => function($row) {
|