Explorar o código

feature/EK-4047

ryan hai 1 semana
pai
achega
eec954b730
Modificáronse 1 ficheiros con 10 adicións e 1 borrados
  1. 10 1
      backendApi/modules/v1/models/lists/finance/WithdrawList.php

+ 10 - 1
backendApi/modules/v1/models/lists/finance/WithdrawList.php

@@ -167,7 +167,16 @@ class WithdrawList extends \common\libs\dataList\DataList implements DataListInt
                 'USER_NAME' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceBalanceAuditListUserName')], // 会员编号
                 'USER_NAME' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceBalanceAuditListUserName')], // 会员编号
                 'WITHDRAW_PERIOD_NUM' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawPeriod')], // 提现期数
                 'WITHDRAW_PERIOD_NUM' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawPeriod')], // 提现期数
                 'CREATED_AT' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawWithdrawalTime'), 'other' => 'date'],  // 申请时间
                 'CREATED_AT' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawWithdrawalTime'), 'other' => 'date'],  // 申请时间
-                'REAL_AMOUNT' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawRealAmount')] // 实际到账金额
+                'REAL_AMOUNT' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawRealAmount')], // 实际到账金额
+
+                'REAL_NAME' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceBalanceAuditListRealName')],
+                'COUNTRY_ID' => [
+                    'name'=> \Yii::t('ctx', 'country'),
+                    'other'=> 'select',
+                    'selectData'=> self::getCountry()
+                ],
+                'OPEN_BANK' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawBank')],
+                'MOBILE' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawMobile')],
             ];
             ];
         }
         }
         return $this->filterTypes;
         return $this->filterTypes;