|
|
@@ -75,7 +75,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
$this->columns = [
|
|
|
'ID' => null,
|
|
|
'PERIOD_NUM' => [
|
|
|
- 'header' => '结算期数',
|
|
|
+ 'header' => 'Number of settlement periods',//结算期数
|
|
|
'headerOther' => [
|
|
|
'width' => '150',
|
|
|
],
|
|
|
@@ -84,7 +84,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'CALCULATED_AT' => [
|
|
|
- 'header' => '结算时间',
|
|
|
+ 'header' => 'Settlement time',//结算时间
|
|
|
'value' => function($row) {
|
|
|
return (new DateTime([
|
|
|
'value' => $row['CALCULATED_AT'],
|
|
|
@@ -93,7 +93,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
'headerOther' => ['width' => '170'],
|
|
|
],
|
|
|
'LAST_USER_NAME' => [
|
|
|
- 'header' => '会员编号',
|
|
|
+ 'header' => 'Member code',//会员编号
|
|
|
'headerOther' => [
|
|
|
'width' => '150',
|
|
|
],
|
|
|
@@ -102,7 +102,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'LAST_REAL_NAME' => [
|
|
|
- 'header' => '会员姓名',
|
|
|
+ 'header' => 'Member name',//会员姓名
|
|
|
'headerOther' => [
|
|
|
'width' => '120',
|
|
|
],
|
|
|
@@ -111,31 +111,31 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'LAST_DEC_LV_NAME' => [
|
|
|
- 'header' => '结算时会员级别',
|
|
|
+ 'header' => 'Member level at settlement',//结算时会员级别
|
|
|
'headerOther' => [
|
|
|
'width' => '120',
|
|
|
],
|
|
|
],
|
|
|
'LAST_EMP_LV_NAME' => [
|
|
|
- 'header' => '结算时会员聘级',
|
|
|
+ 'header' => 'Member rank at settlement',//结算时会员聘级
|
|
|
'headerOther' => [
|
|
|
'width' => '140',
|
|
|
],
|
|
|
],
|
|
|
'LAST_MOBILE' => [
|
|
|
- 'header' => '手机号码',
|
|
|
+ 'header' => 'phone number',//手机号码
|
|
|
'headerOther' => [
|
|
|
'width' => '120',
|
|
|
],
|
|
|
],
|
|
|
'LAST_PERIOD_AT' => [
|
|
|
- 'header' => '加入期数',
|
|
|
+ 'header' => 'Number of joining periods',//加入期数
|
|
|
'headerOther' => [
|
|
|
'width' => '100',
|
|
|
],
|
|
|
],
|
|
|
'LAST_CREATED_AT' => [
|
|
|
- 'header' => '加入时间',
|
|
|
+ 'header' => 'Join time',//加入时间
|
|
|
'value' => function($row) {
|
|
|
return (new DateTime([
|
|
|
'value' => $row['LAST_CREATED_AT'],
|
|
|
@@ -144,25 +144,25 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
'headerOther' => ['width' => '170'],
|
|
|
],
|
|
|
'LAST_REC_USER_NAME' => [
|
|
|
- 'header' => '开拓者编号',
|
|
|
+ 'header' => 'Pioneer No',//开拓者编号
|
|
|
'headerOther' => [
|
|
|
'width' => '150',
|
|
|
],
|
|
|
],
|
|
|
'LAST_REC_REAL_NAME' => [
|
|
|
- 'header' => '开拓者姓名',
|
|
|
+ 'header' => 'Pioneer name',//开拓者姓名
|
|
|
'headerOther' => [
|
|
|
'width' => '100',
|
|
|
],
|
|
|
],
|
|
|
'LAST_CON_USER_NAME' => [
|
|
|
- 'header' => '上级编号',
|
|
|
+ 'header' => 'Superior code',//上级编号
|
|
|
'headerOther' => [
|
|
|
'width' => '150',
|
|
|
],
|
|
|
],
|
|
|
'LAST_CON_REAL_NAME' => [
|
|
|
- 'header' => '上级姓名',
|
|
|
+ 'header' => 'Superior name',//上级姓名
|
|
|
'headerOther' => [
|
|
|
'width' => '100',
|
|
|
],
|
|
|
@@ -276,7 +276,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
// ],
|
|
|
// ],
|
|
|
'BONUS_TG' => [
|
|
|
- 'header' => '销售奖金',
|
|
|
+ 'header' => 'Sales bonus',//销售奖金
|
|
|
'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' => 'Original amount of sales bonus',//销售奖金原金额
|
|
|
'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' => 'achievement bonus',//绩效奖金
|
|
|
'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' => 'Original amount of performance bonus',//绩效奖金原金额
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['ORI_BONUS_QY'],
|
|
|
@@ -324,7 +324,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'ORI_CAPPED_BONUS_QY' => [
|
|
|
- 'header' => '绩效奖未封顶金额',
|
|
|
+ 'header' => 'Uncapped amount of Performance Award',//绩效奖未封顶金额
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['ORI_CAPPED_BONUS_QY'],
|
|
|
@@ -336,7 +336,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'ORI_BONUS_QY_BD' => [
|
|
|
- 'header' => '报单团队奖原金额',
|
|
|
+ 'header' => 'Original amount of declaration Team Award',//报单团队奖原金额
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['ORI_BONUS_QY_BD'],
|
|
|
@@ -384,7 +384,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
// ],
|
|
|
// ],
|
|
|
'BONUS_BS_MNT' => [
|
|
|
- 'header' => '蓝星管理奖',
|
|
|
+ 'header' => 'Bluestar Management Award',//蓝星管理奖
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['BONUS_BS_MNT'],
|
|
|
@@ -396,7 +396,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'ORI_BONUS_BS_MNT' => [
|
|
|
- 'header' => '蓝星管理奖原金额',
|
|
|
+ 'header' => 'Original amount of Bluestar Management Award',//蓝星管理奖原金额
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['ORI_BONUS_BS_MNT'],
|
|
|
@@ -408,7 +408,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'BONUS_BS_ABBR' => [
|
|
|
- 'header' => '蓝星业绩奖',
|
|
|
+ 'header' => 'Blue star performance award',//蓝星业绩奖
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['BONUS_BS_ABBR'],
|
|
|
@@ -420,7 +420,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'ORI_BONUS_BS_ABBR' => [
|
|
|
- 'header' => '蓝星业绩奖原金额',
|
|
|
+ 'header' => 'Original amount of blue star performance award',//蓝星业绩奖原金额
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['ORI_BONUS_BS_ABBR'],
|
|
|
@@ -492,7 +492,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
// ],
|
|
|
// ],
|
|
|
'BONUS_REAL' => [
|
|
|
- 'header' => '实发奖金',
|
|
|
+ 'header' => 'Actual bonus',//实发奖金
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['BONUS_REAL'],
|
|
|
@@ -504,7 +504,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'BONUS_TOTAL' => [
|
|
|
- 'header' => '总奖金',
|
|
|
+ 'header' => 'Total bonus',//总奖金
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['BONUS_TOTAL'],
|
|
|
@@ -516,7 +516,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'MANAGE_TAX' => [
|
|
|
- 'header' => '管理费',
|
|
|
+ 'header' => 'Management Expense',//管理费
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['MANAGE_TAX'],
|
|
|
@@ -540,7 +540,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
// ],
|
|
|
// ],
|
|
|
'BONUS_INCOME' => [
|
|
|
- 'header' => '总收入',
|
|
|
+ 'header' => 'Total revenue',//总收入
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['BONUS_INCOME'],
|
|
|
@@ -564,7 +564,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
// ],
|
|
|
// ],
|
|
|
'CALC_MONTH' => [
|
|
|
- 'header' => '结算月',
|
|
|
+ 'header' => 'Settlement month',//结算月
|
|
|
'headerOther' => [
|
|
|
'width' => '100',
|
|
|
],
|
|
|
@@ -740,33 +740,33 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
{
|
|
|
if(!$this->filterTypes){
|
|
|
$this->filterTypes = [
|
|
|
- 'LAST_USER_NAME'=> ['isUserTable'=> false, 'name'=> '会员编号'],
|
|
|
- 'LAST_REAL_NAME'=> ['isUserTable'=> false, 'name'=> '会员姓名'],
|
|
|
- 'LAST_DEC_LV_NAME'=> ['isUserTable'=> false, 'name'=> '结算时会员级别', 'other'=> 'decLevel'],
|
|
|
- 'LAST_EMP_LV_NAME'=> ['isUserTable'=> false, 'name'=> '结算时会员聘级', 'other'=> 'empLevel'],
|
|
|
- 'LAST_MOBILE'=> ['isUserTable'=> false, 'name'=> '手机号'],
|
|
|
- 'LAST_PERIOD_AT'=> ['isUserTable'=> false, 'name'=> '加入期数'],
|
|
|
- 'LAST_CREATED_AT'=> ['isUserTable'=> false, 'name'=> '加入时间', 'other'=> 'date'],
|
|
|
- 'LAST_REC_USER_NAME'=> ['isUserTable'=> false, 'name'=> '开拓者编号'],
|
|
|
- 'LAST_REC_REAL_NAME'=> ['isUserTable'=> false, 'name'=> '开拓者姓名'],
|
|
|
- 'LAST_CON_USER_NAME'=> ['isUserTable'=> false, 'name'=> '上级编号'],
|
|
|
- 'LAST_CON_REAL_NAME'=> ['isUserTable'=> false, 'name'=> '上级姓名'],
|
|
|
- 'PV_1L'=> ['isUserTable'=> false, 'name'=> '一市场新增业绩'],
|
|
|
- 'SURPLUS_1L'=> ['isUserTable'=> false, 'name'=> '一市场结余业绩'],
|
|
|
- 'PV_2L'=> ['isUserTable'=> false, 'name'=> '二市场新增业绩'],
|
|
|
- 'SURPLUS_2L'=> ['isUserTable'=> false, 'name'=> '二市场结余业绩'],
|
|
|
- 'PV_3L'=> ['isUserTable'=> false, 'name'=> '三市场新增业绩'],
|
|
|
- 'SURPLUS_3L'=> ['isUserTable'=> false, 'name'=> '三市场结余业绩'],
|
|
|
- 'BONUS_BD'=> ['isUserTable'=> false, 'name'=> '服务奖'],
|
|
|
- 'BONUS_TG'=> ['isUserTable'=> false, 'name'=> '推广奖'],
|
|
|
- 'BONUS_XF'=> ['isUserTable'=> false, 'name'=> '消费奖'],
|
|
|
- 'BONUS_YJ'=> ['isUserTable'=> false, 'name'=> '业绩奖'],
|
|
|
- 'BONUS_GX'=> ['isUserTable'=> false, 'name'=> '共享奖'],
|
|
|
- 'BONUS_GL'=> ['isUserTable'=> false, 'name'=> '管理奖'],
|
|
|
- 'BONUS_QY'=> ['isUserTable'=> false, 'name'=> '团队奖'],
|
|
|
- 'BONUS_YC'=> ['isUserTable'=> false, 'name'=> '荣衔奖'],
|
|
|
- 'ORI_BONUS_STANDARD'=> ['isUserTable'=> false, 'name'=> '团队成长奖'],
|
|
|
- 'CALC_MONTH'=> ['isUserTable'=> false, 'name'=> '结算月'],
|
|
|
+ 'LAST_USER_NAME'=> ['isUserTable'=> false, 'name'=> 'Member code'],//会员编号
|
|
|
+ 'LAST_REAL_NAME'=> ['isUserTable'=> false, 'name'=> 'Member name'],//会员姓名
|
|
|
+ 'LAST_DEC_LV_NAME'=> ['isUserTable'=> false, 'name'=> 'Member level at settlement', 'other'=> 'decLevel'],//结算时会员级别
|
|
|
+ 'LAST_EMP_LV_NAME'=> ['isUserTable'=> false, 'name'=> 'Member rank at settlement', 'other'=> 'empLevel'],//结算时会员聘级
|
|
|
+ 'LAST_MOBILE'=> ['isUserTable'=> false, 'name'=> 'phone number'],//手机号
|
|
|
+ 'LAST_PERIOD_AT'=> ['isUserTable'=> false, 'name'=> 'Number of joining periods'],//加入期数
|
|
|
+ 'LAST_CREATED_AT'=> ['isUserTable'=> false, 'name'=> 'Join time', 'other'=> 'date'],//加入时间
|
|
|
+ 'LAST_REC_USER_NAME'=> ['isUserTable'=> false, 'name'=> 'Pioneer No'],//开拓者编号
|
|
|
+ 'LAST_REC_REAL_NAME'=> ['isUserTable'=> false, 'name'=> 'Pioneer name'],//开拓者姓名
|
|
|
+ 'LAST_CON_USER_NAME'=> ['isUserTable'=> false, 'name'=> 'Superior number'],//上级编号
|
|
|
+ 'LAST_CON_REAL_NAME'=> ['isUserTable'=> false, 'name'=> 'Name of superior'],//上级姓名
|
|
|
+ 'PV_1L'=> ['isUserTable'=> false, 'name'=> 'I. new market performance'],//一市场新增业绩
|
|
|
+ 'SURPLUS_1L'=> ['isUserTable'=> false, 'name'=> 'I. market balance performance'],//一市场结余业绩
|
|
|
+ 'PV_2L'=> ['isUserTable'=> false, 'name'=> 'II. new market performance'],//二市场新增业绩
|
|
|
+ 'SURPLUS_2L'=> ['isUserTable'=> false, 'name'=> 'II. market balance performance'],//二市场结余业绩
|
|
|
+ 'PV_3L'=> ['isUserTable'=> false, 'name'=> 'III. new market performance'],//三市场新增业绩
|
|
|
+ 'SURPLUS_3L'=> ['isUserTable'=> false, 'name'=> 'III. market balance performance'],//三市场结余业绩
|
|
|
+ 'BONUS_BD'=> ['isUserTable'=> false, 'name'=> 'Service Award'],//服务奖
|
|
|
+ 'BONUS_TG'=> ['isUserTable'=> false, 'name'=> 'Promotion Award'],//推广奖
|
|
|
+ 'BONUS_XF'=> ['isUserTable'=> false, 'name'=> 'Consumption Award'],//消费奖
|
|
|
+ 'BONUS_YJ'=> ['isUserTable'=> false, 'name'=> 'Performance Award'],//业绩奖
|
|
|
+ 'BONUS_GX'=> ['isUserTable'=> false, 'name'=> 'Sharing Award'],//共享奖
|
|
|
+ 'BONUS_GL'=> ['isUserTable'=> false, 'name'=> 'Management Award'],//管理奖
|
|
|
+ 'BONUS_QY'=> ['isUserTable'=> false, 'name'=> 'Team award'],//团队奖
|
|
|
+ 'BONUS_YC'=> ['isUserTable'=> false, 'name'=> 'Honor Award'],//荣衔奖
|
|
|
+ 'ORI_BONUS_STANDARD'=> ['isUserTable'=> false, 'name'=> 'Team growth Award'],//团队成长奖
|
|
|
+ 'CALC_MONTH'=> ['isUserTable'=> false, 'name'=> 'Settlement month'],//结算月
|
|
|
];
|
|
|
}
|
|
|
return $this->filterTypes;
|