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
54cba80d
authored
2021-01-11 15:36:29 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
批量不动产单元号生成提示信息
1 parent
f1f69f24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/index.vue
View file @
54cba80
...
...
@@ -678,6 +678,10 @@ export default {
}
else
if
(
res
.
code
===
206
){
let
hasGenerateCount
=
res
.
result
.
hasGenerateCount
;
let
unGenerateCount
=
res
.
result
.
unGenerateCount
;
if
(
+
unGenerateCount
===
0
){
this
.
$message
.
warning
(
"不存在未生成不动产单元号的户,无需生成不动产单元号!"
)
return
}
this
.
open
(
hasGenerateCount
,
unGenerateCount
);
}
else
{
this
.
$message
.
warning
(
res
.
message
)
...
...
Please
register
or
sign in
to post a comment