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
99469e06
Commit
99469e06
authored
Sep 15, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
beed3005
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Rfxm_Sfxx_Add.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Add.jsp
+5
-5
Rfxm_Sfxx_Edit.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Edit.jsp
+1
-1
No files found.
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Add.jsp
View file @
99469e06
...
@@ -304,7 +304,7 @@
...
@@ -304,7 +304,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<th
width=
"
90
"
>
收费项目联系单编号
</th>
<th
width=
"
15%
"
>
收费项目联系单编号
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"sfxmlxdbh"
name=
"rfxmsfxx.sfxmlxdbh"
style=
"width:90%"
maxlength=
"50"
/>
<input
id=
"sfxmlxdbh"
name=
"rfxmsfxx.sfxmlxdbh"
style=
"width:90%"
maxlength=
"50"
/>
</td>
</td>
...
@@ -323,8 +323,8 @@
...
@@ -323,8 +323,8 @@
<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"
class=
"showPt"
>
提前缴纳配套费
</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"
/>
是
</td>
</td>
...
@@ -408,9 +408,9 @@
...
@@ -408,9 +408,9 @@
<script>
<script>
$
(
".rd"
).
on
(
'click'
,
function
()
{
$
(
".rd"
).
on
(
'click'
,
function
()
{
if
(
$
(
this
).
val
()
==
'30日内'
){
if
(
$
(
this
).
val
()
==
'30日内'
){
$
(
'.showPt'
).
addClass
(
'dis-bl'
)
$
(
'.showPt'
).
classList
.
add
(
'dis-bl'
)
}
else
{
}
else
{
$
(
'.showPt'
).
removeClass
(
'dis-bl'
)
$
(
'.showPt'
).
classList
.
remove
(
'dis-bl'
)
}
}
})
})
...
...
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Edit.jsp
View file @
99469e06
...
@@ -306,7 +306,7 @@
...
@@ -306,7 +306,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<th
width=
"15"
>
收费项目联系单编号
</th>
<th
width=
"15
%
"
>
收费项目联系单编号
</th>
<td
width=
"35%"
>
<td
width=
"35%"
>
<input
id=
"sfxmlxdbh"
name=
"rfxmsfxx.sfxmlxdbh"
value=
"${rfxmsfxx.sfxmlxdbh}"
style=
"width:90%"
datatype=
"*1-50"
maxlength=
"50"
/>
<input
id=
"sfxmlxdbh"
name=
"rfxmsfxx.sfxmlxdbh"
value=
"${rfxmsfxx.sfxmlxdbh}"
style=
"width:90%"
datatype=
"*1-50"
maxlength=
"50"
/>
</td>
</td>
...
...
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