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
065a3ba1
Commit
065a3ba1
authored
Sep 01, 2022
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改1出问题
parent
0e3b29b3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
Rfxm_Detail.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Detail.jsp
+1
-1
RfxmAction.java
src/com/jshx/rfxm/web/RfxmAction.java
+11
-0
No files found.
WebRoot/WEB-INF/pages/rfxm/Rfxm_Detail.jsp
View file @
065a3ba1
...
...
@@ -103,7 +103,7 @@
<
%
--
<
td
width=
"35%"
><s:property
value=
"#sfxx.sfxmzslxdbh"
/></td>
--%>
</tr>
<tr>
<th
width=
"15%"
>
应缴金额
明细
</th>
<th
width=
"15%"
>
应缴金额
</th>
<td
width=
"35%"
><s:property
value=
"yjjemx"
/></td>
<
%
--
<
td
width=
"35%"
>
${li.yjjemx}
</td>
--%>
<
%
--
<
td
width=
"35%"
><s:property
value=
"#sfxx.yjjemx"
/></td>
--%>
...
...
src/com/jshx/rfxm/web/RfxmAction.java
View file @
065a3ba1
...
...
@@ -122,6 +122,8 @@ public class RfxmAction extends BaseAction
*/
private
Rfxm
rfxm
=
new
Rfxm
();
private
PaymentItemHis
paymentItemHis
=
new
PaymentItemHis
();
private
Sdjd
sdjd
=
new
Sdjd
();
private
List
<
RfxmSfxx
>
rfxmSfxx
=
new
ArrayList
<>();
...
...
@@ -1420,6 +1422,7 @@ public class RfxmAction extends BaseAction
rfxm
=
rfxmService
.
getById
(
id
);
paraMap
.
put
(
"rfxmid"
,
id
);
rfxmSfxx
=
rfxmSfxxService
.
findRfxmSfxx
(
paraMap
);
paymentItemHis
=
paymentItemHisService
.
getById
(
rfxm
.
getPaymentHisId
());
//TODO 判断是否可以点击人防用章
if
(
rfxm
.
getIsRfyz
()
==
1
)
{
canRfyz
=
false
;
//人防已经用章
...
...
@@ -3308,4 +3311,12 @@ public class RfxmAction extends BaseAction
public
void
setCanRfyz
(
boolean
canRfyz
)
{
this
.
canRfyz
=
canRfyz
;
}
public
PaymentItemHis
getPaymentItemHis
()
{
return
paymentItemHis
;
}
public
void
setPaymentItemHis
(
PaymentItemHis
paymentItemHis
)
{
this
.
paymentItemHis
=
paymentItemHis
;
}
}
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