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
c0de0277
Commit
c0de0277
authored
Apr 06, 2023
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目来源为:003的
合同上不判断人防用章 不需要人防用章 不需要同步施工许可
parent
63047ab9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
jfzm_print.jsp
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
+1
-1
JfzmAction.java
src/com/jshx/jfzm/web/JfzmAction.java
+1
-1
RfxmAction.java
src/com/jshx/rfxm/web/RfxmAction.java
+1
-1
No files found.
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
View file @
c0de0277
...
...
@@ -475,7 +475,7 @@
</c:when>
<c:otherwise>
<c:choose>
<c:when
test=
"${
nmjyj != '004
'}"
>
<!--如果 -->
<c:when
test=
"${
mjyj != '004' && mjyj != '003
'}"
>
<!--如果 -->
<c:choose>
<c:when
test=
"${rfxm.isRfyz=='1'}"
>
<!--如果 -->
<c:choose>
...
...
src/com/jshx/jfzm/web/JfzmAction.java
View file @
c0de0277
...
...
@@ -154,7 +154,7 @@ public class JfzmAction extends BaseAction {
RfxmSfxx
sfxx
=
rfxmSfxxList
==
null
||
rfxmSfxxList
.
size
()
==
0
?
null
:
rfxmSfxxList
.
get
(
0
);
// 1,判断是否显示同步按钮 2,判断是否置灰
r
.
setShowTb
(
r
.
getIsSl
()
!=
1
?
1
:
0
);
//房改办,竖联,不显示施工许可
r
.
setShowTb
(
(!
"003"
.
equals
(
r
.
getMjyj
())
&&
r
.
getIsSl
()
!=
1
)
?
1
:
0
);
//房改办,竖联,不显示施工许可
try
{
r
.
setShowYb
(
Double
.
parseDouble
(
pih
.
getPtyjje
())
!=
0
?
1
:
0
);
//配套费=0,不显示一般缴费证明
...
...
src/com/jshx/rfxm/web/RfxmAction.java
View file @
c0de0277
...
...
@@ -504,7 +504,7 @@ public class RfxmAction extends BaseAction
rfxmSfxx
=
rfxmSfxxService
.
findRfxmSfxx
(
paraMap2
);
if
(
rfxm
.
getIsRfyz
()
==
1
)
{
rfxm
.
setEnableRfyz
(
0
);
}
else
if
(
"004"
.
equals
(
rfxm
.
getMjyj
()))
{
//非市本级的房改办项目
}
else
if
(
"004"
.
equals
(
rfxm
.
getMjyj
())
||
"003"
.
equals
(
rfxm
.
getMjyj
())
)
{
//非市本级的房改办项目
rfxm
.
setEnableRfyz
(
0
);
}
else
if
(
rfxm
.
getIsSbj
()
==
0
)
{
rfxm
.
setEnableRfyz
(
1
);
...
...
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