Commit 853dd3f1 authored by 徐州's avatar 徐州

Merge branch 'master' of http://gitlab.house365.com/xuzhou/njzsb

* 'master' of http://gitlab.house365.com/xuzhou/njzsb:
  人防到账查看
parents 494a23be c4e2022f
......@@ -88,59 +88,105 @@
</s:iterator>
<c:forEach var="s" items="${rfxmSfxx}">--%>
<div class="easyui-accordion" style="">
<s:iterator value="rfxmSfxx" id="array">
<div class="" title="<s:property value='sfxmmc'/>" data-options="iconCls:'icon-ok'" style="overflow:auto;padding:10px;">
<table id="sfTable">
<input type="hidden" id="id" name="id" value="<s:property value='id'/>">
<tr>
<th width="15%">收费项目名称</th>
<%--<td width="35%" ><s:property value="#sfxx.sfxmmc"/></td>--%>
<%--<td width="35%" ><c:out value="${s}.sfxmmc"></c:out></td>--%>
<td width="35%" ><s:property value="sfxmmc"/></td>
<th width="15%">缴款通知书编号</th>
<td width="35%" ><s:property value="sfxmlxdbh"/></td>
<%--<td width="35%" >${li.sfxmzslxdbh}</td>--%>
<%--<td width="35%" ><s:property value="#sfxx.sfxmzslxdbh"/></td>--%>
</tr>
<tr>
<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>--%>
<th width="15%">审核部门</th>
<%--<td width="35%" ><s:property value="#sfxx.shbm"/></td>--%>
<td width="35%" ><s:property value="shbm"/></td>
<%--<td width="35%" >${li.shbm}</td>--%>
</tr>
<tr>
<th width="15%">承诺缴费环节</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value="cnjfhj"/></td>
<%--<td width="35%" >${li.cnjfhj}</td>--%>
<%--<th width="15%">审核部门</th>--%>
<%--<td width="35%" >${li.shbm}</td>--%>
<%-- <th width="15%"></th>--%>
<%-- <td width="35%">--%>
<%-- <a href="javascript:opendoc('<s:property value="id"/>')"><font color="blue"><s:property value="attachname"/></font></a>--%>
<%-- </td>--%>
<th width="15%">一般缴款书编号</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value="cnjfhj"/></td>
</tr>
<tr>
<th width="15%">缴费凭证编号</th>
<td width="35%" ><s:property value="yjjemx"/></td>
<div class="" title="城市基础设施配套费" data-options="iconCls:'icon-ok'" style="overflow:auto;padding:10px;">
<table id="sfTable">
<input type="hidden" id="id" name="id" value="<s:property value='id'/>">
<tr>
<th width="15%">收费项目名称</th>
<%--<td width="35%" ><s:property value="#sfxx.sfxmmc"/></td>--%>
<%--<td width="35%" ><c:out value="${s}.sfxmmc"></c:out></td>--%>
<td width="35%" ><s:property value="paymentItemHis.xmmc"/></td>
<th width="15%">缴款通知书编号</th>
<td width="35%" ><s:property value="paymentItemHis.slbh"/></td>
<%--<td width="35%" >${li.sfxmzslxdbh}</td>--%>
<%--<td width="35%" ><s:property value="#sfxx.sfxmzslxdbh"/></td>--%>
</tr>
<tr>
<th width="15%">应缴金额</th>
<td width="35%" ><s:property value="paymentItemHis.xmxxb.yjje"/></td>
<%--<td width="35%" >${li.yjjemx}</td>--%>
<%--<td width="35%" ><s:property value="#sfxx.yjjemx"/></td>--%>
<th width="15%">审核部门</th>
<%--<td width="35%" ><s:property value="#sfxx.shbm"/></td>--%>
<td width="35%" ><s:property value="paymentItemHis.shbm"/></td>
<%--<td width="35%" >${li.shbm}</td>--%>
</tr>
<tr>
<th width="15%">承诺缴费环节</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value="paymentItemHis.cnjfhj"/></td>
<%--<td width="35%" >${li.cnjfhj}</td>--%>
<%--<th width="15%">审核部门</th>--%>
<%--<td width="35%" >${li.shbm}</td>--%>
<%-- <th width="15%"></th>--%>
<%-- <td width="35%">--%>
<%-- <a href="javascript:opendoc('<s:property value="id"/>')"><font color="blue"><s:property value="attachname"/></font></a>--%>
<%-- </td>--%>
<th width="15%">一般缴款书编号</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value="paymentItemHis.ybjksbh"/></td>
</tr>
<tr>
<th width="15%">缴费凭证编号</th>
<td width="35%" ><s:property value="paymentItemHis.zslxdbh"/></td>
</tr>
</table>
</div>
</s:iterator>
</tr>
</table>
</div>
<%-- <s:iterator value="rfxmSfxx" id="array">--%>
<%-- <div class="" title="<s:property value='sfxmmc'/>" data-options="iconCls:'icon-ok'" style="overflow:auto;padding:10px;">--%>
<%-- <table id="sfTable">--%>
<%-- <input type="hidden" id="id" name="id" value="<s:property value='id'/>">--%>
<%-- <tr>--%>
<%-- <th width="15%">收费项目名称</th>--%>
<%-- &lt;%&ndash;<td width="35%" ><s:property value="#sfxx.sfxmmc"/></td>&ndash;%&gt;--%>
<%-- &lt;%&ndash;<td width="35%" ><c:out value="${s}.sfxmmc"></c:out></td>&ndash;%&gt;--%>
<%-- <td width="35%" ><s:property value="sfxmmc"/></td>--%>
<%-- <th width="15%">缴款通知书编号</th>--%>
<%-- <td width="35%" ><s:property value="sfxmlxdbh"/></td>--%>
<%-- &lt;%&ndash;<td width="35%" >${li.sfxmzslxdbh}</td>&ndash;%&gt;--%>
<%-- &lt;%&ndash;<td width="35%" ><s:property value="#sfxx.sfxmzslxdbh"/></td>&ndash;%&gt;--%>
<%-- </tr>--%>
<%-- <tr>--%>
<%-- <th width="15%">应缴金额</th>--%>
<%-- <td width="35%" ><s:property value="yjjemx"/></td>--%>
<%-- &lt;%&ndash;<td width="35%" >${li.yjjemx}</td>&ndash;%&gt;--%>
<%-- &lt;%&ndash;<td width="35%" ><s:property value="#sfxx.yjjemx"/></td>&ndash;%&gt;--%>
<%-- <th width="15%">审核部门</th>--%>
<%-- &lt;%&ndash;<td width="35%" ><s:property value="#sfxx.shbm"/></td>&ndash;%&gt;--%>
<%-- <td width="35%" ><s:property value="shbm"/></td>--%>
<%-- &lt;%&ndash;<td width="35%" >${li.shbm}</td>&ndash;%&gt;--%>
<%-- </tr>--%>
<%-- <tr>--%>
<%-- <th width="15%">承诺缴费环节</th>--%>
<%-- &lt;%&ndash;<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>&ndash;%&gt;--%>
<%-- <td width="35%" ><s:property value="cnjfhj"/></td>--%>
<%-- &lt;%&ndash;<td width="35%" >${li.cnjfhj}</td>&ndash;%&gt;--%>
<%-- &lt;%&ndash;<th width="15%">审核部门</th>&ndash;%&gt;--%>
<%-- &lt;%&ndash;<td width="35%" >${li.shbm}</td>&ndash;%&gt;--%>
<%--&lt;%&ndash; <th width="15%"></th>&ndash;%&gt;--%>
<%--&lt;%&ndash; <td width="35%">&ndash;%&gt;--%>
<%--&lt;%&ndash; <a href="javascript:opendoc('<s:property value="id"/>')"><font color="blue"><s:property value="attachname"/></font></a>&ndash;%&gt;--%>
<%--&lt;%&ndash; </td>&ndash;%&gt;--%>
<%-- <th width="15%">一般缴款书编号</th>--%>
<%-- &lt;%&ndash;<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>&ndash;%&gt;--%>
<%-- <td width="35%" ><s:property value="cnjfhj"/></td>--%>
<%-- </tr>--%>
<%-- <tr>--%>
<%-- <th width="15%">缴费凭证编号</th>--%>
<%-- <td width="35%" ><s:property value="yjjemx"/></td>--%>
<%-- </tr>--%>
<%-- </table>--%>
<%-- </div>--%>
<%-- </s:iterator>--%>
</div>
<div class="easyui-accordion" style="">
<s:iterator value="rfxmSfxx" id="array">
<div class="" title="<s:property value='sfxmmc'/>" data-options="iconCls:'icon-ok'" style="overflow:auto;padding:10px;">
<table id="sfTable">
<input type="hidden" id="id" name="id" value="<s:property value='id'/>">
<table id="sfTable1">
<tr>
<th width="15%">收费项目名称</th>
<%--<td width="35%" ><s:property value="#sfxx.sfxmmc"/></td>--%>
......@@ -165,7 +211,9 @@
<th width="15%">承诺缴费环节</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value="cnjfhj"/></td>
<th width="15%">项目联系单编号</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value="sfxmlxdbh"/></td>
</tr>
</table>
......
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