Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
835b9b25
authored
2021-01-06 15:29:14 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
分摊系数不填写就不进行验证数据
1 parent
0b5187b9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
src/components/plh/plH.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
src/components/plh/plH.vue
View file @
835b9b2
...
...
@@ -429,6 +429,7 @@
];
let
flag
=
true
;
this
.
rules
.
forEach
(
item
=>
{
if
(
item
.
data
!==
""
){
if
(
!
item
.
rule
.
test
(
+
item
.
data
)
||
item
.
data
==
null
){
if
(
item
.
dom
.
$el
){
item
.
dom
.
$el
.
style
.
border
=
'1px solid red'
;
...
...
@@ -440,6 +441,7 @@
flag
=
false
;
return
false
}
}
})
this
.
form
[
'hbsms'
]
=
this
.
bsms
...
...
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
835b9b2
...
...
@@ -840,6 +840,7 @@
let
ftxsflag
=
true
;
this
.
ftxsrules
.
forEach
(
item
=>
{
if
(
item
.
data
!==
""
){
if
(
!
item
.
rule
.
test
(
+
item
.
data
)
||
item
.
data
==
null
){
if
(
item
.
dom
.
$el
){
item
.
dom
.
$el
.
style
.
border
=
'1px solid red'
;
...
...
@@ -851,6 +852,7 @@
ftxsflag
=
false
;
return
false
}
}
})
this
.
$nextTick
(()
=>
{
...
...
Please
register
or
sign in
to post a comment