Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
njzsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐州
njzsb
Commits
5232d8f9
Commit
5232d8f9
authored
Aug 16, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收费信息添加
parent
e0cf1e9e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
14 deletions
+16
-14
Rfdz_Detail.jsp
WebRoot/WEB-INF/pages/rfdz/Rfdz_Detail.jsp
+2
-2
Rfdz_Edit.jsp
WebRoot/WEB-INF/pages/rfdz/Rfdz_Edit.jsp
+13
-11
njzsb.iml
njzsb.iml
+1
-1
No files found.
WebRoot/WEB-INF/pages/rfdz/Rfdz_Detail.jsp
View file @
5232d8f9
...
...
@@ -207,9 +207,9 @@
</tr>
<tr>
<th
width=
"15%"
>
代收单位名称
</th>
<td
width=
"35%"
>
${zzhxm.d
sdw
}
</td>
<td
width=
"35%"
>
${zzhxm.d
wmc
}
</td>
<th
width=
"15%"
>
代收单位层级
</th>
<td
width=
"35%"
>
${zzhxm.d
sdwcj
}
</td>
<td
width=
"35%"
>
${zzhxm.d
wmc
}
</td>
</tr>
</table>
<table>
...
...
WebRoot/WEB-INF/pages/rfdz/Rfdz_Edit.jsp
View file @
5232d8f9
...
...
@@ -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.s
fxmmc"
style=
"width: 91%"
onchange=
"getShbmBySfxmmc()"
>
<c:forEach
items=
"${yzssxs
fxmmc
List}"
var=
"obj"
>
<select
id=
"sfxmmcselect"
name=
"zzhxmsfxx.s
hbm"
style=
"width: 91%"
>
<
%
--
onchange=
"getShbmBySfxmmc()"
>
--%
>
<c:forEach
items=
"${yzssxs
hbm
List}"
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>
--%>
<
%
--
</
s:if
>
--%>
<a
href=
"#"
class=
"btn_01"
type=
"button"
onclick=
"verify1(this)"
>
添加
<b></b></a>
</s:if>
<a
href=
"#"
class=
"btn_01"
onclick=
"parent.close_win('win_zzhxmsfxx');"
>
关闭
<b></b></a>
</td>
</tr>
...
...
njzsb.iml
View file @
5232d8f9
...
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment