记得上下班打卡 | 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
4325d805
Commit
4325d805
authored
Sep 15, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的券页面调整;
parent
a1c8039b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
23 deletions
+31
-23
CandyMgtCouponAdminController.java
...troller/zhengzai/candy/CandyMgtCouponAdminController.java
+3
-2
coupon1.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon1.html
+6
-5
coupon2.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon2.html
+6
-5
coupon3.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon3.html
+6
-5
coupon4.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon4.html
+10
-6
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/java/com/liquidnet/client/admin/web/controller/zhengzai/candy/CandyMgtCouponAdminController.java
View file @
4325d805
...
@@ -53,7 +53,8 @@ public class CandyMgtCouponAdminController extends BaseController {
...
@@ -53,7 +53,8 @@ public class CandyMgtCouponAdminController extends BaseController {
@RequiresPermissions
(
"candy:coupon:mgt:view"
)
@RequiresPermissions
(
"candy:coupon:mgt:view"
)
@GetMapping
()
@GetMapping
()
public
String
coupon
(
@RequestParam
int
couType
)
{
public
String
coupon
(
@RequestParam
int
couType
,
ModelMap
mmap
)
{
mmap
.
put
(
"couType"
,
couType
);
return
prefix
+
"/coupon"
+
couType
;
return
prefix
+
"/coupon"
+
couType
;
}
}
...
@@ -76,7 +77,7 @@ public class CandyMgtCouponAdminController extends BaseController {
...
@@ -76,7 +77,7 @@ public class CandyMgtCouponAdminController extends BaseController {
list
.
stream
().
forEach
(
r
->{
list
.
stream
().
forEach
(
r
->{
couponRuleList
.
forEach
(
cr
->
{
couponRuleList
.
forEach
(
cr
->
{
if
(
r
.
getCouponId
().
equals
(
cr
.
getCouponId
()))
{
if
(
r
.
getCouponId
().
equals
(
cr
.
getCouponId
()))
{
r
.
setCouponRuleScopeName
(
cr
.
get
Comment
());
r
.
setCouponRuleScopeName
(
cr
.
get
BusiName
());
}
}
});
});
});
});
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon1.html
View file @
4325d805
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<form
id=
"coupon-form"
>
<form
id=
"coupon-form"
>
<div
class=
"select-list"
>
<div
class=
"select-list"
>
<ul>
<ul>
<input
type=
"hidden"
name=
"couType"
value=
"1
"
/>
<input
type=
"hidden"
name=
"couType"
th:value=
"${couType}
"
/>
<li>
<li>
<input
type=
"text"
name=
"keyword"
placeholder=
"搜索"
/>
<input
type=
"text"
name=
"keyword"
placeholder=
"搜索"
/>
</li>
</li>
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
</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.addTab(1
)"
shiro:hasPermission=
"candy:coupon:mgt:add"
>
<a
class=
"btn btn-success"
th:onclick=
"$.operate.addTab([[${couType}]]
)"
shiro:hasPermission=
"candy:coupon:mgt:add"
>
<i
class=
"fa fa-plus"
></i>
新增
<i
class=
"fa fa-plus"
></i>
新增
</a>
</a>
</div>
</div>
...
@@ -60,9 +60,10 @@
...
@@ -60,9 +60,10 @@
// exportUrl: prefix + "/export",
// exportUrl: prefix + "/export",
sortName
:
"createdAt"
,
sortName
:
"createdAt"
,
modalName
:
"代金券"
,
modalName
:
"代金券"
,
columns
:
[{
columns
:
[
checkbox
:
true
// {
},
// checkbox: true
// },
{
{
field
:
'valFace'
,
field
:
'valFace'
,
title
:
'金额'
title
:
'金额'
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon2.html
View file @
4325d805
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<form
id=
"coupon-form"
>
<form
id=
"coupon-form"
>
<div
class=
"select-list"
>
<div
class=
"select-list"
>
<ul>
<ul>
<input
type=
"hidden"
name=
"couType"
value=
"1
"
/>
<input
type=
"hidden"
name=
"couType"
th:value=
"${couType}
"
/>
<li>
<li>
<input
type=
"text"
name=
"keyword"
placeholder=
"搜索"
/>
<input
type=
"text"
name=
"keyword"
placeholder=
"搜索"
/>
</li>
</li>
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
</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.addTab(2
)"
shiro:hasPermission=
"candy:coupon:mgt:add"
>
<a
class=
"btn btn-success"
th:onclick=
"$.operate.addTab([[${couType}]]
)"
shiro:hasPermission=
"candy:coupon:mgt:add"
>
<i
class=
"fa fa-plus"
></i>
新增
<i
class=
"fa fa-plus"
></i>
新增
</a>
</a>
</div>
</div>
...
@@ -60,9 +60,10 @@
...
@@ -60,9 +60,10 @@
// exportUrl: prefix + "/export",
// exportUrl: prefix + "/export",
sortName
:
"createdAt"
,
sortName
:
"createdAt"
,
modalName
:
"满减券"
,
modalName
:
"满减券"
,
columns
:
[{
columns
:
[
checkbox
:
true
// {
},
// checkbox: true
// },
{
{
field
:
'valFace'
,
field
:
'valFace'
,
title
:
'金额'
title
:
'金额'
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon3.html
View file @
4325d805
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<form
id=
"coupon-form"
>
<form
id=
"coupon-form"
>
<div
class=
"select-list"
>
<div
class=
"select-list"
>
<ul>
<ul>
<input
type=
"hidden"
name=
"couType"
value=
"1
"
/>
<input
type=
"hidden"
name=
"couType"
th:value=
"${couType}
"
/>
<li>
<li>
<input
type=
"text"
name=
"keyword"
placeholder=
"搜索"
/>
<input
type=
"text"
name=
"keyword"
placeholder=
"搜索"
/>
</li>
</li>
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
</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.addTab(3
)"
shiro:hasPermission=
"candy:coupon:mgt:add"
>
<a
class=
"btn btn-success"
th:onclick=
"$.operate.addTab([[${couType}]]
)"
shiro:hasPermission=
"candy:coupon:mgt:add"
>
<i
class=
"fa fa-plus"
></i>
新增
<i
class=
"fa fa-plus"
></i>
新增
</a>
</a>
</div>
</div>
...
@@ -60,9 +60,10 @@
...
@@ -60,9 +60,10 @@
// exportUrl: prefix + "/export",
// exportUrl: prefix + "/export",
sortName
:
"createdAt"
,
sortName
:
"createdAt"
,
modalName
:
"兑换券"
,
modalName
:
"兑换券"
,
columns
:
[{
columns
:
[
checkbox
:
true
// {
},
// checkbox: true
// },
{
{
field
:
'couponRuleScopeName'
,
field
:
'couponRuleScopeName'
,
title
:
'适用演出'
title
:
'适用演出'
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon4.html
View file @
4325d805
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<form
id=
"coupon-form"
>
<form
id=
"coupon-form"
>
<div
class=
"select-list"
>
<div
class=
"select-list"
>
<ul>
<ul>
<input
type=
"hidden"
name=
"couType"
value=
"1
"
/>
<input
type=
"hidden"
name=
"couType"
th:value=
"${couType}
"
/>
<li>
<li>
<input
type=
"text"
name=
"keyword"
placeholder=
"搜索"
/>
<input
type=
"text"
name=
"keyword"
placeholder=
"搜索"
/>
</li>
</li>
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
</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.addTab(4
)"
shiro:hasPermission=
"candy:coupon:mgt:add"
>
<a
class=
"btn btn-success"
th:onclick=
"$.operate.addTab([[${couType}]]
)"
shiro:hasPermission=
"candy:coupon:mgt:add"
>
<i
class=
"fa fa-plus"
></i>
新增
<i
class=
"fa fa-plus"
></i>
新增
</a>
</a>
</div>
</div>
...
@@ -60,12 +60,16 @@
...
@@ -60,12 +60,16 @@
// exportUrl: prefix + "/export",
// exportUrl: prefix + "/export",
sortName
:
"createdAt"
,
sortName
:
"createdAt"
,
modalName
:
"折扣券"
,
modalName
:
"折扣券"
,
columns
:
[{
columns
:
[
checkbox
:
true
// {
},
// checkbox: true
// },
{
{
field
:
'discount'
,
field
:
'discount'
,
title
:
'折扣'
title
:
'折扣'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
'<span class="nav-label">'
+
value
*
10
+
'折</span>'
;
}
},
},
{
{
field
:
'eventAmt'
,
field
:
'eventAmt'
,
...
...
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