apprefund.html
8.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!--search sta-->
<div class="row margin-bottom-18 margin-top-18">
<div class="col-md-12 ITD-padding-common ">
<!--查询条件 sta-->
<div class=" ITD-padding22-24 ITD-bgcolor-white ITD-border-radius ITD-box-shadow pos-rel clearfix">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12">
<span class="control-label ITD-common-parking-l ITD-common-color070 ITD-common-fontsize14">日期</span>
<div class="input-group ITD-daterange-btn" style="width: 30%">
<input type="text" class="form-control ITD-daterange-bg ITD-common-color070"
id="sum_daterange_sta" readonly="">
</div>
<span class="float-left" style="height: 34px;line-height: 34px;margin: 0 5px;">-</span>
<div class="input-group ITD-daterange-btn" style="width: 30%">
<input type="text" class="form-control daterange-str ITD-daterange-bg ITD-common-color070"
id="sum_daterange_end" readonly="">
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 ">
<span class="control-label ITD-common-parking-l float-left ITD-common-color070 ITD-common-fontsize14">手机号</span>
<input type="password" autocomplete="new-password" onfocus="this.type='text'" onkeyup = "value=value.replace(/[^\d]/g,'')" class="ITD-parkinput78 paddingleft-10 ITD-input-bordercolor" maxlength="13" id="phone_Number">
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-12">
<select id="refundID" class="selectpicker" data-width="100%" >
<option value="ALL">所有退款状态</option>
</select>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-12">
<div class="float-right">
<div class="ITD-common-searchbtn" id="sum_queryBtn">查询</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--search end-->
<div class="row margin-bottom-18" id="appmsg_card">
<div class=" col-md-4 col-sm-4 ITD-padding-common">
<ul class="ITD-cardnew-wrap ITD-box-shadow ITD-border-radius ITD-overflowhidden">
<li class="ITD-cardlist-wrap pos-rel ">
<ul class="">
<li class=" ITD-common-fontsize18 ITD-common-color050 margin-bottom-5"><span class="card-money-icon"></span>退款总金额<span class="ITD-common-fontsize12 ITD-common-color050"> (元)</span></li>
<li class="">
<span class="ITD-common-fontsize24 ITD-common-color000 ITD-hidden-nowrap " id="all_totalFee">0.00</span>
</li>
<div class="clearfix"></div>
</ul>
</li>
</ul>
</div>
<div class=" col-md-4 col-sm-4 ITD-padding-common">
<ul class="ITD-cardnew-wrap ITD-box-shadow ITD-border-radius ITD-overflowhidden">
<li class="ITD-cardlist-wrap pos-rel ">
<ul class="">
<li class=" ITD-common-fontsize18 ITD-common-color050 margin-bottom-5"><span class="card-wxmoney-icon"></span>微信退款<span class="ITD-common-fontsize12 ITD-common-color050"> (元)</span></li>
<li class="">
<span class="ITD-common-fontsize24 ITD-common-color000 ITD-hidden-nowrap " id="all_wxFee">0.00</span>
</li>
<div class="clearfix"></div>
</ul>
</li>
</ul>
</div>
<div class=" col-md-4 col-sm-4 ITD-padding-common">
<ul class="ITD-cardnew-wrap ITD-box-shadow ITD-border-radius ITD-overflowhidden">
<li class="ITD-cardlist-wrap pos-rel ">
<ul class="">
<li class=" ITD-common-fontsize18 ITD-common-color050 margin-bottom-5"><span class="card-alimoney-icon"></span>支付宝退款<span class="ITD-common-fontsize12 ITD-common-color050"> (元)</span></li>
<li class="">
<span class="ITD-common-fontsize24 ITD-common-color000 ITD-hidden-nowrap " id="all_zfbFee">0.00</span>
</li>
<div class="clearfix"></div>
</ul>
</li>
</ul>
</div>
</div>
<div class="row ">
<div class=" col-md-12 col-sm-12 ITD-padding-common">
<div class="ITD-box-shadow ITD-border-radius padding0-20">
<ul class="ITD-new-table-title ITD-common-fontsize14 ITD-common-color070">
<li class="float-left ">详细记录</li>
<li class="float-right">
<input type="button" class="ITD-export-btn" id="sum_reportBtn" value="导出">
</li>
</ul>
<table id="recharge_table" class="ITD-fix-table common-tableh47"></table>
</div>
</div>
</div>
<!--提示弹窗 sta-->
<div class="modal fade " id="ITD-tipsmodel" style="display: none" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="ITD-modal-dialog blue-modal">
<div class="modal-content">
<div class="modal-header ITD-model-header">
<button type="button" class="close ITD-model-close" data-dismiss="modal" aria-hidden="true">×</button>
<span class="ITD-common-fontsize16 colorbig ITD-ztree-headername">提示</span>
</div>
<div class="modal-body">
<div class="ITD-alertmodel-contentmsg"></div>
</div>
</div>
</div>
</div>
<!--提示弹窗 end-->
<!--退款弹窗 sta-->
<div class="modal fade in" id="refund_rechargemodel" style="display: none;" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="ITD-modal-dialog blue-modal">
<input type="hidden" id="payorderId" value=""/>
<input type="hidden" id="orderAcctFee" value=""/>
<input type="hidden" id="rltOrderId" value=""/>
<input type="hidden" id="tolltorsumValue" value=""/>
<div class="modal-content ITD-common-color070">
<div class="modal-header ITD-model-header">
<button type="button" class="close ITD-model-close" data-dismiss="modal" aria-hidden="true">×</button>
<span class="ITD-common-fontsize16 colorbig ITD-ztree-headername" >退款</span>
</div>
<div class="modal-body">
<!--错误提示 sta-->
<div id="recharge_error" class="ITD-model-errormsg display-none"></div>
<!--错误提示 end-->
<div class="ITD-form-group margin-bottom-24">
<div class="ITD-form-padleft25-read float-left ITD-pop-panel-wid100">电话号码</div>
<div class="ITD-form-padleft5-read float-left" id="tolltorNum">
13113131313
</div>
</div>
<div class="ITD-form-group margin-bottom-24">
<div class="ITD-form-padleft25-read float-left ITD-pop-panel-wid100">账户余额</div>
<div class="ITD-form-padleft5-read float-left" id="tolltorsum">
78
</div>
</div>
<div class="ITD-form-group margin-bottom-24">
<div class="ITD-form-padleft25-read float-left ITD-pop-panel-wid100">退款金额 <span style="color: red">*</span> </div>
<div class="ITD-form-padleft5-read float-left">
<input type="text" class="ITD-input-wid180 ITD-input-bordercolor" placeholder="单位:元" onkeyup="checkInputText(this)" maxlength="8" id="tolltor_amount">
</div>
</div>
<!--底部 sta-->
<div class="modal-footer ITD-model-footer">
<button type="button" class="btn ITD-model-btn margin-right-10 ITD-bgcolor-c2cad8 textFalse" data-dismiss="modal">取消</button>
<button type="button" class="btn ITD-model-btn ITD-bgcolor-green textTrue" id="recharge_submit">确定</button>
</div>
<!--底部 end-->
</div>
</div>
</div>
</div>
<!--退款弹窗 end-->
<script src="../../assets/pages/scripts/refundfile/apprefund/apprefund.js"></script>