Commit 5232d8f9 authored by houyu's avatar houyu

收费信息添加

parent e0cf1e9e
......@@ -207,9 +207,9 @@
</tr>
<tr>
<th width="15%">代收单位名称</th>
<td width="35%">${zzhxm.dsdw}</td>
<td width="35%">${zzhxm.dwmc}</td>
<th width="15%">代收单位层级</th>
<td width="35%">${zzhxm.dsdwcj}</td>
<td width="35%">${zzhxm.dwmc}</td>
</tr>
</table>
<table>
......
......@@ -164,6 +164,7 @@
success: function (secondDatas) {
// var data = eval('('+secondDatas+')');
var data = secondDatas.rows;
console.info(data)
if (secondDatas.total != undefined && secondDatas.total != "" && secondDatas.total > 0) {
$("#shbmselect").empty();
}
......@@ -172,6 +173,7 @@
var option = '<option value="' + secondData + '">' + secondData + '</option>'
$("#shbmselect").append(option)
$("#sfxmmcselect").append(option)
})
/* //二级select展示
......@@ -303,9 +305,9 @@
<tr>
<th width="15">收费项目名称</th>
<td width="35%">
<select id="sfxmmcselect" name="zzhxmsfxx.sfxmmc" style="width: 91%"
onchange="getShbmBySfxmmc()">
<c:forEach items="${yzssxsfxmmcList}" var="obj">
<select id="sfxmmcselect" name="zzhxmsfxx.shbm" style="width: 91%">
<%-- onchange="getShbmBySfxmmc()">--%>
<c:forEach items="${yzssxshbmList}" var="obj">
<option value="${obj}">${obj}</option>
</c:forEach>
</select>
......@@ -336,20 +338,19 @@
<tr>
<th width="15">承诺缴费环节</th>
<td width="35%">
<input type="radio" name="zzhxmsfxx.cnjfhj" value="施工许可前" checked="checked" />
<input type="radio" name="zzhxmsfxx.sgxkq" value="施工许可前" checked="checked" />
施工许可前
<input type="radio" name="zzhxmsfxx.cnjfhj" value="竣工验收前" />
<input type="radio" name="zzhxmsfxx.jgxkq" value="竣工验收前" />
竣工验收前
<input type="radio" name="zzhxmsfxx.cnjfhj" value="" /><input id="cnjfhj"
<input type="radio" name="zzhxmsfxx.rn" value="" /><input id="cnjfhj"
name="zzhxmsfxx.cnjfhj" style="width:10%" />日内
</td>
<th width="15">提前缴纳配套费</th>
<td width="35%">
<input type="radio" name="zzhxmsfxx.cnjfhj" value="施工许可前" checked="checked" />
<input type="radio" name="zzhxmsfxx.sgno" value="否" checked="checked" />
<input type="radio" name="zzhxmsfxx.cnjfhj" value="竣工验收前" />
<input type="radio" name="zzhxmsfxx.jgyes" value="是" />
</td>
</tr>
<tr>
......@@ -413,9 +414,10 @@
<table width="100%" border="0">
<tr>
<td colspan="4" height="100px" style="text-align:center">
<s:if test="flag=='add'">
<%-- <s:if test="flag=='add'">--%>
<%-- <a href="#" class="btn_01" type="button" onclick="verify1(this)">添加<b></b></a>&nbsp;--%>
<%-- </s:if>--%>
<a href="#" class="btn_01" type="button" onclick="verify1(this)">添加<b></b></a>&nbsp;
</s:if>
<a href="#" class="btn_01" onclick="parent.close_win('win_zzhxmsfxx');">关闭<b></b></a>
</td>
</tr>
......
......@@ -26,7 +26,7 @@
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/conf" type="java-resource" />
</content>
<orderEntry type="jdk" jdkName="1.8 (2)" jdkType="JavaSDK" />
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="lib" level="project" />
<orderEntry type="library" exported="" name="fr-applet-8.0" level="project" />
......
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