|
|
@@ -137,17 +137,6 @@ class BalanceList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
'tag'=>['type'=>'danger', 'size' => 'small', 'class'=>'no-border'],
|
|
|
],
|
|
|
],
|
|
|
- 'PERIOD_AT' => [
|
|
|
- 'header' =>\Yii::t('ctx', 'joiningPeriod'), // 加入期数
|
|
|
- 'headerOther' => ['width' => '110'],
|
|
|
- ],
|
|
|
- 'MOBILE' => [
|
|
|
- 'header' => \Yii::t('ctx', 'phoneNumber'), // 手机号码
|
|
|
- 'value' => function($row) {
|
|
|
- return "\t".$row['MOBILE'];
|
|
|
- },
|
|
|
- 'headerOther' => ['width' => '120'],
|
|
|
- ],
|
|
|
];
|
|
|
}
|
|
|
return $this->columns;
|
|
|
@@ -164,11 +153,6 @@ class BalanceList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
'USER_NAME'=> ['isUserTable'=> false, 'name'=> \Yii::t('ctx', 'memberCode')], // 会员编号
|
|
|
'REAL_NAME'=> ['isUserTable'=> false, 'name'=> \Yii::t('ctx', 'memberName')], // 会员姓名
|
|
|
'IS_DEC'=> ['isUserTable'=> false, 'name'=> \Yii::t('ctx', 'whetherStockist'), 'other'=> 'yesOrNo'], // 是否报单中心
|
|
|
- 'BONUS'=> ['isUserTable'=> false, 'name'=> \Yii::t('ctx', 'memberBonus')], // 会员奖金余额
|
|
|
- 'CASH'=> ['isUserTable'=> false, 'name'=> \Yii::t('ctx', 'memberEcoin')], // 会员余额
|
|
|
- 'PERIOD_AT'=> ['isUserTable'=> false, 'name'=> \Yii::t('ctx', 'joiningPeriod')], // 加入期数
|
|
|
- 'MOBILE'=> ['isUserTable'=> false, 'name'=> \Yii::t('ctx', 'phoneNumber')], // 手机号码
|
|
|
- 'TEL'=> ['isUserTable'=> false, 'name'=> \Yii::t('ctx', 'alternatePhoneNumber')], // 备用手机号码
|
|
|
];
|
|
|
}
|
|
|
return $this->filterTypes;
|