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
c33d7336
authored
2021-01-04 17:21:57 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
e8111c9b
45ef0e29
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
src/components/formMenu/qlxz.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
src/components/formMenu/qlxz.vue
View file @
c33d733
...
...
@@ -868,6 +868,9 @@ export default {
margin-top
:
16px
;
}
}
.tdytAdd
{
width
:
100px
;
}
.tdytAdd
,
.tdytMinus
{
span{
font-size
:
14px
;
...
...
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
c33d733
...
...
@@ -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