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
d6b3303a
Commit
d6b3303a
authored
Aug 19, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
人防信息添加
parent
5ff26c61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
34 deletions
+38
-34
Rfdz_Add.jsp
WebRoot/WEB-INF/pages/rfdz/Rfdz_Add.jsp
+38
-34
No files found.
WebRoot/WEB-INF/pages/rfdz/Rfdz_Add.jsp
View file @
d6b3303a
<
%@
page
language=
"java"
pageEncoding=
"UTF-8"
isELIgnored=
"false"
%
>
<
%@
page
language=
"java"
pageEncoding=
"UTF-8"
isELIgnored=
"false"
%
>
<
%@
include
file=
"/common/header.jsp"
%
>
<
%@
include
file=
"/common/header.jsp"
%
>
<
%@
taglib
prefix=
"activiti"
uri=
"/activiti/tags"
%
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<head>
<
%@
include
file=
"/common/jsLib.jsp"
%
>
<
%@
include
file=
"/common/jsLib.jsp"
%
>
...
@@ -106,16 +103,18 @@
...
@@ -106,16 +103,18 @@
var ids = $("
#
sfxxid
").val();
var ids = $("
#
sfxxid
").val();
var yzsqy = $('#yzsqy').val();
var yzsqy = $('#yzsqy').val();
var dsdw = $('#dsdw').val();
var dsdw = $('#dsdw').val();
var sfxmmc = $('#sfxmmcselect option:selected').val();//选中的值
var shbm = $('#shbmselect option:selected').val();//选中的值
var sfxmmc = $('#sfxmmc').val();
var shbm = $('#shbmselect option:selected').val();//选中的值
var sfxmlxdbh = $('#sfxmlxdbh').val();
var yjjemx = $('#yjjemx').val();
$.ajax({
$.ajax({
async: false,
async: false,
url: "
$
{
ctx
}
/jsp/
zzhxm
/
zzhxmSfxxCheck
.
action
",
url: "
rfadd
.
action
",
type: 'post',
type: 'post',
dataType: 'json',
dataType: 'json',
async: false,
async: false,
data: {
zzhxmid: "
$
{
zzhxm
.
id
}
", "
zzhxmsfxx
.
cnjfhj
": cnjfhj, "
zzhxmsfxx
.
yzsqy
": yzsqy, "
zzhxmsfxx
.
dsdw
": dsdw, "
zzhxmsfxx
.
sfxmmc
": sfxmmc, "
zzhxmsfxx
.
shbm
": shbm
},
data: {
"
paymentItem
.
id
": "
$
{
paymentItem
.
id
}
", "
rfdz
.
sfxmmc
": sfxmmc, "
rfdz
.
shbm
": shbm, "
rfdz
.
sfxmlxdbh
": sfxmlxdbh, "
rfdz
.
yjjemx
": yjjemx
},
error: function (data) {
error: function (data) {
$.messager.alert('错误', data.message);
$.messager.alert('错误', data.message);
},
},
...
@@ -170,10 +169,12 @@
...
@@ -170,10 +169,12 @@
//遍历回传的数据添加到二级select
//遍历回传的数据添加到二级select
$.each(data, function (key, secondData) {
$.each(data, function (key, secondData) {
var option = '<option value="
' + secondData + '
">' + secondData + '</option>'
//
var option = '<option value="
' + secondData + '
">' + secondData + '</option>'
$("
#
shbmselect
").append(option)
//
$("
#
sfxmmc
select
").append(option)
// $("
#
shbm
select
").append(option)
})
})
var option ='<option value="
南京市人民防空办公室
">南京市人民防空办公室</option><option value="
南京市建邺区人防办
">南京市建邺区人防办</option>'
$("
#
shbmselect
").append(option)
/* //二级select展示
/* //二级select展示
$("
#
box
-
select
-
second
").fadeIn("
slow
");
$("
#
box
-
select
-
second
").fadeIn("
slow
");
...
@@ -228,65 +229,65 @@
...
@@ -228,65 +229,65 @@
</td>
</td>
<th
width=
"15"
>
信息一览表编号
</th>
<th
width=
"15"
>
信息一览表编号
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"xxylbbh"
name=
"
zzhx
m.xxylbbh"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
<input
id=
"xxylbbh"
name=
"
paymentIte
m.xxylbbh"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
disabled
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<th
width=
"15"
>
规划项目编号
</th>
<th
width=
"15"
>
规划项目编号
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"ghxmbh"
name=
"
zzhx
m.ghxmbh"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
<input
id=
"ghxmbh"
name=
"
paymentIte
m.ghxmbh"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
</td>
</td>
<th
width=
"15"
>
建设单位名称
</th>
<th
width=
"15"
>
建设单位名称
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"jsdwmc"
name=
"
zzhx
m.jsdwmc"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
<input
id=
"jsdwmc"
name=
"
paymentIte
m.jsdwmc"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<th
width=
"15"
>
规划许可证编号
</th>
<th
width=
"15"
>
规划许可证编号
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"ghxkzbh"
name=
"
zzhx
m.ghxkzbh"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
<input
id=
"ghxkzbh"
name=
"
paymentIte
m.ghxkzbh"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
disabled
/>
</td>
</td>
<th
width=
"15"
>
二级统计单位
</th>
<th
width=
"15"
>
二级统计单位
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"
ghxkzlx"
name=
"zzhx
m.ghxkzlx"
value=
"${paymentItem.dwmc}"
disabled
/>
<input
id=
"
ejtjdw"
name=
"paymentIte
m.ghxkzlx"
value=
"${paymentItem.dwmc}"
disabled
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<th
width=
"15"
>
工程项目名称
</th>
<th
width=
"15"
>
工程项目名称
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"gcxmmc"
name=
"
zzhx
m.gcxmmc"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
<input
id=
"gcxmmc"
name=
"
paymentIte
m.gcxmmc"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
<font
style=
'color:red'
>
*
</font>
<font
style=
'color:red'
>
*
</font>
</td>
</td>
<th
width=
"15"
>
工程项目地点
</th>
<th
width=
"15"
>
工程项目地点
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"gcxmdd"
name=
"
zzhx
m.gcxmdd"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
<input
id=
"gcxmdd"
name=
"
paymentIte
m.gcxmdd"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
<font
style=
'color:red'
>
*
</font>
<font
style=
'color:red'
>
*
</font>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<th
width=
"15"
>
地上建筑面积
</th>
<th
width=
"15"
>
地上建筑面积
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"dsjzmj"
name=
"
zzhx
m.dsjzmj"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
<input
id=
"dsjzmj"
name=
"
paymentIte
m.dsjzmj"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
<font
style=
'color:red'
>
*
</font>
<font
style=
'color:red'
>
*
</font>
</td>
</td>
<th
width=
"15"
>
地下建筑面积
</th>
<th
width=
"15"
>
地下建筑面积
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"dxjzmj"
name=
"
zzhx
m.dxjzmj"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
<input
id=
"dxjzmj"
name=
"
paymentIte
m.dxjzmj"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
<font
style=
'color:red'
>
*
</font>
<font
style=
'color:red'
>
*
</font>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<th
width=
"15"
>
建设单位联系人
</th>
<th
width=
"15"
>
建设单位联系人
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"jsdwlxr"
name=
"
zzhx
m.jsdwlxr"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
<input
id=
"jsdwlxr"
name=
"
paymentIte
m.jsdwlxr"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
disabled
/>
<font
style=
'color:red'
>
*
</font>
<font
style=
'color:red'
>
*
</font>
</td>
</td>
<th
width=
"15"
>
联系电话
</th>
<th
width=
"15"
>
联系电话
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"lxdh"
name=
"
zzhx
m.lxdh"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
<input
id=
"lxdh"
name=
"
paymentIte
m.lxdh"
style=
"width:90%"
value=
"${paymentItem.dwmc}"
disabled
/>
</td>
</td>
</tr>
</tr>
</table>
</table>
...
@@ -304,12 +305,15 @@
...
@@ -304,12 +305,15 @@
<tr>
<tr>
<th
width=
"15"
>
收费项目名称
</th>
<th
width=
"15"
>
收费项目名称
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<select
id=
"sfxmmcselect"
name=
"zzhxmsfxx.sfxmmc"
style=
"width: 91%"
<input
id=
"sfxmmc"
name=
"rfdz.sfxmmc"
style=
"width:90%"
onchange=
"getShbmBySfxmmc()"
>
datatype=
"*1-50"
errormsg=
'此项为必填'
maxlength=
"50"
value=
"防空地下室易地建设费"
disabled
/>
<c:forEach
items=
"${yzssxsfxmmcList}"
var=
"obj"
>
<font
style=
'color:red'
>
*
</font>
<option
value=
"${obj}"
>
${obj}
</option>
<
%
--
<
select
id=
"sfxmmcselect"
name=
"zzhxmsfxx.sfxmmc"
style=
"width: 91%"
--
%
>
</c:forEach>
<
%
--
onchange=
"getShbmBySfxmmc()"
>
--%>
</select>
<
%
--
<
c:forEach
items=
"${yzssxsfxmmcList}"
var=
"obj"
>
--%>
<
%
--
<
option
value=
"${obj}"
>
${obj}
</option>
--%>
<
%
--
</
c:forEach
>
--%>
<
%
--
</
select
>
--%>
</td>
</td>
<th
width=
"15"
>
审核部门
</th>
<th
width=
"15"
>
审核部门
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
...
@@ -359,7 +363,7 @@
...
@@ -359,7 +363,7 @@
<table
width=
"100%"
id=
"table"
>
<table
width=
"100%"
id=
"table"
>
<tr>
<tr>
<th
width=
"10%"
style=
"text-align: left;"
><input
name=
"id"
<th
width=
"10%"
style=
"text-align: left;"
><input
name=
"id"
checked=
"checked"
type=
"checkbox"
value=
"收费信息表"
><span
type=
"checkbox"
value=
"收费信息表"
><span
id=
'fujianm'
>
征收联系单:
</span></th>
id=
'fujianm'
>
征收联系单:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file1"
>
<input
type=
"file"
name=
"file1"
>
...
@@ -368,7 +372,7 @@
...
@@ -368,7 +372,7 @@
</tr>
</tr>
<tr>
<tr>
<th
width=
"10%"
style=
"text-align: left;"
><input
name=
"id"
<th
width=
"10%"
style=
"text-align: left;"
><input
name=
"id"
checked=
"checked"
type=
"checkbox"
value=
"收费信息表"
><span
type=
"checkbox"
value=
"收费信息表"
><span
id=
'fujianm'
>
税务反馈单:
</span></th>
id=
'fujianm'
>
税务反馈单:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file1"
>
<input
type=
"file"
name=
"file1"
>
...
@@ -377,7 +381,7 @@
...
@@ -377,7 +381,7 @@
</tr>
</tr>
<tr>
<tr>
<th
width=
"10%"
style=
"text-align: left;"
><input
name=
"id"
<th
width=
"10%"
style=
"text-align: left;"
><input
name=
"id"
checked=
"checked"
type=
"checkbox"
value=
"收费信息表"
><span
type=
"checkbox"
value=
"收费信息表"
><span
id=
'fujianm'
>
先行缴纳配套费的申请:
</span></th>
id=
'fujianm'
>
先行缴纳配套费的申请:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file1"
>
<input
type=
"file"
name=
"file1"
>
...
@@ -386,7 +390,7 @@
...
@@ -386,7 +390,7 @@
</tr>
</tr>
<tr>
<tr>
<th
width=
"10%"
style=
"text-align: left;"
><input
name=
"id"
<th
width=
"10%"
style=
"text-align: left;"
><input
name=
"id"
checked=
"checked"
type=
"checkbox"
value=
"收费信息表"
><span
type=
"checkbox"
value=
"收费信息表"
><span
id=
'fujianm'
>
完税证明:
</span></th>
id=
'fujianm'
>
完税证明:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file1"
>
<input
type=
"file"
name=
"file1"
>
...
...
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