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
345092c5
Commit
345092c5
authored
Dec 15, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
输入框校验
parent
f873629b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
Fstzs_Add.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_Add.jsp
+13
-2
No files found.
WebRoot/WEB-INF/pages/fstzs/Fstzs_Add.jsp
View file @
345092c5
...
...
@@ -98,9 +98,9 @@
</td>
</tr>
<tr>
<th
width=
"15"
>
缴款人账号
</th>
<th
width=
"15"
>
缴款人账号
111
</th>
<td
width=
"35%"
>
<input
id=
"zhanghao"
name=
"fstzsXm.zhanghao"
style=
"width:90%"
value=
"${fstzsXm.zhanghao}"
/>
<input
id=
"zhanghao"
onblur=
"check()"
name=
"fstzsXm.zhanghao"
style=
"width:90%"
value=
"${fstzsXm.zhanghao}"
/>
</td>
<th
width=
"15"
>
缴款人开户银行
</th>
<td
width=
"35%"
>
...
...
@@ -260,6 +260,17 @@
</div>
</div>
<script
type=
"text/javascript"
>
function
check
(){
var
value
=
document
.
getElementById
(
"zhanghao"
).
value
;
var
reg
=
/^
\d
+$/
;
if
(
reg
.
test
(
value
)
==
true
){
}
else
{
$
.
messager
.
alert
(
'提示'
,
'请输入正确的数字!'
)
return
false
;
}
}
var
money
=
0
;
//合计总钱数
var
numf
=
0
;
var
numb
=
0
;
...
...
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