Commit 956e2002 authored by houyu's avatar houyu

缴费承诺环节

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