|
@@ -175,7 +175,9 @@ class WithdrawList extends \common\libs\dataList\DataList implements DataListInt
|
|
|
'other'=> 'select',
|
|
'other'=> 'select',
|
|
|
'selectData'=> self::getCountry()
|
|
'selectData'=> self::getCountry()
|
|
|
],
|
|
],
|
|
|
- 'OPEN_BANK' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawBank')],
|
|
|
|
|
|
|
+ 'OPEN_BANK' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawBank'),
|
|
|
|
|
+ 'other'=> 'select',
|
|
|
|
|
+ 'selectData'=> OpenBank::getAllOpenBank()],
|
|
|
'MOBILE' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawMobile')],
|
|
'MOBILE' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawMobile')],
|
|
|
];
|
|
];
|
|
|
}
|
|
}
|