记得上下班打卡 | 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
76802106
Commit
76802106
authored
Sep 22, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整;
parent
e75e71e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
detail.html
...urces/templates/zhengzai/adam/order/orderList/detail.html
+4
-7
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 @
76802106
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
<a
class=
"btn btn-danger"
href=
"#"
onclick=
"closeItem()"
>
<a
class=
"btn btn-danger"
href=
"#"
onclick=
"closeItem()"
>
<i
class=
"fa fa-reply-all"
></i>
关
闭
<i
class=
"fa fa-reply-all"
></i>
关
闭
</a>
</a>
<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
class=
"btn btn-primary"
style=
"margin-left: 15px;"
href=
"#member-refund-form"
data-toggle=
"modal"
shiro:hasPermission=
"adam:order:orderlist:refund"
>
申请退款
申请退款
</a>
</a>
</div>
</div>
...
@@ -231,17 +231,14 @@
...
@@ -231,17 +231,14 @@
}
}
function
memberOrderRefundCallback
(
result
)
{
function
memberOrderRefundCallback
(
result
)
{
console
.
log
(
1
)
if
(
typeof
callback
==
"function"
)
{
if
(
typeof
callback
==
"function"
)
{
callback
(
result
);
callback
(
result
);
}
}
}
if
(
result
.
code
==
web_status
.
SUCCESS
)
{
if
(
result
.
code
==
web_status
.
SUCCESS
)
{
$
.
modal
.
alertSuccess
(
result
.
msg
)
$
.
modal
.
alertSuccess
(
result
.
msg
);
setTimeout
(
"refreshTab()"
,
1500
);
}
else
if
(
result
.
code
==
web_status
.
WARNING
)
{
}
else
if
(
result
.
code
==
web_status
.
WARNING
)
{
console
.
log
(
2
)
$
.
modal
.
alertWarning
(
result
.
msg
);
// $.modal.alertWarning(result.msg)
$
.
modal
.
alertSuccess
(
result
.
msg
)
}
else
{
}
else
{
$
.
modal
.
alertError
(
result
.
msg
);
$
.
modal
.
alertError
(
result
.
msg
);
}
}
...
...
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