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
bc22a663
Commit
bc22a663
authored
Mar 01, 2023
by
徐州
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.house365.com/xuzhou/njzsb
parents
e404c5bc
9fa08f18
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Fstzs_Add.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_Add.jsp
+5
-5
No files found.
WebRoot/WEB-INF/pages/fstzs/Fstzs_Add.jsp
View file @
bc22a663
...
...
@@ -398,19 +398,19 @@
}
else
{
//计算应缴面积
var
yjmjNums
=
numb
/
150
var
x
=
String
(
yjmjNums
).
indexOf
(
"."
)
+
1
;
//得到小数点的位置
var
y
=
String
(
yjmjNums
).
length
-
x
;
//小数点的位数
if
(
x
!=
0
&&
y
>
2
)
{
var
arr
=
String
(
yjmjNums
).
split
(
'.'
);
if
(
arr
.
length
>
1
)
{
if
(
arr
[
1
].
length
>
2
)
{
$
.
messager
.
alert
(
'提示'
,
'请输入正确的应缴金额!'
);
$
(
this
).
parent
().
prev
().
text
(
''
);
return
false
;
}
else
{
}
}
$
(
this
).
prev
().
text
(
num
===
0
?
''
:
num
)
$
(
this
).
hide
()
$
(
this
).
prev
().
show
()
$
(
this
).
parent
().
prev
().
text
(
yjmjNums
)
}
}
if
(
numb
==
numf
)
{
...
...
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