记得上下班打卡 | 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
f5dd57ab
Commit
f5dd57ab
authored
Nov 10, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整;
parent
94b8446c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
6 deletions
+24
-6
detail.html
...urces/templates/zhengzai/adam/order/orderList/detail.html
+3
-0
detail1.html
...esources/templates/zhengzai/candy/coupon/mgt/detail1.html
+7
-2
detail2.html
...esources/templates/zhengzai/candy/coupon/mgt/detail2.html
+7
-2
detail4.html
...esources/templates/zhengzai/candy/coupon/mgt/detail4.html
+7
-2
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 @
f5dd57ab
...
...
@@ -218,6 +218,7 @@
function
memberOrderRefund
()
{
if
(
$
.
validate
.
form
(
"form-member-order-refund"
))
{
$
.
operate
.
saveModal
(
ctx
+
"adam/order/orderList/refund"
,
$
(
'#form-member-order-refund'
).
serialize
(),
memberOrderRefundCallback
);
$
(
'#member-refund-form'
).
hide
();
}
}
...
...
@@ -230,8 +231,10 @@
setTimeout
(
"refreshTab()"
,
1500
);
}
else
if
(
result
.
code
==
web_status
.
WARNING
)
{
$
.
modal
.
alertWarning
(
result
.
msg
);
$
(
'#member-refund-form'
).
show
();
}
else
{
$
.
modal
.
alertError
(
result
.
msg
);
$
(
'#member-refund-form'
).
show
();
}
}
</script>
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/detail1.html
View file @
f5dd57ab
...
...
@@ -56,7 +56,7 @@
[[${mgtCouponInfoDto?.validity}]] 天
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
id=
"show_detail_redeemValidity"
>
<label
class=
"col-sm-3 control-label"
>
兑换有效期:
</label>
<div
class=
"form-control-static col-sm-9"
>
[[${mgtCouponInfoDto?.redeemValidity}]] 天
...
...
@@ -90,7 +90,12 @@
</div>
<th:block
th:include=
"include :: footer"
/>
<script
th:inline=
"javascript"
>
const
detailVo
=
/*[[${mgtCouponInfoDto}]]*/
{};
if
(
!
$
.
isEmptyObject
(
detailVo
)
&&
detailVo
.
bindType
===
0
)
{
$
(
"#show_detail_redeemValidity"
).
show
();
}
else
{
$
(
"#show_detail_redeemValidity"
).
hide
();
}
</script>
</body>
</html>
\ No newline at end of file
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/detail2.html
View file @
f5dd57ab
...
...
@@ -56,7 +56,7 @@
[[${mgtCouponInfoDto?.validity}]] 天
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
id=
"show_detail_redeemValidity"
>
<label
class=
"col-sm-3 control-label"
>
兑换有效期:
</label>
<div
class=
"form-control-static col-sm-9"
>
[[${mgtCouponInfoDto?.redeemValidity}]] 天
...
...
@@ -90,7 +90,12 @@
</div>
<th:block
th:include=
"include :: footer"
/>
<script
th:inline=
"javascript"
>
const
detailVo
=
/*[[${mgtCouponInfoDto}]]*/
{};
if
(
!
$
.
isEmptyObject
(
detailVo
)
&&
detailVo
.
bindType
===
0
)
{
$
(
"#show_detail_redeemValidity"
).
show
();
}
else
{
$
(
"#show_detail_redeemValidity"
).
hide
();
}
</script>
</body>
</html>
\ No newline at end of file
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/detail4.html
View file @
f5dd57ab
...
...
@@ -56,7 +56,7 @@
[[${mgtCouponInfoDto?.validity}]] 天
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
id=
"show_detail_redeemValidity"
>
<label
class=
"col-sm-3 control-label"
>
兑换有效期:
</label>
<div
class=
"form-control-static col-sm-9"
>
[[${mgtCouponInfoDto?.redeemValidity}]] 天
...
...
@@ -90,7 +90,12 @@
</div>
<th:block
th:include=
"include :: footer"
/>
<script
th:inline=
"javascript"
>
const
detailVo
=
/*[[${mgtCouponInfoDto}]]*/
{};
if
(
!
$
.
isEmptyObject
(
detailVo
)
&&
detailVo
.
bindType
===
0
)
{
$
(
"#show_detail_redeemValidity"
).
show
();
}
else
{
$
(
"#show_detail_redeemValidity"
).
hide
();
}
</script>
</body>
</html>
\ No newline at end of file
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