Commit c0de0277 authored by 徐州's avatar 徐州

项目来源为:003的

合同上不判断人防用章
不需要人防用章
不需要同步施工许可
parent 63047ab9
......@@ -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>
......
......@@ -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,不显示一般缴费证明
......
......@@ -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);
......
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