Ver código fonte

feat: AE: 业绩单页面调整

kevin 1 ano atrás
pai
commit
157c6d1886

+ 11 - 11
backendApi/modules/v1/models/lists/bonus/PerfMonthList.php

@@ -109,17 +109,17 @@ class PerfMonthList extends \common\libs\dataList\DataList implements DataListIn
                         ]))->result();
                     },
                 ],
-                'PV_PGS' => [
-                    'header' => Yii::t('ctx', 'directorPGSPerformance'), // 管理奖个人小组业绩
-                    'headerOther' => [
-                        'width' => '190',
-                    ],
-                    'value' => function($row) {
-                        return (new Price([
-                            'value' => $row['DIRECTOR_BONUS_PGS'],
-                        ]))->result();
-                    },
-                ],
+//                'PV_PGS' => [
+//                    'header' => Yii::t('ctx', 'directorPGSPerformance'), // 管理奖个人小组业绩
+//                    'headerOther' => [
+//                        'width' => '190',
+//                    ],
+//                    'value' => function($row) {
+//                        return (new Price([
+//                            'value' => $row['DIRECTOR_BONUS_PGS'],
+//                        ]))->result();
+//                    },
+//                ],
 //                'VIP_PV_1L_ZC' => [
 //                    'header' => Yii::t('ctx', 'LNewMarketEntryPerformance'), // 一市场新增报单业绩
 //                    'headerOther' => [