Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
njzsb
Project
Project
Details
Activity
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
徐州
njzsb
Commits
ad60b25c
Commit
ad60b25c
authored
Sep 06, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮样式
parent
31839919
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
3 deletions
+21
-3
Jfzm_List.jsp
WebRoot/WEB-INF/pages/jfzm/Jfzm_List.jsp
+1
-1
Rfxm_Sfxx_Detail.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Detail.jsp
+20
-2
No files found.
WebRoot/WEB-INF/pages/jfzm/Jfzm_List.jsp
View file @
ad60b25c
...
...
@@ -599,7 +599,7 @@
field
:
'op1'
,
title
:
'关联操作'
,
width
:
300
,
align
:
'center'
,
formatter
:
function
(
value
,
rec
)
{
if
(
rec
.
isSl
||
rec
.
paymentLink
!=
'3'
)
{
return
" <a class='btn_01_mini' onclick=doPrint('"
+
rec
.
id
+
"')>打印缴费凭证<b></b></a>
\n
"
+
" <a class='btn_01_mini' onclick=one_book()>一般缴款书<b></b></a>"
;
" <a class='btn_01_mini
edit' style='opacity: 0.5
' onclick=one_book()>一般缴款书<b></b></a>"
;
}
else
{
return
"<a class='btn_01_mini' onclick=asy_tb('"
+
rec
.
xxylbbh
+
"')>同步施工许可<b></b></a>
\n
"
+
" <a class='btn_01_mini' onclick=doPrint('"
+
rec
.
id
+
"')>打印缴费凭证<b></b></a>
\n
"
+
...
...
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Detail.jsp
View file @
ad60b25c
...
...
@@ -16,6 +16,24 @@
<
%@
include
file=
"/common/jsLib.jsp"
%
>
<style
type=
"text/css"
>
a
:hover
{
color
:
#F00
;
text-decoration
:
underline
;
}
/* 鼠标移动到链接上 */
.nohover
:hover
{
text-shadow
:
1px
1px
1px
#fff
;
position
:
relative
;
margin
:
0
8px
0
0
;
display
:
inline-block
;
height
:
25px
;
line-height
:
23px
;
text-align
:
center
;
color
:
#484848
;
padding
:
0
32px
0
42px
;
cursor
:
pointer
;
font-weight
:
normal
;
background-position
:
0px
0px
;
text-decoration
:
none
;
}
.nohover
:hover
b
{
background-position
:
right
0px
;
}
</style>
<script
type=
"text/javascript"
>
...
...
@@ -249,11 +267,11 @@
<td
colspan=
"4"
height=
"100px"
style=
"text-align:center"
>
<c:if
test=
"${!canRfyz}"
>
<c:if
test=
"${rfxm.isSbj==1}"
>
<a
id=
"noticeBtn0"
href=
"#"
class=
"btn_01"
disabled=
"true"
<a
id=
"noticeBtn0"
href=
"#"
class=
"btn_01
nohover
"
disabled=
"true"
>
人防费用章(市本级)
<b></b></a>
</c:if>
<c:if
test=
"${rfxm.isSbj!=1}"
>
<a
id=
"noticeBtn0"
href=
"#"
class=
"btn_01"
disabled=
"true"
<a
id=
"noticeBtn0"
href=
"#"
class=
"btn_01
nohover
"
disabled=
"true"
>
人防费用章(非市本级)
<b></b></a>
</c:if>
</c:if>
...
...
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