优化打款

master
chenzhi 4 years ago
parent 309300299d
commit f58154a07a

@ -112,7 +112,7 @@ class ExcelPaymentController extends BaseController
$this->assign('_page', $page);
}
// echo($page);die();
$this->meta_title = 'EXCEL打款';
$this->meta_title = '线下打款';
$this->assign("data",$CompanyInfo);
$this->assign("money",$money);
$this->assign("CompanyType", $this->CompanyType);

@ -356,7 +356,7 @@ class PaymentController extends BaseController
public function transfer_set()
{
$this->getAccountMoney();
$this->meta_title = '打款设置';
$this->meta_title = '复核账号设置';
$this->assign("mobile",$this->admininfo['mobile']);
$this->display();
}

@ -117,7 +117,7 @@
<th>支付宝真实姓名</th>
<th>支付宝账号</th>
<th>制单人</th>
<th>核人员</th>
<th>核人员</th>
<th>打款状态</th>
<th>打款时间</th>
<th>备注</th>

@ -16,7 +16,7 @@
<tbody>
<tr>
<td class="l noticeinfo">打款验证手机</td>
<td class="l noticeinfo">复核账</td>
<td class="r table_radio">
<input name="mobile" type="text" data-mobile="{$mobile}" value="{$mobile}" class="">
<span class="notice-text"></span>

@ -204,10 +204,10 @@ $(function(){
<div class="fgx">功能菜单</div> -->
<div id="subnav" class="subnav">
<if condition="session('payment_user.is_payment') eq 1">
<h3 class='no'><i class="icon icon-unfold"></i>打款设置</h3>
<h3 class='no'><i class="icon icon-unfold"></i>账号管理</h3>
<ul class="side-sub-menu" style="display: none;">
<li>
<a class="item" href="{:U('Payment/transfer_set')}">打款账号设置</a>
<a class="item" href="{:U('Payment/transfer_set')}">复核账号</a>
</li>
</ul>

Loading…
Cancel
Save