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
7492f0fd
Commit
7492f0fd
authored
Sep 20, 2022
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改went
parent
3023d760
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
14 deletions
+26
-14
Rfxm_Sfxx_Edit.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Edit.jsp
+1
-1
JfzmAction.java
src/com/jshx/jfzm/web/JfzmAction.java
+12
-0
RfxmAction.java
src/com/jshx/rfxm/web/RfxmAction.java
+13
-13
No files found.
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Edit.jsp
View file @
7492f0fd
...
...
@@ -363,7 +363,7 @@
</td>
</tr>
<tr>
<th
width=
"15"
>
缴费承诺环节
${rfxmsfxx.tqjn}
</th>
<th
width=
"15"
>
缴费承诺环节
</th>
<c:if
test=
"${rfxm.paymentLink ==1}"
>
<td
width=
"35%"
>
施工许可前
...
...
src/com/jshx/jfzm/web/JfzmAction.java
View file @
7492f0fd
...
...
@@ -190,6 +190,10 @@ public class JfzmAction extends BaseAction {
public
String
fujian
()
{
xmxxb
=
xmxxbService
.
getBySlbh
(
xmxxb
.
getSlbh
());
Map
map
=
new
HashMap
();
map
.
put
(
"xxylb"
,
xmxxb
.
getXxylb
());
Pagination
pagination1
=
wwjdclinfoService
.
findByPage
(
new
Pagination
(
1
,
0
),
map
);
wwjdclinfos
=
pagination1
.
getListOfObject
();
return
EDIT
;
}
...
...
@@ -298,4 +302,12 @@ public class JfzmAction extends BaseAction {
public
void
setPaymentItemHis
(
PaymentItemHis
paymentItemHis
)
{
this
.
paymentItemHis
=
paymentItemHis
;
}
public
List
<
Wwjdclinfo
>
getWwjdclinfos
()
{
return
wwjdclinfos
;
}
public
void
setWwjdclinfos
(
List
<
Wwjdclinfo
>
wwjdclinfos
)
{
this
.
wwjdclinfos
=
wwjdclinfos
;
}
}
src/com/jshx/rfxm/web/RfxmAction.java
View file @
7492f0fd
...
...
@@ -1226,19 +1226,19 @@ public class RfxmAction extends BaseAction
rfxmSfxx
=
rfxmSfxxService
.
findRfxmSfxx
(
paraMap
);
boolean
result
=
true
;
String
message
=
""
;
if
(
rfxm
.
getIsRfyz
()
==
1
)
{
result
=
false
;
//人防已经用章
message
=
"人防已经用章"
;
}
else
if
(
"004"
.
equals
(
rfxm
.
getMjyj
()))
{
//非市本级的房改办项目
result
=
false
;
//非市本级
message
=
"项目来源为房改办,不需要人防用章"
;
}
else
if
(
rfxmSfxx
==
null
||
rfxmSfxx
.
size
()
==
0
)
{
result
=
false
;
//未添加人防费
message
=
"请先添加人防费"
;
}
else
if
(
rfxmSfxx
.
get
(
0
).
getStatus
()
!=
2
)
{
result
=
false
;
//收费信息未复核,不允许用章
message
=
"人防费未复核"
;
}
//
if(rfxm.getIsRfyz() == 1) {
//
result = false;//人防已经用章
//
message = "人防已经用章";
//
} else if("004".equals(rfxm.getMjyj())) {//非市本级的房改办项目
//
result = false;//非市本级
//
message = "项目来源为房改办,不需要人防用章";
//
} else if(rfxmSfxx == null || rfxmSfxx.size() == 0) {
//
result = false;//未添加人防费
//
message = "请先添加人防费";
//
} else if(rfxmSfxx.get(0).getStatus() != 2) {
//
result = false;//收费信息未复核,不允许用章
//
message = "人防费未复核";
//
}
this
.
getResponse
().
getWriter
().
println
(
"{\"result\":"
+
result
+
",\"message\":\""
+
message
+
"\"}"
);
}
...
...
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