Ver Fonte

修改显示名字

root há 3 anos atrás
pai
commit
4562aede7d
1 ficheiros alterados com 28 adições e 28 exclusões
  1. 28 28
      backendApi/modules/v1/models/lists/bonus/PeriodBonusList.php

+ 28 - 28
backendApi/modules/v1/models/lists/bonus/PeriodBonusList.php

@@ -336,33 +336,9 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
                     ],
                 ],
 
-                'BONUS_BS' => [
-                    'header' => '蓝星管理奖',
-                    'value' => function($row) {
-                        return (new Price([
-                            'value' => $row['BONUS_BS'],
-                        ]))->result();
-                    },
-                    'headerOther' => [
-                        'width' => '120',
-                        'prop'=>'BONUS_BS',
-                    ],
-                ],
-                'ORI_BONUS_BS' => [
-                    'header' => '蓝星管理奖原金额',
-                    'value' => function($row) {
-                        return (new Price([
-                            'value' => $row['ORI_BONUS_BS'],
-                        ]))->result();
-                    },
-                    'headerOther' => [
-                        'width' => '120',
-                        'prop'=>'ORI_BONUS_BS',
-                    ],
-                ],
 
                 'ORI_BONUS_BU_YJ' => [
-                    'header' => '蓝星业绩奖(原奖金)',
+                    'header' => '蓝星业绩奖原金额',
                     'value' => function($row) {
                         return (new Price([
                             'value' => $row['ORI_BONUS_BU_YJ'],
@@ -386,7 +362,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
 //                    ],
 //                ],
                 'ORI_BONUS_BU_YJSF' => [
-                    'header' => '蓝星业绩奖(实发)',
+                    'header' => '蓝星业绩奖',
                     'value' => function($row) {
                         return (new Price([
                             'value' => $row['ORI_BONUS_BU_YJSF'],
@@ -399,7 +375,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
                 ],
 
                 'ORI_BONUS_BU_GL' => [
-                    'header' => '蓝星管理奖(原奖金)',
+                    'header' => '蓝星管理奖原金额',
                     'value' => function($row) {
                         return (new Price([
                             'value' => $row['ORI_BONUS_BU_GL'],
@@ -423,7 +399,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
 //                    ],
 //                ],
                 'ORI_BONUS_BU_GLSF' => [
-                    'header' => '蓝星管理奖(实发)',
+                    'header' => '蓝星管理奖',
                     'value' => function($row) {
                         return (new Price([
                             'value' => $row['ORI_BONUS_BU_GLSF'],
@@ -741,6 +717,30 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
                         'prop'=>'REAL_BONUS_GL',
                     ],
                 ],
+				'BONUS_BS' => [
+				    'header' => '蓝星奖',
+				    'value' => function($row) {
+				        return (new Price([
+				            'value' => $row['BONUS_BS'],
+				        ]))->result();
+				    },
+				    'headerOther' => [
+				        'width' => '120',
+				        'prop'=>'BONUS_BS',
+				    ],
+				],
+				'ORI_BONUS_BS' => [
+				    'header' => '蓝星奖原金额',
+				    'value' => function($row) {
+				        return (new Price([
+				            'value' => $row['ORI_BONUS_BS'],
+				        ]))->result();
+				    },
+				    'headerOther' => [
+				        'width' => '120',
+				        'prop'=>'ORI_BONUS_BS',
+				    ],
+				],
 //                'BONUS_FW' => [
 //                    'header' => '服务奖',
 //                    'value' => function($row) {