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
c54837f8
authored
2021-01-04 16:41:59 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户的提交操作
1 parent
58cfdc5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
c54837f
...
...
@@ -439,6 +439,7 @@
label
:
'mc'
},
hbsm
:
''
,
form
:{
bsm
:
''
,
//户标识码
zrzbsm
:
''
,
//自然幢标识码
...
...
@@ -525,7 +526,8 @@
}
},
created
(){
let
bsm
=
this
.
$store
.
state
.
hbsm
let
bsm
=
this
.
bsm
;
if
(
bsm
)
{
this
.
getHInfo
(
bsm
);
}
...
...
@@ -538,7 +540,7 @@
registerCall
(){
let
data
=
{
type
:
'h'
,
bsm
:
this
.
$store
.
state
.
h
bsm
bsm
:
this
.
bsm
}
registerCall
(
data
).
then
(
res
=>
{
if
(
res
.
success
)
{
...
...
@@ -597,6 +599,7 @@
getQjHDetailByBsm
(
hbsm
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
form
=
res
.
result
;
this
.
hbsm
=
res
.
result
.
bsm
;
if
(
res
.
result
.
qszt
!==
'0'
){
this
.
disableFlag
=
true
;
}
...
...
@@ -730,7 +733,7 @@
},
onSubmit
(){
let
data
=
{
glbsm
:
this
.
$store
.
state
.
h
bsm
,
glbsm
:
this
.
bsm
,
status
:
1
,
type
:
"h"
}
...
...
Please
register
or
sign in
to post a comment