推广平台>财务管理>提现记录--更新

master
chenxiaojun 5 years ago
commit 19deadfcfa

@ -657,7 +657,7 @@ class FinanceController extends BaseController
//是否是会长
$this->purview();
//验证安全密码
$metaTitle = '结算单';
$metaTitle = '公会对账';
$modelList = ['财务管理', '提现记录', $metaTitle];
$this->verifyPasswordView($modelList);
@ -675,7 +675,7 @@ class FinanceController extends BaseController
$statementMap['statement_type'] = 1;
$statement = M('statement', 'tab_')->where($statementMap)->find();
if (empty($statement)) {
$this->error('未生成下游结算单');
$this->error('未生成下游对账单');
}
$statement['first_party_info'] = json_decode($statement['first_party_info'], 1);//甲方

@ -201,7 +201,7 @@
<elseif condition="$vo['status'] eq -1"/>
<!-- <span class="renew-review" data-id="{$vo['id']}" style="color: #0bb20c;cursor: pointer;">重新审核</span>-->
</if>
<a href="{:U('settlementOrder', array('id'=>$vo['id']))}">结算单</a>
<a href="{:U('settlementOrder', array('id'=>$vo['id']))}">公会对账</a>
<if condition="$vo['status'] eq -1 or $vo['status'] eq 0">
<!-- <span class="cancel-withdraw" data-id="{$vo['id']}" style="color: red;cursor: pointer;">撤销提现</span>-->
</if>

Loading…
Cancel
Save