Commit 065a3ba1 authored by 徐州's avatar 徐州

修改1出问题

parent 0e3b29b3
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<%--<td width="35%" ><s:property value="#sfxx.sfxmzslxdbh"/></td>--%> <%--<td width="35%" ><s:property value="#sfxx.sfxmzslxdbh"/></td>--%>
</tr> </tr>
<tr> <tr>
<th width="15%">应缴金额明细</th> <th width="15%">应缴金额</th>
<td width="35%" ><s:property value="yjjemx"/></td> <td width="35%" ><s:property value="yjjemx"/></td>
<%--<td width="35%" >${li.yjjemx}</td>--%> <%--<td width="35%" >${li.yjjemx}</td>--%>
<%--<td width="35%" ><s:property value="#sfxx.yjjemx"/></td>--%> <%--<td width="35%" ><s:property value="#sfxx.yjjemx"/></td>--%>
......
...@@ -122,6 +122,8 @@ public class RfxmAction extends BaseAction ...@@ -122,6 +122,8 @@ public class RfxmAction extends BaseAction
*/ */
private Rfxm rfxm = new Rfxm(); private Rfxm rfxm = new Rfxm();
private PaymentItemHis paymentItemHis = new PaymentItemHis();
private Sdjd sdjd = new Sdjd(); private Sdjd sdjd = new Sdjd();
private List<RfxmSfxx> rfxmSfxx = new ArrayList<>(); private List<RfxmSfxx> rfxmSfxx = new ArrayList<>();
...@@ -1420,6 +1422,7 @@ public class RfxmAction extends BaseAction ...@@ -1420,6 +1422,7 @@ public class RfxmAction extends BaseAction
rfxm = rfxmService.getById(id); rfxm = rfxmService.getById(id);
paraMap.put("rfxmid", id); paraMap.put("rfxmid", id);
rfxmSfxx = rfxmSfxxService.findRfxmSfxx(paraMap); rfxmSfxx = rfxmSfxxService.findRfxmSfxx(paraMap);
paymentItemHis = paymentItemHisService.getById(rfxm.getPaymentHisId());
//TODO 判断是否可以点击人防用章 //TODO 判断是否可以点击人防用章
if(rfxm.getIsRfyz() == 1) { if(rfxm.getIsRfyz() == 1) {
canRfyz = false;//人防已经用章 canRfyz = false;//人防已经用章
...@@ -3308,4 +3311,12 @@ public class RfxmAction extends BaseAction ...@@ -3308,4 +3311,12 @@ public class RfxmAction extends BaseAction
public void setCanRfyz(boolean canRfyz) { public void setCanRfyz(boolean canRfyz) {
this.canRfyz = canRfyz; this.canRfyz = canRfyz;
} }
public PaymentItemHis getPaymentItemHis() {
return paymentItemHis;
}
public void setPaymentItemHis(PaymentItemHis paymentItemHis) {
this.paymentItemHis = paymentItemHis;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment