mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-10-30 10:07:31 +08:00
由gopath形式改为module
This commit is contained in:
141
merchant/views/withdraw/multi_withdraw.html
Normal file
141
merchant/views/withdraw/multi_withdraw.html
Normal file
@@ -0,0 +1,141 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{{template "template/css.html"}}
|
||||
</head>
|
||||
<body>
|
||||
<div class="page">
|
||||
<!-- Main Navbar-->
|
||||
{{template "template/header.html"}}
|
||||
<div class="page-content d-flex align-items-stretch">
|
||||
<!-- Side Navbar -->
|
||||
<nav class="side-navbar">
|
||||
<!-- Sidebar Header-->
|
||||
<div class="sidebar-header d-flex align-items-center">
|
||||
<a href="/index/ui/">
|
||||
<div class="avatar">
|
||||
<img src="../../static/img/avatar-1.jpg" alt="..."
|
||||
class="img-fluid rounded-circle">
|
||||
</div>
|
||||
</a>
|
||||
<a href="#">
|
||||
<div class="title">
|
||||
<h1 class="h4">{{.userName}}</h1>
|
||||
<p>欢迎您!</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Sidebar Navidation Menus--><span class="heading">主菜单</span>
|
||||
<ul class="list-unstyled">
|
||||
<li><a href="/index/ui/"> <i class="icon-home"></i>首页 </a></li>
|
||||
<li>
|
||||
<a href="#exampledropdownDropdown" aria-expanded="false" data-toggle="collapse"> <i
|
||||
class="icon icon-user"></i>账户管理 </a>
|
||||
<ul id="exampledropdownDropdown" class="collapse list-unstyled ">
|
||||
<li><a href="/user_info/show_modify_ui">修改密码</a></li>
|
||||
<li><a href="/user_info/show_ui">账户资料</a></li>
|
||||
<li><a href="/index/show_pay_way_ui">通道配置</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#exampledropdownDropdown1" aria-expanded="false" data-toggle="collapse"> <i
|
||||
class="icon icon-presentation"></i>订单管理 </a>
|
||||
<ul id="exampledropdownDropdown1" class="collapse list-unstyled ">
|
||||
<li><a href="/trade/show_ui">订单记录</a></li>
|
||||
<li><a href="/trade/show_complaint_ui">投诉列表</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#exampledropdownDropdown2" aria-expanded="true" data-toggle="collapse"> <i
|
||||
class="icon icon-bill"></i>财务管理 </a>
|
||||
<ul id="exampledropdownDropdown2" class=" list-unstyled ">
|
||||
<li><a href="/withdraw/show_ui">申请提现</a></li>
|
||||
<li class="active"><a href="/multi_withdraw/show_multi_ui">批量申请提现</a></li>
|
||||
<li><a href="/withdraw/show_list_ui">提现记录</a></li>
|
||||
{{/* <li><a href="/recharge/show_recharge_list_ui">自定义记录</a></li>*/}}
|
||||
<li><a href="/history/show_history_list_ui">资产变动明细</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="content-inner">
|
||||
<!-- Page Header-->
|
||||
<header class="page-header">
|
||||
<div class="container-fluid">
|
||||
<h2 class="no-margin-bottom">批量提现</h2>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Forms Section-->
|
||||
<section class="forms">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<!-- Basic Form-->
|
||||
<div class="col-lg-6">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<form id="multi_withdraw" class="form-horizontal">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 form-control-label">可提现余额</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" id="balance"
|
||||
class="form-control" readonly>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">批量代付文件</label>
|
||||
<div class="col-sm-5">
|
||||
<input id="file" type="file" name="file"
|
||||
placeholder="必填项"
|
||||
class="form-control" required>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<a href="/excel/download">
|
||||
<input type="button" value="下载代付Excel模板"
|
||||
class="btn badge-info btn-sm">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">短信验证码</label>
|
||||
<div class="col-sm-5">
|
||||
<input type="text" id="smsVerifyCode" name="mobileCode"
|
||||
onkeyup="value=value.replace(/[^\d.]/g,'')"
|
||||
placeholder="必填项"
|
||||
class="form-control" required>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input type="button" value="发送手机验证码"
|
||||
onclick="form_v.launch_multi_withdraw('')"
|
||||
class="btn btn-primary">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-7" align="center">
|
||||
<input type="button" value="提交"
|
||||
onclick="form_v.launch_multi_withdraw('/multi_withdraw/launch_multi_withdraw/')"
|
||||
class="btn btn-primary"
|
||||
id="multi_withdraw_btn">
|
||||
</div>
|
||||
<label class="col-sm-5 form-control-label" style="color: red">温馨提示:
|
||||
当前单笔提现手续费为 ¥<label id="sett_fee">2</label> ,
|
||||
从账户余额中扣取。</label>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- JavaScript files-->
|
||||
{{template "template/js.html"}}
|
||||
<script type="application/javascript">
|
||||
$(function () {
|
||||
index.get_account_balance();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
204
merchant/views/withdraw/withdraw.html
Normal file
204
merchant/views/withdraw/withdraw.html
Normal file
@@ -0,0 +1,204 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{{template "template/css.html"}}
|
||||
</head>
|
||||
<body>
|
||||
<div class="page">
|
||||
<!-- Main Navbar-->
|
||||
{{template "template/header.html"}}
|
||||
<div class="page-content d-flex align-items-stretch">
|
||||
<!-- Side Navbar -->
|
||||
<nav class="side-navbar">
|
||||
<!-- Sidebar Header-->
|
||||
<div class="sidebar-header d-flex align-items-center">
|
||||
<a href="/index/ui/">
|
||||
<div class="avatar">
|
||||
<img src="../../static/img/avatar-1.jpg" alt="..."
|
||||
class="img-fluid rounded-circle">
|
||||
</div>
|
||||
</a>
|
||||
<a href="#">
|
||||
<div class="title">
|
||||
<h1 class="h4">{{.userName}}</h1>
|
||||
<p>欢迎您!</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Sidebar Navidation Menus--><span class="heading">主菜单</span>
|
||||
<ul class="list-unstyled">
|
||||
<li><a href="/index/ui/"> <i class="icon-home"></i>首页 </a></li>
|
||||
<li>
|
||||
<a href="#exampledropdownDropdown" aria-expanded="false" data-toggle="collapse"> <i
|
||||
class="icon icon-user"></i>账户管理 </a>
|
||||
<ul id="exampledropdownDropdown" class="collapse list-unstyled ">
|
||||
<li><a href="/user_info/show_modify_ui">修改密码</a></li>
|
||||
<li><a href="/user_info/show_ui">账户资料</a></li>
|
||||
<li><a href="/index/show_pay_way_ui">通道配置</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#exampledropdownDropdown1" aria-expanded="false" data-toggle="collapse"> <i
|
||||
class="icon icon-presentation"></i>订单管理 </a>
|
||||
<ul id="exampledropdownDropdown1" class="collapse list-unstyled ">
|
||||
<li><a href="/trade/show_ui">订单记录</a></li>
|
||||
<li><a href="/trade/show_complaint_ui">投诉列表</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#exampledropdownDropdown2" aria-expanded="true" data-toggle="collapse"> <i
|
||||
class="icon icon-bill"></i>财务管理 </a>
|
||||
<ul id="exampledropdownDropdown2" class=" list-unstyled ">
|
||||
<li class="active"><a href="/withdraw/show_ui">申请提现</a></li>
|
||||
<li><a href="/multi_withdraw/show_multi_ui">批量申请提现</a></li>
|
||||
<li><a href="/withdraw/show_list_ui">提现记录</a></li>
|
||||
{{/* <li><a href="/recharge/show_recharge_list_ui">自定义记录</a></li>*/}}
|
||||
<li><a href="/history/show_history_list_ui">资产变动明细</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="content-inner">
|
||||
<!-- Page Header-->
|
||||
<header class="page-header">
|
||||
<div class="container-fluid">
|
||||
<h2 class="no-margin-bottom">申请提现</h2>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Forms Section-->
|
||||
<section class="forms">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<!-- Basic Form-->
|
||||
<div class="col-lg-6">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<form id="withdraw" class="form-horizontal">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 form-control-label">可提现余额</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" id="balance"
|
||||
class="form-control" readonly>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">银行名称</label>
|
||||
<div class="col-sm-9">
|
||||
<select class="form-control" id="bankCode" name="bankCode" required>
|
||||
<option value="">选择银行</option>
|
||||
{{range $k,$v:=.bankInfo}}
|
||||
<option value="{{$k}}">{{$v}}</option>
|
||||
{{end}}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">账户名</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" id="accountName" name="accountName"
|
||||
placeholder="必填项"
|
||||
class="form-control" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">卡号</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" id="cardNo" name="cardNo"
|
||||
placeholder="必填项"
|
||||
class="form-control" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">开户账户类型</label>
|
||||
<div class="col-sm-9">
|
||||
<select class="form-control" id="bankAccountType" name="bankAccountType"
|
||||
required>
|
||||
<option value="PRIVATE_DEBIT_ACCOUNT">对私借记卡</option>
|
||||
<option value="PUBLIC_ACCOUNT">对公帐户</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">开户行所在省份</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" id="province" name="province"
|
||||
placeholder="xx省,例如:广东省"
|
||||
class="form-control" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">开户行所在城市</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" id="city" name="city"
|
||||
placeholder="xx市,例如:深圳市"
|
||||
class="form-control" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">开户行全称</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" id="bankAccountAddress" name="bankAccountAddress"
|
||||
placeholder="xxx银行,与选择的银行名称相同即可"
|
||||
class="form-control" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">收款人手机号</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" id="moblieNo" name="moblieNo"
|
||||
placeholder="必填项"
|
||||
class="form-control" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">金额</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" id="amount" name="amount"
|
||||
onkeyup="value=value.replace(/[^\d.]/g,'')"
|
||||
placeholder="单笔最低2元,50000元"
|
||||
class="form-control" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 form-control-label">短信验证码</label>
|
||||
<div class="col-sm-5">
|
||||
<input type="text" id="smsVerifyCode" name="smsVerifyCode"
|
||||
onkeyup="value=value.replace(/[^\d.]/g,'')"
|
||||
placeholder="必填项"
|
||||
class="form-control" required>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input type="button" value="发送手机验证码"
|
||||
onclick="form_v.launch_single_withdraw('')"
|
||||
class="btn btn-primary">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-7" align="center">
|
||||
<input type="button" value="提交"
|
||||
onclick="form_v.launch_single_withdraw('/withdraw/launch_single_withdraw/')"
|
||||
class="btn btn-primary">
|
||||
</div>
|
||||
<label class="col-sm-5 form-control-label" style="color: red">温馨提示:
|
||||
当前单笔提现手续费为 ¥<label id="sett_fee">2</label> ,
|
||||
从账户余额中扣取。</label>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- JavaScript files-->
|
||||
{{template "template/js.html"}}
|
||||
<script type="application/javascript">
|
||||
$(function () {
|
||||
index.get_account_balance();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
165
merchant/views/withdraw/withdraw_record.html
Normal file
165
merchant/views/withdraw/withdraw_record.html
Normal file
@@ -0,0 +1,165 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{{template "template/css.html"}}
|
||||
</head>
|
||||
<body>
|
||||
<div class="page">
|
||||
<!-- Main Navbar-->
|
||||
{{template "template/header.html"}}
|
||||
<div class="page-content d-flex align-items-stretch">
|
||||
<!-- Side Navbar -->
|
||||
<nav class="side-navbar">
|
||||
<!-- Sidebar Header-->
|
||||
<div class="sidebar-header d-flex align-items-center">
|
||||
<a href="/index/ui/">
|
||||
<div class="avatar">
|
||||
<img src="../../static/img/avatar-1.jpg" alt="..."
|
||||
class="img-fluid rounded-circle">
|
||||
</div>
|
||||
</a>
|
||||
<a href="#">
|
||||
<div class="title">
|
||||
<h1 class="h4">{{.userName}}</h1>
|
||||
<p>欢迎您!</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Sidebar Navidation Menus--><span class="heading">主菜单</span>
|
||||
<ul class="list-unstyled">
|
||||
<li><a href="/index/ui/"> <i class="icon-home"></i>首页 </a></li>
|
||||
<li>
|
||||
<a href="#exampledropdownDropdown" aria-expanded="false" data-toggle="collapse"> <i
|
||||
class="icon icon-user"></i>账户管理 </a>
|
||||
<ul id="exampledropdownDropdown" class="collapse list-unstyled ">
|
||||
<li><a href="/user_info/show_modify_ui">修改密码</a></li>
|
||||
<li><a href="/user_info/show_ui">账户资料</a></li>
|
||||
<li><a href="/index/show_pay_way_ui">通道配置</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#exampledropdownDropdown1" aria-expanded="false" data-toggle="collapse"> <i
|
||||
class="icon icon-presentation"></i>订单管理 </a>
|
||||
<ul id="exampledropdownDropdown1" class="collapse list-unstyled ">
|
||||
<li><a href="/trade/show_ui">订单记录</a></li>
|
||||
<li><a href="/trade/show_complaint_ui">投诉列表</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#exampledropdownDropdown2" aria-expanded="true" data-toggle="collapse"> <i
|
||||
class="icon icon-bill"></i>财务管理 </a>
|
||||
<ul id="exampledropdownDropdown2" class="list-unstyled ">
|
||||
<li><a href="/withdraw/show_ui">申请提现</a></li>
|
||||
<li><a href="/multi_withdraw/show_multi_ui">批量申请提现</a></li>
|
||||
<li class="active"><a href="/withdraw/show_list_ui">提现记录</a></li>
|
||||
{{/* <li><a href="/recharge/show_recharge_list_ui">自定义记录</a></li>*/}}
|
||||
<li><a href="/history/show_history_list_ui">资产变动明细</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="content-inner">
|
||||
<!-- Page Header-->
|
||||
<header class="page-header">
|
||||
<div class="container-fluid">
|
||||
<h2 class="no-margin-bottom">提现记录</h2>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Forms Section-->
|
||||
<section class="forms no">
|
||||
<div class="col-lg-12">
|
||||
<div class="card">
|
||||
<div class="card-header d-flex align-items-center">
|
||||
<lable class="form-inline">
|
||||
<input type="text" class="form-control" id="bankNo" placeholder="平台订单号"
|
||||
autofocus>
|
||||
<input type="text" class="form-control" id="merchant_No" placeholder="商户订单号"
|
||||
autofocus>
|
||||
<label>开始时间:</label>
|
||||
<div class='input-group date'>
|
||||
<input type='text' id='startTime' class="form-control"/>
|
||||
</div>
|
||||
<label>截止时间:</label>
|
||||
<div class='input-group date'>
|
||||
<input type='text' id='endTime' class="form-control"/>
|
||||
</div>
|
||||
<label>结算状态:</label>
|
||||
<select class="form-control" id="uStatus">
|
||||
<option value="">全部</option>
|
||||
{{range $k,$v:=.payType}}
|
||||
<option value="{{$k}}">{{$v}}</option>
|
||||
{{end}}
|
||||
</select>
|
||||
<button type="button" onclick="pay.withdraw_do_paging()"
|
||||
class="btn btn-primary">搜索
|
||||
</button>
|
||||
<button type="button" onclick="excel.download_withdraw_record_excel()"
|
||||
class="btn btn-outline-dark">导出Excel表
|
||||
</button>
|
||||
</lable>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>平台订单号</th>
|
||||
<th>商户订单号</th>
|
||||
<th>结算金额</th>
|
||||
<th>手续费</th>
|
||||
<th>银行名称</th>
|
||||
<th>开户名</th>
|
||||
<th>开户账户</th>
|
||||
<th>状 态</th>
|
||||
<th>创建时间</th>
|
||||
<th>打款时间</th>
|
||||
<th>备注</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="your_show_time">
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-header d-flex align-items-center">
|
||||
<ul id="do_paging"></ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- JavaScript files-->
|
||||
{{template "template/js.html"}}
|
||||
<script type="application/javascript">
|
||||
$(function () {
|
||||
$("#startTime").datetimepicker({
|
||||
format: 'yyyy-mm-dd hh:ii:ss',
|
||||
autoclose: true,
|
||||
todayBtn: true,
|
||||
startDate: "2019-4-10 18:45:06",
|
||||
minuteStep: 20,
|
||||
});
|
||||
|
||||
$("#endTime").datetimepicker({
|
||||
format: 'yyyy-mm-dd hh:ii:ss',
|
||||
autoclose: true,
|
||||
todayBtn: true,
|
||||
startDate: "2019-4-10 18:45:06",
|
||||
minuteStep: 20
|
||||
});
|
||||
|
||||
let start = $("#startTime").val();
|
||||
if (start === "") {
|
||||
let ds = trade.get_last_month_date();
|
||||
$("#startTime").datetimepicker("setDate", new Date(ds));
|
||||
}
|
||||
|
||||
pay.withdraw_do_paging();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user