记得上下班打卡 | 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
c16124ec
Commit
c16124ec
authored
Sep 15, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opt
parent
a5eda37a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
11 deletions
+33
-11
CandyCouponCodeAdminController.java
...roller/zhengzai/candy/CandyCouponCodeAdminController.java
+0
-1
code.html
.../resources/templates/zhengzai/candy/coupon/code/code.html
+1
-1
coupon1.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon1.html
+12
-3
coupon2.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon2.html
+10
-3
coupon4.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon4.html
+10
-3
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/java/com/liquidnet/client/admin/web/controller/zhengzai/candy/CandyCouponCodeAdminController.java
View file @
c16124ec
...
...
@@ -39,7 +39,6 @@ public class CandyCouponCodeAdminController extends BaseController {
@Autowired
private
ICandyCouponCodeAdminService
candyCouponCodeAdminService
;
@RequiresPermissions
(
"candy:coupon:code:view"
)
@GetMapping
()
public
String
view
(
@RequestParam
String
couponId
,
ModelMap
mmap
)
{
mmap
.
put
(
"couponId"
,
couponId
);
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/code/code.html
View file @
c16124ec
...
...
@@ -28,7 +28,7 @@
</div>
<div
class=
"btn-group-sm"
id=
"toolbar"
role=
"group"
>
<a
class=
"btn btn-warning"
onclick=
"$.table.exportExcel()"
shiro:hasPermission=
"candy:coupon:code:export"
>
<a
class=
"btn btn-warning
multiple disabled
"
onclick=
"$.table.exportExcel()"
shiro:hasPermission=
"candy:coupon:code:export"
>
<i
class=
"fa fa-download"
></i>
导出
</a>
<a
class=
"btn btn-primary multiple disabled"
onclick=
"invalidHandler()"
shiro:hasPermission=
"candy:coupon:code:invalid"
>
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon1.html
View file @
c16124ec
...
...
@@ -48,7 +48,8 @@
</div>
<th:block
th:include=
"include :: footer"
/>
<script
th:inline=
"javascript"
>
var
couponCodeListFlag
=
[[
$
{@
permission
.
hasPermi
(
'system:role:edit'
)}]];
var
dicCouponBusiType
=
[[
$
{@
dict
.
getType
(
'zhengzai_coupon_busi_type'
)}]];
var
dicCouponBindType
=
[[
$
{@
dict
.
getType
(
'zhengzai_coupon_bind_type'
)}]];
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
$
(
function
()
{
...
...
@@ -77,11 +78,17 @@
},
{
field
:
'bindType'
,
title
:
'类型'
title
:
'类型'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
$
.
table
.
selectDictLabel
(
dicCouponBindType
,
value
);
}
},
{
field
:
'busiType'
,
title
:
'适用范围'
title
:
'适用范围'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
$
.
table
.
selectDictLabel
(
dicCouponBusiType
,
value
);
}
},
{
field
:
'title'
,
...
...
@@ -115,6 +122,8 @@
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
if
(
row
.
bindType
)
{
}
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
(
''
);
}
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon2.html
View file @
c16124ec
...
...
@@ -48,7 +48,8 @@
</div>
<th:block
th:include=
"include :: footer"
/>
<script
th:inline=
"javascript"
>
var
couponCodeListFlag
=
[[
$
{@
permission
.
hasPermi
(
'system:role:edit'
)}]];
var
dicCouponBusiType
=
[[
$
{@
dict
.
getType
(
'zhengzai_coupon_busi_type'
)}]];
var
dicCouponBindType
=
[[
$
{@
dict
.
getType
(
'zhengzai_coupon_bind_type'
)}]];
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
$
(
function
()
{
...
...
@@ -77,11 +78,17 @@
},
{
field
:
'bindType'
,
title
:
'类型'
title
:
'类型'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
$
.
table
.
selectDictLabel
(
dicCouponBindType
,
value
);
}
},
{
field
:
'busiType'
,
title
:
'适用范围'
title
:
'适用范围'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
$
.
table
.
selectDictLabel
(
dicCouponBusiType
,
value
);
}
},
{
field
:
'title'
,
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon4.html
View file @
c16124ec
...
...
@@ -48,7 +48,8 @@
</div>
<th:block
th:include=
"include :: footer"
/>
<script
th:inline=
"javascript"
>
var
couponCodeListFlag
=
[[
$
{@
permission
.
hasPermi
(
'system:role:edit'
)}]];
var
dicCouponBusiType
=
[[
$
{@
dict
.
getType
(
'zhengzai_coupon_busi_type'
)}]];
var
dicCouponBindType
=
[[
$
{@
dict
.
getType
(
'zhengzai_coupon_bind_type'
)}]];
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
$
(
function
()
{
...
...
@@ -77,11 +78,17 @@
},
{
field
:
'bindType'
,
title
:
'类型'
title
:
'类型'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
$
.
table
.
selectDictLabel
(
dicCouponBindType
,
value
);
}
},
{
field
:
'busiType'
,
title
:
'适用范围'
title
:
'适用范围'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
$
.
table
.
selectDictLabel
(
dicCouponBindType
,
value
);
}
},
{
field
:
'title'
,
...
...
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