记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
b9e561b0
Commit
b9e561b0
authored
Sep 27, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整:会员订单详情:退款;
parent
019bb9bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
20 deletions
+10
-20
detail.html
...urces/templates/zhengzai/adam/order/orderList/detail.html
+10
-20
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/adam/order/orderList/detail.html
View file @
b9e561b0
...
...
@@ -121,7 +121,7 @@
<a
class=
"btn btn-danger"
href=
"#"
onclick=
"closeItem()"
>
<i
class=
"fa fa-reply-all"
></i>
关
闭
</a>
<a
class=
"btn btn-primary"
style=
"margin-left: 15px;"
href=
"#member-refund-form"
data-toggle=
"modal"
shiro:hasPermission=
"adam:order:orderlist:refund"
>
<a
class=
"btn btn-primary"
style=
"margin-left: 15px;"
href=
"#member-refund-form"
data-toggle=
"modal"
shiro:hasPermission=
"adam:order:orderlist:refund"
th:if=
"${orderDetailsVo.adamMemberOrderVo.state == 1 && orderDetailsVo.adamUserMemberVo.state == 1}"
>
申请退款
</a>
</div>
...
...
@@ -143,19 +143,20 @@
</div>
<div
class=
"form-group"
>
<label
class=
"pull-left"
>
退款金额:
<i
class=
"fa fa-cny"
></i>
</label>
<input
type=
"number"
name=
"refundAmt"
th:value=
"${orderDetailsVo.adamMemberOrderVo.pricePaid}"
class=
"form-control"
style=
"width: 30%;height: 20px;"
>
<!-- <input type="number" name="refundAmt" th:value="${orderDetailsVo.adamMemberOrderVo.pricePaid}" class="form-control" style="width: 30%;height: 20px;">-->
<input
type=
"number"
name=
"refundAmt"
class=
"form-control"
style=
"width: 30%;height: 20px;"
placeholder=
"退款金额"
>
</div>
<div
class=
"form-group"
>
<!-- <label>退款原因:</label>-->
<textarea
rows=
"3"
name=
"reason"
placeholder=
"请输入退款原因"
class=
"form-control"
></textarea>
</div>
<div>
<div
class=
"form-group"
>
<label>
是否能继续购买会员:
</label>
<div
class=
"radio check-box"
>
是
<input
type=
"radio"
value=
"1"
name=
"renewable"
>
<input
type=
"radio"
checked
value=
"1"
name=
"renewable"
>
</div>
<div
class=
"radio check-box"
>
否
<input
type=
"radio"
checked=
""
value=
"2"
name=
"renewable"
>
<input
type=
"radio"
value=
"2"
name=
"renewable"
>
</div>
</div>
<div
class=
"text-center"
style=
"margin-bottom: -15px;margin-top: 10px;"
>
...
...
@@ -182,19 +183,8 @@
<script>
var
pricePaid
=
[[
$
{
orderDetailsVo
.
adamMemberOrderVo
.
pricePaid
}]];
$
(
function
(){
//键盘按下ESC时关闭窗口!
$
(
document
).
keypress
(
function
(
e
){
if
(
e
.
keyCode
==
27
){
//关闭窗口的方法
window
.
opener
=
null
;
window
.
close
();
}
});
});
$
(
"#form-member-order-refund"
).
validate
({
onkeyup
:
fals
e
,
onkeyup
:
tru
e
,
rules
:{
refundAmt
:
{
required
:
true
,
...
...
@@ -212,13 +202,13 @@
refundAmt
:
{
required
:
"请输入退款金额"
,
number
:
"退款金额必须为数字"
,
min
:
"退款金额
必须
不得小于0.01"
,
min
:
"退款金额不得小于0.01"
,
max
:
"退款金额不能大于支付金额"
},
reason
:
{
required
:
"请输入退款原因"
,
minlength
:
"退款原因不
能大于100
个字符"
,
maxlength
:
"退款原因不
能小于2
个字符"
minlength
:
"退款原因不
得少于2
个字符"
,
maxlength
:
"退款原因不
得大于100
个字符"
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment