|
|
@ -112,7 +112,9 @@ class LanzuCsWithdrawController extends AdminController |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
} else {//编辑操作
|
|
|
} else {//编辑操作
|
|
|
$form->display('amount', '可提现金额')->value(LanzuUserBalance::getBalance($form->model()->cs_id, 3)); |
|
|
|
|
|
|
|
|
$aduid = LanzuCsInfo::where('id',$form->model()->cs_id)->pluck('admin_user_id')->first(); |
|
|
|
|
|
|
|
|
|
|
|
$form->display('amount', '可提现金额')->value(LanzuUserBalance::getBalance($aduid, 3)); |
|
|
$form->display('cs_id', '提现用户')->value($form->model()->name); |
|
|
$form->display('cs_id', '提现用户')->value($form->model()->name); |
|
|
$form->display('money'); |
|
|
$form->display('money'); |
|
|
|
|
|
|
|
|
|