记得上下班打卡 | 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
a4008f10
Commit
a4008f10
authored
Sep 01, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
admin 权限添加
parent
17008ff8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
4 deletions
+36
-4
details.html
...ources/templates/zhengzai/kylin/performances/details.html
+36
-4
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performances/details.html
View file @
a4008f10
...
@@ -27,6 +27,8 @@
...
@@ -27,6 +27,8 @@
</li>
</li>
<li
id=
"li-tab-5"
><a
data-toggle=
"tab"
href=
"#tab-5"
aria-expanded=
"false"
onclick=
"damaiInfo()"
>
大麦配置
</a>
<li
id=
"li-tab-5"
><a
data-toggle=
"tab"
href=
"#tab-5"
aria-expanded=
"false"
onclick=
"damaiInfo()"
>
大麦配置
</a>
</li>
</li>
<li
id=
"li-tab-7"
><a
data-toggle=
"tab"
href=
"#tab-7"
aria-expanded=
"false"
onclick=
"transferInfo()"
>
转赠配置
</a>
</li>
</ul>
</ul>
<div
class=
"tab-content"
>
<div
class=
"tab-content"
>
<div
id=
"tab-1"
class=
"tab-pane"
>
<div
id=
"tab-1"
class=
"tab-pane"
>
...
@@ -241,6 +243,12 @@
...
@@ -241,6 +243,12 @@
height=
800px
frameborder=
0
></iframe>
height=
800px
frameborder=
0
></iframe>
</div>
</div>
</div>
</div>
<div
id=
"tab-7"
class=
"tab-pane"
>
<div
class=
"panel-body"
>
<iframe
id=
"transfer_iframe"
name=
"transfer_iframe"
marginwidth=
0
marginheight=
0
width=
100%
height=
800px
frameborder=
0
></iframe>
</div>
</div>
</div>
</div>
...
@@ -259,18 +267,37 @@
...
@@ -259,18 +267,37 @@
document
.
getElementById
(
"li-tab-4"
).
style
.
display
=
"none"
;
document
.
getElementById
(
"li-tab-4"
).
style
.
display
=
"none"
;
}
}
var
otherFlag
=
[[
$
{@
permission
.
hasPermi
(
'kylin:performances:
other
'
)}]];
var
otherFlag
=
[[
$
{@
permission
.
hasPermi
(
'kylin:performances:
audit
'
)}]];
if
(
otherFlag
==
"hidden"
){
if
(
otherFlag
==
"hidden"
){
document
.
getElementById
(
"li-tab-1"
).
style
.
display
=
"none"
;
document
.
getElementById
(
"li-tab-2"
).
style
.
display
=
"none"
;
document
.
getElementById
(
"li-tab-2"
).
style
.
display
=
"none"
;
document
.
getElementById
(
"tab-2"
).
style
.
display
=
"none"
;
document
.
getElementById
(
"tab-2"
).
style
.
display
=
"none"
;
}
document
.
getElementById
(
"li-tab-3"
).
style
.
display
=
"none"
;
var
refundFlag
=
[[
$
{@
permission
.
hasPermi
(
'kylin:performances:refund'
)}]];
if
(
refundFlag
==
"hidden"
){
document
.
getElementById
(
"li-tab-6"
).
style
.
display
=
"none"
;
document
.
getElementById
(
"li-tab-6"
).
style
.
display
=
"none"
;
}
var
memberFlag
=
[[
$
{@
permission
.
hasPermi
(
'kylin:performances:member'
)}]];
if
(
memberFlag
==
"hidden"
){
document
.
getElementById
(
"li-tab-3"
).
style
.
display
=
"none"
;
}
var
damaiFlag
=
[[
$
{@
permission
.
hasPermi
(
'kylin:performances:damai'
)}]];
if
(
damaiFlag
==
"hidden"
){
document
.
getElementById
(
"li-tab-5"
).
style
.
display
=
"none"
;
document
.
getElementById
(
"li-tab-5"
).
style
.
display
=
"none"
;
}
}
var
detailFlag
=
[[
$
{@
permission
.
hasPermi
(
'kylin:performances:detail'
)}]];
if
(
detailFlag
==
"hidden"
){
document
.
getElementById
(
"li-tab-1"
).
style
.
display
=
"none"
;
}
var
transferFlag
=
[[
$
{@
permission
.
hasPermi
(
'kylin:performances:transfer'
)}]];
if
(
transferFlag
==
"hidden"
){
document
.
getElementById
(
"li-tab-7"
).
style
.
display
=
"none"
;
}
if
(
auditStatus
!=
0
)
{
if
(
auditStatus
!=
0
)
{
document
.
getElementsByName
(
"auditBtn"
)[
0
].
style
.
display
=
"none"
;
document
.
getElementsByName
(
"auditBtn"
)[
0
].
style
.
display
=
"none"
;
}
}
...
@@ -339,6 +366,11 @@
...
@@ -339,6 +366,11 @@
document
.
getElementById
(
"refundConfig_iframe"
).
src
=
"../refundConfig/"
+
'[[${kylinPerformanceMisVo.performancesId}]]'
.
replaceAll
(
"
\"
"
,
""
);
document
.
getElementById
(
"refundConfig_iframe"
).
src
=
"../refundConfig/"
+
'[[${kylinPerformanceMisVo.performancesId}]]'
.
replaceAll
(
"
\"
"
,
""
);
}
}
//转正配置
function
transferInfo
(){
// document.getElementById("transfer_iframe").src = "../refundConfig/" + '[[${kylinPerformanceMisVo.performancesId}]]'.replaceAll("\"", "");
}
$
(
"#tab-nav-1"
).
bind
(
"click"
,
function
()
{
$
(
"#tab-nav-1"
).
bind
(
"click"
,
function
()
{
$
(
"#tab_iframe_1"
).
attr
(
"src"
,
prefix
+
"/performanceStatic/"
+
'[[${kylinPerformanceMisVo.performancesId}]]'
.
replaceAll
(
"
\"
"
,
""
));
$
(
"#tab_iframe_1"
).
attr
(
"src"
,
prefix
+
"/performanceStatic/"
+
'[[${kylinPerformanceMisVo.performancesId}]]'
.
replaceAll
(
"
\"
"
,
""
));
});
});
...
...
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