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
ff6f2755
Commit
ff6f2755
authored
Sep 22, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提示字段修改
parent
35cba3f2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
122 additions
and
20 deletions
+122
-20
Rfxm_Sfxx_Add.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Add.jsp
+67
-7
Rfxm_Sfxx_Edit.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Edit.jsp
+55
-13
No files found.
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Add.jsp
View file @
ff6f2755
...
...
@@ -116,7 +116,7 @@
}
});
$
(
"input[name=id
]:checked"
).
each
(
function
(){
$
(
"input[name=id1
]:checked"
).
each
(
function
(){
var
name
=
$
(
this
).
val
();
value
=
$
(
this
).
parent
().
siblings
().
find
(
"input"
).
val
();
value
=
value
.
substring
(
value
.
lastIndexOf
(
"
\
\"
)+1);
...
...
@@ -125,12 +125,72 @@
{
boolean1= false;
// $.messager.alert('提示',"
请上传
"+$(this).val()+"
文件
");
message = "
请上传文件
";
message = "
征收联系单未上传
";
return;
}
obj[value] = name;
obj1[value] = no;
});
$("
input
[
name
=
id2
]:
checked
").each(function(){
var name = $(this).val();
value = $(this).parent().siblings().find("
input
").val();
value = value.substring(value.lastIndexOf("
\\
")+1);
var no = $(this).parent().parent().find("
input
[
name
=
wdno
]
").val();
if(value=="")
{
boolean1= false;
// $.messager.alert('提示',"
请上传
"+$(this).val()+"
文件
");
message = "
税务反馈单未上传
";
return;
}
obj[value] = name;
obj1[value] = no;
});
$("
input
[
name
=
id3
]:
checked
").each(function(){
var name = $(this).val();
value = $(this).parent().siblings().find("
input
").val();
value = value.substring(value.lastIndexOf("
\\
")+1);
var no = $(this).parent().parent().find("
input
[
name
=
wdno
]
").val();
if(value=="")
{
boolean1= false;
// $.messager.alert('提示',"
请上传
"+$(this).val()+"
文件
");
message = "
先行缴纳配套费的申请未上传
";
return;
}
obj[value] = name;
obj1[value] = no;
});
$("
input
[
name
=
id4
]:
checked
").each(function(){
var name = $(this).val();
value = $(this).parent().siblings().find("
input
").val();
value = value.substring(value.lastIndexOf("
\\
")+1);
var no = $(this).parent().parent().find("
input
[
name
=
wdno
]
").val();
if(value=="")
{
boolean1= false;
// $.messager.alert('提示',"
请上传
"+$(this).val()+"
文件
");
message = "
完税证明未上传
";
return;
}
obj[value] = name;
obj1[value] = no;
});
// $("
input
[
name
=
id
]:
checked
").each(function(){
// var name = $(this).val();
// value = $(this).parent().siblings().find("
input
").val();
// value = value.substring(value.lastIndexOf("
\\
")+1);
// var no = $(this).parent().parent().find("
input
[
name
=
wdno
]
").val();
// if(value=="")
// {
// boolean1= false;
// // $.messager.alert('提示',"
请上传
"+$(this).val()+"
文件
");
// message = "
请上传文件
";
// return;
// }
// obj[value] = name;
// obj1[value] = no;
// });
$("
#
allFileName
").val(JSON.stringify(obj));
$("
#
originFileName
").val(JSON.stringify(obj1));
...
...
@@ -160,7 +220,7 @@
var sfxmlxdbh = $('#sfxmlxdbh') .val();
var sfxmmc = $('#sfxmmcselect option:selected') .val();//选中的值
var shbm = $('#shbmselect option:selected') .val();//选中的值
return false
$.ajax({
async: false,
url: "
$
{
ctx
}
/jsp/
rfxm
/
rfxmSfxxCheck
.
action
",
...
...
@@ -411,28 +471,28 @@
<td
colspan=
"3"
style=
"text-align:left;"
>
<table
width=
"100%"
id=
"table"
>
<tr>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id"
type=
"checkbox"
value=
"征收联系单"
><span
id=
'fujianm'
>
征收联系单:
</span></th>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id
1
"
type=
"checkbox"
value=
"征收联系单"
><span
id=
'fujianm'
>
征收联系单:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file1"
>
<input
type=
"button"
value=
"扫描"
onclick=
"scan(this)"
/>
</td>
</tr>
<tr>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id"
type=
"checkbox"
value=
"税务反馈单"
><span
id=
'fujianm'
>
税务反馈单:
</span></th>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id
2
"
type=
"checkbox"
value=
"税务反馈单"
><span
id=
'fujianm'
>
税务反馈单:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file2"
>
<input
type=
"button"
value=
"扫描"
onclick=
"scan(this)"
/>
</td>
</tr>
<tr>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id"
type=
"checkbox"
value=
"先行缴纳配套费的申请"
><span
id=
'fujianm'
>
先行缴纳配套费的申请:
</span></th>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id
3
"
type=
"checkbox"
value=
"先行缴纳配套费的申请"
><span
id=
'fujianm'
>
先行缴纳配套费的申请:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file3"
>
<input
type=
"button"
value=
"扫描"
onclick=
"scan(this)"
/>
</td>
</tr>
<tr>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id"
type=
"checkbox"
value=
"完税证明"
><span
id=
'fujianm'
>
完税证明:
</span></th>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id
4
"
type=
"checkbox"
value=
"完税证明"
><span
id=
'fujianm'
>
完税证明:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file4"
>
<input
type=
"button"
value=
"扫描"
onclick=
"scan(this)"
/>
...
...
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Edit.jsp
View file @
ff6f2755
...
...
@@ -50,13 +50,12 @@
{
boolean1
=
false
;
// $.messager.alert('提示',"请在"+name+"选中复选框");
message
=
"请选中复选框
"
;
message
=
"征收联系单未勾选
"
;
return
;
}
}
});
$
(
"input[name=file2]"
).
each
(
function
(){
if
(
$
(
this
).
val
()
!=
""
)
{
var
name
=
$
(
this
).
parent
().
siblings
().
find
(
"input"
).
val
();
...
...
@@ -65,13 +64,12 @@
{
boolean1
=
false
;
// $.messager.alert('提示',"请在"+name+"选中复选框");
message
=
"请选中复选框
"
;
message
=
"税务反馈单未勾选
"
;
return
;
}
}
});
$
(
"input[name=file3]"
).
each
(
function
(){
if
(
$
(
this
).
val
()
!=
""
)
{
var
name
=
$
(
this
).
parent
().
siblings
().
find
(
"input"
).
val
();
...
...
@@ -80,13 +78,12 @@
{
boolean1
=
false
;
// $.messager.alert('提示',"请在"+name+"选中复选框");
message
=
"请选中复选框
"
;
message
=
"先行缴纳配套费的申请未勾选
"
;
return
;
}
}
});
$
(
"input[name=file4]"
).
each
(
function
(){
if
(
$
(
this
).
val
()
!=
""
)
{
var
name
=
$
(
this
).
parent
().
siblings
().
find
(
"input"
).
val
();
...
...
@@ -95,13 +92,58 @@
{
boolean1
=
false
;
// $.messager.alert('提示',"请在"+name+"选中复选框");
message
=
"请选中复选框
"
;
message
=
"完税证明未勾选
"
;
return
;
}
}
});
$
(
"input[name=id]:checked"
).
each
(
function
(){
$
(
"input[name=id1]:checked"
).
each
(
function
(){
var
name
=
$
(
this
).
val
();
value
=
$
(
this
).
parent
().
siblings
().
find
(
"input"
).
val
();
value
=
value
.
substring
(
value
.
lastIndexOf
(
"
\
\"
)+1);
var no = $(this).parent().parent().find("
input
[
name
=
wdno
]
").val();
if(value=="")
{
boolean1= false;
// $.messager.alert('提示',"
请上传
"+$(this).val()+"
文件
");
message = "
征收联系单未上传
";
return;
}
obj[value] = name;
obj1[value] = no;
});
$("
input
[
name
=
id2
]:
checked
").each(function(){
var name = $(this).val();
value = $(this).parent().siblings().find("
input
").val();
value = value.substring(value.lastIndexOf("
\\
")+1);
var no = $(this).parent().parent().find("
input
[
name
=
wdno
]
").val();
if(value=="")
{
boolean1= false;
// $.messager.alert('提示',"
请上传
"+$(this).val()+"
文件
");
message = "
税务反馈单未上传
";
return;
}
obj[value] = name;
obj1[value] = no;
});
$("
input
[
name
=
id3
]:
checked
").each(function(){
var name = $(this).val();
value = $(this).parent().siblings().find("
input
").val();
value = value.substring(value.lastIndexOf("
\\
")+1);
var no = $(this).parent().parent().find("
input
[
name
=
wdno
]
").val();
if(value=="")
{
boolean1= false;
// $.messager.alert('提示',"
请上传
"+$(this).val()+"
文件
");
message = "
先行缴纳配套费的申请未上传
";
return;
}
obj[value] = name;
obj1[value] = no;
});
$("
input
[
name
=
id4
]:
checked
").each(function(){
var name = $(this).val();
value = $(this).parent().siblings().find("
input
").val();
value = value.substring(value.lastIndexOf("
\\
")+1);
...
...
@@ -110,7 +152,7 @@
{
boolean1= false;
// $.messager.alert('提示',"
请上传
"+$(this).val()+"
文件
");
message = "
请上传文件
";
message = "
完税证明未上传
";
return;
}
obj[value] = name;
...
...
@@ -433,28 +475,28 @@
<td
colspan=
"3"
style=
"text-align:left;"
>
<table
width=
"100%"
id=
"table"
>
<tr>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id"
type=
"checkbox"
value=
"征收联系单"
><span
id=
'fujianm'
>
征收联系单:
</span></th>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id
1
"
type=
"checkbox"
value=
"征收联系单"
><span
id=
'fujianm'
>
征收联系单:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file1"
>
<input
type=
"button"
value=
"扫描"
onclick=
"scan(this)"
/>
</td>
</tr>
<tr>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id"
type=
"checkbox"
value=
"税务反馈单"
><span
id=
'fujianm'
>
税务反馈单:
</span></th>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id
2
"
type=
"checkbox"
value=
"税务反馈单"
><span
id=
'fujianm'
>
税务反馈单:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file2"
>
<input
type=
"button"
value=
"扫描"
onclick=
"scan(this)"
/>
</td>
</tr>
<tr>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id"
type=
"checkbox"
value=
"先行缴纳配套费的申请"
><span
id=
'fujianm'
>
先行缴纳配套费的申请:
</span></th>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id
3
"
type=
"checkbox"
value=
"先行缴纳配套费的申请"
><span
id=
'fujianm'
>
先行缴纳配套费的申请:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file3"
>
<input
type=
"button"
value=
"扫描"
onclick=
"scan(this)"
/>
</td>
</tr>
<tr>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id"
type=
"checkbox"
value=
"完税证明"
><span
id=
'fujianm'
>
完税证明:
</span></th>
<th
width=
"20%"
style=
"text-align: left;"
><input
name=
"id
4
"
type=
"checkbox"
value=
"完税证明"
><span
id=
'fujianm'
>
完税证明:
</span></th>
<td
style=
"text-align: left;"
width=
"20%"
colspan=
"2"
>
<input
type=
"file"
name=
"file4"
>
<input
type=
"button"
value=
"扫描"
onclick=
"scan(this)"
/>
...
...
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