Commit 956e2002 authored by houyu's avatar houyu

缴费承诺环节

parent dc652385
......@@ -344,11 +344,11 @@
</tr>
<tr>
<th width="15">缴费承诺环节</th>
<c:if test="${rxfm.paymentLink ==''}">
<td width="35%">
<input type="radio" class="rd" name="rfxmsfxx.cnjfhj" value="施工许可前" checked="checked"/>
施工许可前
<input type="radio" class="rd" name="rfxmsfxx.cnjfhj" value="竣工验收前"/>
竣工验收前
<input type="radio" class="rd" name="rfxmsfxx.cnjfhj" value="30日内" />30日内
</td>
<th width="15">提前缴纳配套费</th>
......@@ -356,6 +356,23 @@
<input type="radio" name="rfxmsfxx.tqjn" value="0" checked="checked" />
<input type="radio" name="rfxmsfxx.tqjn" value="1" checked="checked" />
</td>
</c:if>
<c:if test="${rxfm.paymentLink =='1'}">
<td width="35%">
施工许可前
</td>
</c:if>
<c:if test="${rxfm.paymentLink =='3'}">
<td width="35%">
30日内
</td>
<th width="15">提前缴纳配套费</th>
<td width="35%" >
<input type="radio" name="rfxmsfxx.tqjn" value="0" checked="checked" />
<input type="radio" name="rfxmsfxx.tqjn" value="1" checked="checked" />
</td>
</c:if>
</tr>
<tr>
<th width="15">缴费情况:</th>
......
......@@ -335,41 +335,35 @@
</tr>
<tr>
<th width="15">缴费承诺环节</th>
<c:if test="${rxfm.paymentLink ==''}">
<td width="35%">
<c:if test="${rfxmsfxx.cnjfhj eq '施工许可前'}">
<input type="radio" name="rfxmsfxx.cnjfhj" value="施工许可前" checked="checked"/>
<input type="radio" class="rd" name="rfxmsfxx.cnjfhj" value="施工许可前" checked="checked"/>
施工许可前
<input type="radio" name="rfxmsfxx.cnjfhj" value="竣工验收前"/>
竣工验收前
<input type="radio" name="rfxmsfxx.cnjfhj" value="" /><input id="cnjfhj" name="rfxmsfxx.cnjfhj" style="width:10%"/>日内
</c:if>
<c:if test="${rfxmsfxx.cnjfhj == '竣工验收前'}">
<input type="radio" name="rfxmsfxx.cnjfhj" value="施工许可前"/>
施工许可前
<input type="radio" name="rfxmsfxx.cnjfhj" value="竣工验收前" checked="checked"/>
竣工验收前
<input type="radio" name="rfxmsfxx.cnjfhj" value="" /><input id="cnjfhj" name="rfxmsfxx.cnjfhj" style="width:10%"/>日内
<input type="radio" class="rd" name="rfxmsfxx.cnjfhj" value="30日内" />30日内
</td>
<th width="15">提前缴纳配套费</th>
<td width="35%" class="showPt">
<input type="radio" name="rfxmsfxx.tqjn" value="0" checked="checked" />
<input type="radio" name="rfxmsfxx.tqjn" value="1" checked="checked" />
</td>
</c:if>
<c:if test="${fn:contains(rfxmsfxx.cnjfhj,'日内')}">
<input type="radio" name="rfxmsfxx.cnjfhj" value="施工许可前"/>
<c:if test="${rxfm.paymentLink =='1'}">
<td width="35%">
施工许可前
<input type="radio" name="rfxmsfxx.cnjfhj" value="竣工验收前"/>
竣工验收前
<input type="radio" name="rfxmsfxx.cnjfhj" value="" checked="checked" /><input id="cnjfhj" name="rfxmsfxx.cnjfhj" value="${fn:replace(rfxmsfxx.cnjfhj, '日内', '')}" style="width:10%"/>日内
</td>
</c:if>
<c:if test="${rxfm.paymentLink =='3'}">
<td width="35%">
30日内
</td>
<th width="15">提前缴纳配套费</th>
<td width="35%">
<c:if test="${rfxmsfxx.tqjn == 1}">
<input type="radio" name="rfxmsfxx.tqjn" value="0" />
<input type="radio" name="rfxmsfxx.tqjn" value="1" checked="checked" />
</c:if>
<c:if test="${rfxmsfxx.tqjn != 1}">
<td width="35%" >
<input type="radio" name="rfxmsfxx.tqjn" value="0" checked="checked" />
<input type="radio" name="rfxmsfxx.tqjn" value="1" />
</c:if>
<input type="radio" name="rfxmsfxx.tqjn" value="1" checked="checked" />
</td>
</c:if>
</tr>
<tr>
<th width="15">缴费情况:</th>
......
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