|
|
|
@ -140,6 +140,8 @@ class LanzuMmWithdrawController extends AdminController |
|
|
|
$form->display('可提现金额')->value($this->getBalance($current_user->id)); |
|
|
|
$form->display('提现人')->value(LanzuMmInfo::find($mmId)->name); |
|
|
|
} else {//非市场经理登陆时
|
|
|
|
$mm = LanzuMmInfo::find($form->model()->mm_id); |
|
|
|
$form->display('可提现金额')->value($this->getBalance($mm->admin_user_id)); |
|
|
|
$mmInfo = LanzuMmInfo::find($form->model()->mm_id); |
|
|
|
if ($mmInfo) { |
|
|
|
$form->display('提现人')->value($mmInfo->name); |
|
|
|
|