记得上下班打卡 | 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
d2dd29a5
Commit
d2dd29a5
authored
Sep 17, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台页面调整;
parent
b4b86aa7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
8 deletions
+24
-8
coupon1.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon1.html
+6
-2
coupon2.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon2.html
+6
-2
coupon3.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon3.html
+6
-2
coupon4.html
...esources/templates/zhengzai/candy/coupon/mgt/coupon4.html
+6
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon1.html
View file @
d2dd29a5
...
@@ -53,6 +53,7 @@
...
@@ -53,6 +53,7 @@
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
var
viewMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:detail'
)}]];
var
viewMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:detail'
)}]];
var
cancelMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:cancel'
)}]];
var
couType
=
[[
$
{
couType
}]];
var
couType
=
[[
$
{
couType
}]];
...
@@ -61,8 +62,8 @@
...
@@ -61,8 +62,8 @@
url
:
prefix
+
"/list"
,
url
:
prefix
+
"/list"
,
createUrl
:
prefix
+
"/add/{id}"
,
createUrl
:
prefix
+
"/add/{id}"
,
detailUrl
:
prefix
+
"/detail/"
+
couType
+
"/{id}"
,
detailUrl
:
prefix
+
"/detail/"
+
couType
+
"/{id}"
,
removeUrl
:
prefix
+
"/cancel/{id}"
,
// updateUrl: prefix + "/edit/{id}",
// updateUrl: prefix + "/edit/{id}",
// removeUrl: prefix + "/remove",
// exportUrl: prefix + "/export",
// exportUrl: prefix + "/export",
sortName
:
"createdAt"
,
sortName
:
"createdAt"
,
modalName
:
"代金券"
,
modalName
:
"代金券"
,
...
@@ -127,7 +128,10 @@
...
@@ -127,7 +128,10 @@
// align: 'center',
// align: 'center',
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
var
actions
=
[];
actions
.
push
(
'<a class="btn btn-warning btn-xs '
+
viewMgtCouponFlag
+
'" href="javascript:void(0)" onclick="$.operate.detail(
\'
'
+
row
.
mcouponId
+
'
\'
)"><i class="fa fa-search"></i>详情</a>'
);
// actions.push('
<
a
class
=
"btn btn-warning btn-xs ' + viewMgtCouponFlag + '"
href
=
"javascript:void(0)"
onclick
=
"$.operate.detail(
\
'' + row.mcouponId + '
\
')"
><
i
class
=
"fa fa-search"
><
/i>详情</
a
>
');
// if (row.state === 0) {
// actions.push('
<
a
class
=
"btn btn-danger btn-xs ' + cancelMgtCouponFlag + '"
href
=
"javascript:void(0)"
onclick
=
"$.operate.remove(
\
'' + row.mcouponId + '
\
')"
><
i
class
=
"fa fa-remove"
><
/i>取消</
a
>
');
// }
if (row.bindType === 0) {
if (row.bindType === 0) {
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
>
');
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
>
');
}
}
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon2.html
View file @
d2dd29a5
...
@@ -53,6 +53,7 @@
...
@@ -53,6 +53,7 @@
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
var
viewMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:detail'
)}]];
var
viewMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:detail'
)}]];
var
cancelMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:cancel'
)}]];
var
couType
=
[[
$
{
couType
}]];
var
couType
=
[[
$
{
couType
}]];
...
@@ -61,8 +62,8 @@
...
@@ -61,8 +62,8 @@
url
:
prefix
+
"/list"
,
url
:
prefix
+
"/list"
,
createUrl
:
prefix
+
"/add/{id}"
,
createUrl
:
prefix
+
"/add/{id}"
,
detailUrl
:
prefix
+
"/detail/"
+
couType
+
"/{id}"
,
detailUrl
:
prefix
+
"/detail/"
+
couType
+
"/{id}"
,
removeUrl
:
prefix
+
"/cancel/{id}"
,
// updateUrl: prefix + "/edit/{id}",
// updateUrl: prefix + "/edit/{id}",
// removeUrl: prefix + "/remove",
// exportUrl: prefix + "/export",
// exportUrl: prefix + "/export",
sortName
:
"createdAt"
,
sortName
:
"createdAt"
,
modalName
:
"满减券"
,
modalName
:
"满减券"
,
...
@@ -127,7 +128,10 @@
...
@@ -127,7 +128,10 @@
// align: 'center',
// align: 'center',
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
var
actions
=
[];
actions
.
push
(
'<a class="btn btn-warning btn-xs '
+
viewMgtCouponFlag
+
'" href="javascript:void(0)" onclick="$.operate.detail(
\'
'
+
row
.
mcouponId
+
'
\'
)"><i class="fa fa-search"></i>详情</a>'
);
// actions.push('
<
a
class
=
"btn btn-warning btn-xs ' + viewMgtCouponFlag + '"
href
=
"javascript:void(0)"
onclick
=
"$.operate.detail(
\
'' + row.mcouponId + '
\
')"
><
i
class
=
"fa fa-search"
><
/i>详情</
a
>
');
// if (row.state === 0) {
// actions.push('
<
a
class
=
"btn btn-danger btn-xs ' + cancelMgtCouponFlag + '"
href
=
"javascript:void(0)"
onclick
=
"$.operate.remove(
\
'' + row.mcouponId + '
\
')"
><
i
class
=
"fa fa-remove"
><
/i>取消</
a
>
');
// }
if (row.bindType === 0) {
if (row.bindType === 0) {
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
>
');
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
>
');
}
}
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon3.html
View file @
d2dd29a5
...
@@ -51,6 +51,7 @@
...
@@ -51,6 +51,7 @@
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
var
viewMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:detail'
)}]];
var
viewMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:detail'
)}]];
var
cancelMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:cancel'
)}]];
var
couType
=
[[
$
{
couType
}]];
var
couType
=
[[
$
{
couType
}]];
...
@@ -59,8 +60,8 @@
...
@@ -59,8 +60,8 @@
url
:
prefix
+
"/list"
,
url
:
prefix
+
"/list"
,
createUrl
:
prefix
+
"/add/{id}"
,
createUrl
:
prefix
+
"/add/{id}"
,
detailUrl
:
prefix
+
"/detail/"
+
couType
+
"/{id}"
,
detailUrl
:
prefix
+
"/detail/"
+
couType
+
"/{id}"
,
removeUrl
:
prefix
+
"/cancel/{id}"
,
// updateUrl: prefix + "/edit/{id}",
// updateUrl: prefix + "/edit/{id}",
// removeUrl: prefix + "/remove",
// exportUrl: prefix + "/export",
// exportUrl: prefix + "/export",
sortName
:
"createdAt"
,
sortName
:
"createdAt"
,
modalName
:
"兑换券"
,
modalName
:
"兑换券"
,
...
@@ -108,7 +109,10 @@
...
@@ -108,7 +109,10 @@
// align: 'center',
// align: 'center',
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
var
actions
=
[];
actions
.
push
(
'<a class="btn btn-warning btn-xs '
+
viewMgtCouponFlag
+
'" href="javascript:void(0)" onclick="$.operate.detail(
\'
'
+
row
.
mcouponId
+
'
\'
)"><i class="fa fa-search"></i>详情</a>'
);
// actions.push('
<
a
class
=
"btn btn-warning btn-xs ' + viewMgtCouponFlag + '"
href
=
"javascript:void(0)"
onclick
=
"$.operate.detail(
\
'' + row.mcouponId + '
\
')"
><
i
class
=
"fa fa-search"
><
/i>详情</
a
>
');
// if (row.state === 0) {
// actions.push('
<
a
class
=
"btn btn-danger btn-xs ' + cancelMgtCouponFlag + '"
href
=
"javascript:void(0)"
onclick
=
"$.operate.remove(
\
'' + row.mcouponId + '
\
')"
><
i
class
=
"fa fa-remove"
><
/i>取消</
a
>
');
// }
if (row.bindType === 0) {
if (row.bindType === 0) {
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
>
');
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
>
');
}
}
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/coupon4.html
View file @
d2dd29a5
...
@@ -53,6 +53,7 @@
...
@@ -53,6 +53,7 @@
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
var
viewMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:detail'
)}]];
var
viewMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:detail'
)}]];
var
cancelMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:cancel'
)}]];
var
couType
=
[[
$
{
couType
}]];
var
couType
=
[[
$
{
couType
}]];
...
@@ -61,8 +62,8 @@
...
@@ -61,8 +62,8 @@
url
:
prefix
+
"/list"
,
url
:
prefix
+
"/list"
,
createUrl
:
prefix
+
"/add/{id}"
,
createUrl
:
prefix
+
"/add/{id}"
,
detailUrl
:
prefix
+
"/detail/"
+
couType
+
"/{id}"
,
detailUrl
:
prefix
+
"/detail/"
+
couType
+
"/{id}"
,
removeUrl
:
prefix
+
"/cancel/{id}"
,
// updateUrl: prefix + "/edit/{id}",
// updateUrl: prefix + "/edit/{id}",
// removeUrl: prefix + "/remove",
// exportUrl: prefix + "/export",
// exportUrl: prefix + "/export",
sortName
:
"createdAt"
,
sortName
:
"createdAt"
,
modalName
:
"折扣券"
,
modalName
:
"折扣券"
,
...
@@ -127,7 +128,10 @@
...
@@ -127,7 +128,10 @@
// align: 'center',
// align: 'center',
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
var
actions
=
[];
actions
.
push
(
'<a class="btn btn-warning btn-xs '
+
viewMgtCouponFlag
+
'" href="javascript:void(0)" onclick="$.operate.detail(
\'
'
+
row
.
mcouponId
+
'
\'
)"><i class="fa fa-search"></i>详情</a>'
);
// actions.push('
<
a
class
=
"btn btn-warning btn-xs ' + viewMgtCouponFlag + '"
href
=
"javascript:void(0)"
onclick
=
"$.operate.detail(
\
'' + row.mcouponId + '
\
')"
><
i
class
=
"fa fa-search"
><
/i>详情</
a
>
');
// if (row.state === 0) {
// actions.push('
<
a
class
=
"btn btn-danger btn-xs ' + cancelMgtCouponFlag + '"
href
=
"javascript:void(0)"
onclick
=
"$.operate.remove(
\
'' + row.mcouponId + '
\
')"
><
i
class
=
"fa fa-remove"
><
/i>取消</
a
>
');
// }
if (row.bindType === 0) {
if (row.bindType === 0) {
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
>
');
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
>
');
}
}
...
...
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