Commit 5ff26c61 authored by 徐州's avatar 徐州

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

* 'master' of http://gitlab.house365.com/xuzhou/njzsb:
  收费项目名称下拉
  收费信息添加
parents 6e27c91e c4f1dfe0
......@@ -172,6 +172,7 @@
var option = '<option value="' + secondData + '">' + secondData + '</option>'
$("#shbmselect").append(option)
$("#sfxmmcselect").append(option)
})
/* //二级select展示
......@@ -345,9 +346,9 @@
</td>
<th width="15">提前缴纳配套费</th>
<td width="35%">
<input type="radio" name="zzhxmsfxx.cnjfhj" value="施工许可前" checked="checked" />
<input type="radio" name="zzhxmsfxx.tqjnptf" value="施工许可前" checked="checked" />
<input type="radio" name="zzhxmsfxx.cnjfhj" value="竣工验收前" />
<input type="radio" name="zzhxmsfxx.tqjnptf" value="竣工验收前" />
</td>
......@@ -413,9 +414,7 @@
<table width="100%" border="0">
<tr>
<td colspan="4" height="100px" style="text-align:center">
<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;
<a href="#" class="btn_01" onclick="parent.close_win('win_zzhxmsfxx');">关闭<b></b></a>
</td>
</tr>
......
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