记得上下班打卡 | 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
a1c8039b
Commit
a1c8039b
authored
Sep 14, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+折扣券列表页面;
parent
d900e685
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
96 additions
and
96 deletions
+96
-96
coupon4.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon4.html
+96
-96
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon4.html
View file @
a1c8039b
coupon1.html
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"zh"
xmlns:th=
"http://www.thymeleaf.org"
xmlns:shiro=
"http://www.pollix.at/thymeleaf/shiro"
>
<html
lang=
"zh"
xmlns:th=
"http://www.thymeleaf.org"
xmlns:shiro=
"http://www.pollix.at/thymeleaf/shiro"
>
<head>
<head>
<th:block
th:include=
"include :: header('
代金
券')"
/>
<th:block
th:include=
"include :: header('
折扣
券')"
/>
</head>
</head>
<body
class=
"gray-bg"
>
<body
class=
"gray-bg"
>
<div
class=
"container-div"
>
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 search-collapse"
>
<div
class=
"col-sm-12 search-collapse"
>
<form
id=
"coupon-form"
>
<form
id=
"coupon-form"
>
<div
class=
"select-list"
>
<div
class=
"select-list"
>
<ul>
<ul>
<input
type=
"hidden"
name=
"couType"
value=
"4
"
/>
<input
type=
"hidden"
name=
"couType"
value=
"1
"
/>
<li>
<li>
<input
type=
"text"
name=
"keyword"
placeholder=
"搜索"
/>
<input
type=
"text"
name=
"keyword"
placeholder=
"搜索"
/>
</li>
</li>
...
@@ -36,8 +36,8 @@ coupon1.html<!DOCTYPE html>
...
@@ -36,8 +36,8 @@ coupon1.html<!DOCTYPE html>
</div>
</div>
<div
class=
"btn-group-sm"
id=
"toolbar"
role=
"group"
>
<div
class=
"btn-group-sm"
id=
"toolbar"
role=
"group"
>
<a
class=
"btn btn-success"
onclick=
"$.operate.add
(4)"
shiro:hasPermission=
"candy:coupon:mgt:add"
>
<a
class=
"btn btn-success"
onclick=
"$.operate.addTab
(4)"
shiro:hasPermission=
"candy:coupon:mgt:add"
>
<i
class=
"fa fa-plus"
></i>
添加
<i
class=
"fa fa-plus"
></i>
新增
</a>
</a>
</div>
</div>
...
@@ -45,9 +45,9 @@ coupon1.html<!DOCTYPE html>
...
@@ -45,9 +45,9 @@ coupon1.html<!DOCTYPE html>
<table
id=
"bootstrap-table"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
</div>
</div>
</div>
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: footer"
/>
<script
th:inline=
"javascript"
>
<script
th:inline=
"javascript"
>
var
couponCodeListFlag
=
[[
$
{@
permission
.
hasPermi
(
'system:role:edit'
)}]];
var
couponCodeListFlag
=
[[
$
{@
permission
.
hasPermi
(
'system:role:edit'
)}]];
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
...
@@ -64,8 +64,8 @@ coupon1.html<!DOCTYPE html>
...
@@ -64,8 +64,8 @@ coupon1.html<!DOCTYPE html>
checkbox
:
true
checkbox
:
true
},
},
{
{
field
:
'valFace
'
,
field
:
'discount
'
,
title
:
'金额
'
title
:
'折扣
'
},
},
{
{
field
:
'eventAmt'
,
field
:
'eventAmt'
,
...
@@ -108,7 +108,7 @@ coupon1.html<!DOCTYPE html>
...
@@ -108,7 +108,7 @@ coupon1.html<!DOCTYPE html>
align
:
'center'
,
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
var
actions
=
[];
actions
.
push
(
"<a class='btn btn-default btn-xs "
+
couponCodeListFlag
+
"' href='javascript:void(0)' onclick='authUser("
+
row
.
roleId
+
")'><i class='fa fa-user'></i></a>"
);
actions
.
push
(
'<a class="btn btn-info btn-xs" href="javascript:void(0)" onclick="couponCodeList(
\'
'
+
row
.
couponId
+
'
\'
)"><i class="fa fa-list-ul"></i>查看码列表</a> '
);
return
actions
.
join
(
''
);
return
actions
.
join
(
''
);
}
}
}]
}]
...
@@ -116,11 +116,11 @@ coupon1.html<!DOCTYPE html>
...
@@ -116,11 +116,11 @@ coupon1.html<!DOCTYPE html>
$
.
table
.
init
(
options
);
$
.
table
.
init
(
options
);
});
});
/* 券
码列表 */
/* 查看
码列表 */
function
couponCodeList
(
couponId
)
{
function
couponCodeList
(
couponId
)
{
var
url
=
prefix
+
'/code/
'
+
couponId
;
var
url
=
'candy/coupon/code?couponId=
'
+
couponId
;
$
.
modal
.
openTab
(
"查看码列表"
,
url
);
$
.
modal
.
openTab
(
"查看码列表"
,
url
);
}
}
</script>
</script>
</body>
</body>
</html>
</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