新增支付备注

master
chenzhi 4 years ago
parent d5aeb21b33
commit fb0edbe752

@ -57,7 +57,7 @@
<a href="{:U('lists')}">审核列表</a> <a href="{:U('lists')}">审核列表</a>
</div> </div>
<h3 class="page_title">推广游戏分成</h3> <h3 class="page_title">推广游戏分成</h3>
<p class="description_text">未进行公司绑定的公司结算单将无法进行审核及打款</p> <p class="description_text">删除后游戏比例将读取模板值</p>
</div> </div>
<!-- <div class="fl button_list"> <!-- <div class="fl button_list">
<div class="tools"> <div class="tools">

@ -57,7 +57,7 @@
<a class="tabchose" href="{:U('lists')}">审核列表</a> <a class="tabchose" href="{:U('lists')}">审核列表</a>
</div> </div>
<h3 class="page_title">推广游戏分成审核列表</h3> <h3 class="page_title">推广游戏分成审核列表</h3>
<p class="description_text">未进行公司绑定的公司结算单将无法进行审核及打款</p> <p class="description_text">如需修改已审核完成的游戏分成,请新增一个分成进行审核,未审核通过的,请直接编辑</p>
</div> </div>
<!-- <div class="fl button_list"> <!-- <div class="fl button_list">
<div class="tools"> <div class="tools">

@ -130,7 +130,7 @@ class PaymentController extends BaseController
if ($page) { if ($page) {
$this->assign('_page', $page); $this->assign('_page', $page);
} }
$this->meta_title = '打款结算单';
$this->assign("data",$CompanyInfo); $this->assign("data",$CompanyInfo);
$this->assign("money",$money); $this->assign("money",$money);
$this->assign("CompanyType", $this->CompanyType); $this->assign("CompanyType", $this->CompanyType);

Loading…
Cancel
Save