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
8ffd7e68
Commit
8ffd7e68
authored
Sep 13, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分BUg修改
parent
92048b75
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
8 deletions
+20
-8
jfzm_print.jsp
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
+0
-0
Rfxm_Sfxx_Add.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Add.jsp
+13
-6
Rfxm_Sfxx_Edit.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Edit.jsp
+7
-2
No files found.
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
View file @
8ffd7e68
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Add.jsp
View file @
8ffd7e68
...
@@ -9,11 +9,12 @@
...
@@ -9,11 +9,12 @@
margin-top
:
-7px
;
margin-top
:
-7px
;
}
}
.showPt
{
.showPt
{
display
:
none
;
visibility
:
hidden
;
}
}
.dis-bl
{
.dis-bl
{
display
:
block
!important
;
visibility
:
initial
!important
;
width
:
100%
;
border
:
none
!important
;
border
:
none
!important
;
line-height
:
32px
;
line-height
:
32px
;
}
}
...
@@ -44,6 +45,10 @@
...
@@ -44,6 +45,10 @@
var
flag1
=
true
;
var
flag1
=
true
;
var
boolean1
=
true
;
var
boolean1
=
true
;
var
message
=
""
;
var
message
=
""
;
if
(
$
(
"#yjjemx"
).
val
()
==
""
||
$
(
"#yjjemx"
).
val
()
==
undefined
||
$
(
"#yjjemx"
).
val
()
==
null
)
{
$
.
messager
.
alert
(
'提示'
,
'请填写应缴金额明细!'
);
return
}
$
(
"input[name=file1]"
).
each
(
function
(){
$
(
"input[name=file1]"
).
each
(
function
(){
if
(
$
(
this
).
val
()
!=
""
)
{
if
(
$
(
this
).
val
()
!=
""
)
{
var
name
=
$
(
this
).
parent
().
siblings
().
find
(
"input"
).
val
();
var
name
=
$
(
this
).
parent
().
siblings
().
find
(
"input"
).
val
();
...
@@ -191,6 +196,7 @@
...
@@ -191,6 +196,7 @@
}
}
}
}
</script>
</script>
</head>
</head>
<body
validform=
"true"
>
<body
validform=
"true"
>
...
@@ -304,19 +310,20 @@
...
@@ -304,19 +310,20 @@
</td>
</td>
<th
width=
"15"
>
应缴金额
</th>
<th
width=
"15"
>
应缴金额
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"yjjemx"
name=
"rfxmsfxx.yjjemx"
style=
"width:90%"
/>
<input
id=
"yjjemx"
name=
"rfxmsfxx.yjjemx"
style=
"width:90%"
datatype=
"*1-50"
errormsg=
'此项为必填'
maxlength=
"50"
onblur=
"numberCheck(this)"
/>
<font
style=
'color:red'
>
*
</font>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<th
width=
"15"
>
缴费承诺环节
</th>
<th
width=
"15"
>
缴费承诺环节
</th>
<c:if
test=
"${
rxfm.paymentLink == null
}"
>
<c:if
test=
"${
empty rfxm.paymentLink
}"
>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
type=
"radio"
class=
"rd"
name=
"rfxmsfxx.cnjfhj"
value=
"施工许可前"
checked=
"checked"
/>
<input
type=
"radio"
class=
"rd"
name=
"rfxmsfxx.cnjfhj"
value=
"施工许可前"
checked=
"checked"
/>
施工许可前
施工许可前
<input
type=
"radio"
class=
"rd"
name=
"rfxmsfxx.cnjfhj"
value=
"30日内"
/>
30日内
<input
type=
"radio"
class=
"rd"
name=
"rfxmsfxx.cnjfhj"
value=
"30日内"
/>
30日内
</td>
</td>
<th
width=
"15"
>
提前缴纳配套费
</th>
<th
width=
"15"
class=
"showPt"
>
提前缴纳配套费
</th>
<td
width=
"35%"
class=
"showPt"
>
<td
width=
"35%"
class=
"showPt"
>
<input
type=
"radio"
name=
"rfxmsfxx.tqjn"
value=
"0"
checked=
"checked"
/>
否
<input
type=
"radio"
name=
"rfxmsfxx.tqjn"
value=
"0"
checked=
"checked"
/>
否
<input
type=
"radio"
name=
"rfxmsfxx.tqjn"
value=
"1"
checked=
"checked"
/>
是
<input
type=
"radio"
name=
"rfxmsfxx.tqjn"
value=
"1"
checked=
"checked"
/>
是
...
...
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Edit.jsp
View file @
8ffd7e68
...
@@ -32,6 +32,10 @@
...
@@ -32,6 +32,10 @@
var
flag1
=
true
;
var
flag1
=
true
;
var
boolean1
=
true
;
var
boolean1
=
true
;
var
message
=
""
;
var
message
=
""
;
if
(
$
(
"#yjjemx"
).
val
()
==
""
||
$
(
"#yjjemx"
).
val
()
==
undefined
||
$
(
"#yjjemx"
).
val
()
==
null
)
{
$
.
messager
.
alert
(
'提示'
,
'请填写应缴金额明细!'
);
return
}
$
(
"input[name=file1]"
).
each
(
function
(){
$
(
"input[name=file1]"
).
each
(
function
(){
if
(
$
(
this
).
val
()
!=
""
)
{
if
(
$
(
this
).
val
()
!=
""
)
{
var
name
=
$
(
this
).
parent
().
siblings
().
find
(
"input"
).
val
();
var
name
=
$
(
this
).
parent
().
siblings
().
find
(
"input"
).
val
();
...
@@ -274,7 +278,7 @@
...
@@ -274,7 +278,7 @@
<table
width=
"100%"
border=
"0"
id=
"sfTable"
>
<table
width=
"100%"
border=
"0"
id=
"sfTable"
>
<tr>
<tr>
<th
width=
"
90
"
>
收费项目名称
</th>
<th
width=
"
15
"
>
收费项目名称
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<select
id=
"sfxmmcselect"
name=
"rfxmsfxx.sfxmmc"
style=
"width: 91%"
onchange=
"getShbmBySfxmmc()"
>
<select
id=
"sfxmmcselect"
name=
"rfxmsfxx.sfxmmc"
style=
"width: 91%"
onchange=
"getShbmBySfxmmc()"
>
<c:forEach
items=
"${yzssxsfxmmcList}"
var=
"obj"
>
<c:forEach
items=
"${yzssxsfxmmcList}"
var=
"obj"
>
...
@@ -308,7 +312,8 @@
...
@@ -308,7 +312,8 @@
</td>
</td>
<th
width=
"15"
>
应缴金额
</th>
<th
width=
"15"
>
应缴金额
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"yjjemx"
name=
"rfxmsfxx.yjjemx"
value=
"${rfxmsfxx.yjjemx}"
style=
"width:90%"
/>
<input
id=
"yjjemx"
name=
"rfxmsfxx.yjjemx"
value=
"${rfxmsfxx.yjjemx}"
style=
"width:90%"
datatype=
"*1-50"
errormsg=
'此项为必填'
maxlength=
"50"
onblur=
"numberCheck(this)"
/>
<font
style=
'color:red'
>
*
</font>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
...
...
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