汇总单代码提交

master
zhengyongxing 4 years ago
parent b664ba46ad
commit 6a46df5a28

@ -131,7 +131,6 @@ class WithdrawController extends BaseController
$this->poolCount($dbres['pool_id']);
M("company_statement_info","tab_")->save($savedata);
$this->ajaxReturn(["msg"=>"打款成功","data"=>$dbres,"status"=>1]);
# code...
}
/**
@ -153,7 +152,6 @@ class WithdrawController extends BaseController
}
}
}
$this->ajaxReturn(["success"=>"打款成功","data"=>[]]);
}
protected function setOneVerifyStatus($change_status,$op_pre,$id)

@ -214,7 +214,7 @@
<elseif condition="$s.pay_status eq 1"/>打款成功</if>
</td>
<td>
<if condition="$promote_data.withdraw_done eq 1 and $s.verify_status eq 1">
<if condition="$promote_data.withdraw_done eq 1 and $s.verify_status eq 1 and ($s.pay_status eq -1 or $s.pay_status eq 0)">
<a href="javascript:;" class="open_edit" data-id="{$s.id}">提现</a>
</if>
<a href="javascript:;" class="apply" data-id="{$s.id}">结算单详情</a>

Loading…
Cancel
Save