|
|
@@ -76,7 +76,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
$this->columns = [
|
|
|
'ID' => null,
|
|
|
'PERIOD_NUM' => [
|
|
|
- 'header' => 'Pay Cycle(PC)', // 结算期数
|
|
|
+ 'header' => 'Number of settlement periods',//结算期数
|
|
|
'headerOther' => [
|
|
|
'width' => '150',
|
|
|
],
|
|
|
@@ -85,7 +85,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'CALCULATED_AT' => [
|
|
|
- 'header' => 'Date', // 结算时间
|
|
|
+ 'header' => 'Settlement time',//结算时间
|
|
|
'value' => function($row) {
|
|
|
return (new DateTime([
|
|
|
'value' => $row['CALCULATED_AT'],
|
|
|
@@ -130,19 +130,19 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'LAST_MOBILE' => [
|
|
|
- 'header' => 'Phone Number',//手机号码
|
|
|
+ 'header' => 'phone number',//手机号码
|
|
|
'headerOther' => [
|
|
|
'width' => '120',
|
|
|
],
|
|
|
],
|
|
|
'LAST_PERIOD_AT' => [
|
|
|
- 'header' => 'Joining Period', // 加入期数
|
|
|
+ 'header' => 'Number of joining periods',//加入期数
|
|
|
'headerOther' => [
|
|
|
'width' => '100',
|
|
|
],
|
|
|
],
|
|
|
'LAST_CREATED_AT' => [
|
|
|
- 'header' => 'Joining Date', // 加入时间
|
|
|
+ 'header' => 'Join time',//加入时间
|
|
|
'value' => function($row) {
|
|
|
return (new DateTime([
|
|
|
'value' => $row['LAST_CREATED_AT'],
|
|
|
@@ -151,13 +151,13 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
'headerOther' => ['width' => '170'],
|
|
|
],
|
|
|
'LAST_REC_USER_NAME' => [
|
|
|
- 'header' => 'Sponsor No',//开拓者编号
|
|
|
+ 'header' => 'Pioneer No',//开拓者编号
|
|
|
'headerOther' => [
|
|
|
'width' => '150',
|
|
|
],
|
|
|
],
|
|
|
'LAST_REC_REAL_NAME' => [
|
|
|
- 'header' => 'Sponsor Name',//开拓者姓名
|
|
|
+ 'header' => 'Pioneer name',//开拓者姓名
|
|
|
'headerOther' => [
|
|
|
'width' => '120',
|
|
|
],
|
|
|
@@ -595,7 +595,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
// ],
|
|
|
// ],
|
|
|
'CALC_MONTH' => [
|
|
|
- 'header' => 'Bonus Month',//结算月
|
|
|
+ 'header' => 'Settlement month',//结算月
|
|
|
'headerOther' => [
|
|
|
'width' => '100',
|
|
|
],
|
|
|
@@ -775,13 +775,13 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
'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'=> 'Joining Period'], // 加入期数
|
|
|
- 'LAST_CREATED_AT'=> ['isUserTable'=> false, 'name'=> 'Joining Date', 'other'=> 'date'], // 加入时间
|
|
|
- 'CALCULATED_AT'=> ['isUserTable'=> false, 'name'=> 'Date', 'other'=> 'date'], // 备份时间
|
|
|
- 'LAST_REC_USER_NAME'=> ['isUserTable'=> false, 'name'=> 'Sponsor No'],//开拓者编号
|
|
|
- 'LAST_REC_REAL_NAME'=> ['isUserTable'=> false, 'name'=> 'Sponsor Name'],//开拓者姓名
|
|
|
- 'LAST_CON_USER_NAME'=> ['isUserTable'=> false, 'name'=> 'Superior Number'],//上级编号
|
|
|
+ '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'],//加入时间
|
|
|
+ 'CALCULATED_AT'=> ['isUserTable'=> false, 'name'=> 'Settlement 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'],//一市场结余业绩
|
|
|
@@ -798,7 +798,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
'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'=> 'Bonus Month'],//结算月
|
|
|
+ 'CALC_MONTH'=> ['isUserTable'=> false, 'name'=> 'Settlement month'],//结算月
|
|
|
];
|
|
|
}
|
|
|
return $this->filterTypes;
|