|
|
@@ -276,7 +276,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
// ],
|
|
|
// ],
|
|
|
'BONUS_TG' => [
|
|
|
- 'header' => '推广奖',
|
|
|
+ 'header' => '销售奖金',
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['BONUS_TG'],
|
|
|
@@ -288,7 +288,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'ORI_BONUS_TG' => [
|
|
|
- 'header' => '推广奖原金额',
|
|
|
+ 'header' => '销售奖金原金额',
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['ORI_BONUS_TG'],
|
|
|
@@ -300,7 +300,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'BONUS_QY' => [
|
|
|
- 'header' => '团队奖',
|
|
|
+ 'header' => '绩效奖金',
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['BONUS_QY'],
|
|
|
@@ -312,7 +312,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'ORI_BONUS_QY' => [
|
|
|
- 'header' => '团队奖原金额',
|
|
|
+ 'header' => '绩效奖金原金额',
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['ORI_BONUS_QY'],
|
|
|
@@ -419,66 +419,66 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
'prop' => 'ORI_BONUS_BS_ABBR',
|
|
|
],
|
|
|
],
|
|
|
- 'BONUS_GX' => [
|
|
|
- 'header' => '共享奖',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['BONUS_GX'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'BONUS_GX',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'ORI_BONUS_GX' => [
|
|
|
- 'header' => '共享奖原金额',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['ORI_BONUS_GX'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'ORI_BONUS_GX',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'REAL_BONUS_GX' => [
|
|
|
- 'header' => '实发共享奖',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['REAL_BONUS_GX'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'REAL_BONUS_GX',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'BONUS_BD' => [
|
|
|
- 'header' => '服务奖',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['BONUS_BD'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'BONUS_BD',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'ORI_BONUS_BD' => [
|
|
|
- 'header' => '服务奖原金额',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['ORI_BONUS_BD'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'ORI_BONUS_BD',
|
|
|
- ],
|
|
|
- ],
|
|
|
+// 'BONUS_GX' => [
|
|
|
+// 'header' => '共享奖',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['BONUS_GX'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'BONUS_GX',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'ORI_BONUS_GX' => [
|
|
|
+// 'header' => '共享奖原金额',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['ORI_BONUS_GX'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'ORI_BONUS_GX',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'REAL_BONUS_GX' => [
|
|
|
+// 'header' => '实发共享奖',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['REAL_BONUS_GX'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'REAL_BONUS_GX',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'BONUS_BD' => [
|
|
|
+// 'header' => '服务奖',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['BONUS_BD'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'BONUS_BD',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'ORI_BONUS_BD' => [
|
|
|
+// 'header' => '服务奖原金额',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['ORI_BONUS_BD'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'ORI_BONUS_BD',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
'BONUS_REAL' => [
|
|
|
'header' => '实发奖金',
|
|
|
'value' => function($row) {
|
|
|
@@ -515,18 +515,18 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
'prop'=>'MANAGE_TAX',
|
|
|
],
|
|
|
],
|
|
|
- 'RECONSUME_POINTS' => [
|
|
|
- 'header' => '复销积分',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['RECONSUME_POINTS'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'RECONSUME_POINTS',
|
|
|
- ],
|
|
|
- ],
|
|
|
+// 'RECONSUME_POINTS' => [
|
|
|
+// 'header' => '复销积分',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['RECONSUME_POINTS'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'RECONSUME_POINTS',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
'BONUS_INCOME' => [
|
|
|
'header' => '总收入',
|
|
|
'value' => function($row) {
|
|
|
@@ -539,156 +539,156 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
'prop'=>'BONUS_INCOME',
|
|
|
],
|
|
|
],
|
|
|
- 'ORI_BONUS_STANDARD' => [
|
|
|
- 'header' => '团队成长奖',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['ORI_BONUS_STANDARD'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'ORI_BONUS_STANDARD',
|
|
|
- ],
|
|
|
- ],
|
|
|
+// 'ORI_BONUS_STANDARD' => [
|
|
|
+// 'header' => '团队成长奖',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['ORI_BONUS_STANDARD'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'ORI_BONUS_STANDARD',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
'CALC_MONTH' => [
|
|
|
'header' => '结算月',
|
|
|
'headerOther' => [
|
|
|
'width' => '100',
|
|
|
],
|
|
|
],
|
|
|
- 'BONUS_XF' => [
|
|
|
- 'header' => '消费奖',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['BONUS_XF'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'BONUS_XF',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'ORI_BONUS_XF' => [
|
|
|
- 'header' => '消费奖原金额',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['ORI_BONUS_XF'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'ORI_BONUS_XF',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'BONUS_YJ' => [
|
|
|
- 'header' => '业绩奖',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['BONUS_YJ'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'BONUS_YJ',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'ORI_BONUS_YJ' => [
|
|
|
- 'header' => '业绩奖原金额',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['ORI_BONUS_YJ'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'ORI_BONUS_YJ',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'BONUS_YC' => [
|
|
|
- 'header' => '荣衔奖',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['BONUS_YC'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'BONUS_YC',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'ORI_BONUS_YC' => [
|
|
|
- 'header' => '荣衔奖原金额',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['ORI_BONUS_YC'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'ORI_BONUS_YC',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'BONUS_VIP' => [
|
|
|
- 'header' => 'VIP奖',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['BONUS_VIP'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'BONUS_VIP',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'ORI_BONUS_VIP' => [
|
|
|
- 'header' => 'VIP奖原金额',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['ORI_BONUS_VIP'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'ORI_BONUS_VIP',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'BONUS_GL' => [
|
|
|
- 'header' => '管理奖',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['BONUS_GL'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'BONUS_GL',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'ORI_BONUS_GL' => [
|
|
|
- 'header' => '管理奖原金额',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['ORI_BONUS_GL'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'ORI_BONUS_GL',
|
|
|
- ],
|
|
|
- ],
|
|
|
- 'REAL_BONUS_GL' => [
|
|
|
- 'header' => '实发管理奖',
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['REAL_BONUS_GL'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '120',
|
|
|
- 'prop'=>'REAL_BONUS_GL',
|
|
|
- ],
|
|
|
- ],
|
|
|
+// 'BONUS_XF' => [
|
|
|
+// 'header' => '消费奖',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['BONUS_XF'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'BONUS_XF',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'ORI_BONUS_XF' => [
|
|
|
+// 'header' => '消费奖原金额',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['ORI_BONUS_XF'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'ORI_BONUS_XF',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'BONUS_YJ' => [
|
|
|
+// 'header' => '业绩奖',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['BONUS_YJ'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'BONUS_YJ',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'ORI_BONUS_YJ' => [
|
|
|
+// 'header' => '业绩奖原金额',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['ORI_BONUS_YJ'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'ORI_BONUS_YJ',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'BONUS_YC' => [
|
|
|
+// 'header' => '荣衔奖',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['BONUS_YC'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'BONUS_YC',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'ORI_BONUS_YC' => [
|
|
|
+// 'header' => '荣衔奖原金额',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['ORI_BONUS_YC'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'ORI_BONUS_YC',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'BONUS_VIP' => [
|
|
|
+// 'header' => 'VIP奖',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['BONUS_VIP'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'BONUS_VIP',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'ORI_BONUS_VIP' => [
|
|
|
+// 'header' => 'VIP奖原金额',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['ORI_BONUS_VIP'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'ORI_BONUS_VIP',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'BONUS_GL' => [
|
|
|
+// 'header' => '管理奖',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['BONUS_GL'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'BONUS_GL',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'ORI_BONUS_GL' => [
|
|
|
+// 'header' => '管理奖原金额',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['ORI_BONUS_GL'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'ORI_BONUS_GL',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
+// 'REAL_BONUS_GL' => [
|
|
|
+// 'header' => '实发管理奖',
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['REAL_BONUS_GL'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '120',
|
|
|
+// 'prop'=>'REAL_BONUS_GL',
|
|
|
+// ],
|
|
|
+// ],
|
|
|
// 'BONUS_FW' => [
|
|
|
// 'header' => '服务奖',
|
|
|
// 'value' => function($row) {
|