|
|
@ -119,7 +119,7 @@ class LanzuCsWithdrawController extends AdminController |
|
|
$aduid = LanzuCsInfo::where('id', $form->model()->cs_id)->pluck('admin_user_id')->first(); |
|
|
$aduid = LanzuCsInfo::where('id', $form->model()->cs_id)->pluck('admin_user_id')->first(); |
|
|
|
|
|
|
|
|
$form->display('amount', '可提现金额')->value(LanzuUserBalance::getBalance($aduid, Type::BALANCE_USER_TYPE_CS)); |
|
|
$form->display('amount', '可提现金额')->value(LanzuUserBalance::getBalance($aduid, Type::BALANCE_USER_TYPE_CS)); |
|
|
$form->display('cs_id', '提现用户')->value($form->model()->name); |
|
|
|
|
|
|
|
|
$form->display('cs_name', '提现用户')->value($form->model()->cs_info['name']); |
|
|
$form->display('money'); |
|
|
$form->display('money'); |
|
|
|
|
|
|
|
|
if ($form->model()->status != 0) {//提现审核后 就能再编辑
|
|
|
if ($form->model()->status != 0) {//提现审核后 就能再编辑
|
|
|
|