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
d517d898
authored
2020-10-27 10:25:53 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢字典信息数据整理
1 parent
3ee4a49b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
src/views/systemZRZ/zrzxx/index.vue
src/views/systemZRZ/zrzxx/index.vue
View file @
d517d89
...
...
@@ -10,7 +10,7 @@
<tr
height=
"30"
>
<td
colspan=
"2"
align=
"center"
>
宗地代码
</td>
<td
colspan=
"4"
>
<el-input
v-model=
"form.zddm"
></el-input>
<el-input
v-model=
"form.zddm"
disabled=
"true"
></el-input>
<el-input
v-show=
"false"
v-model=
"form.zdbsm"
></el-input>
</td>
<td
colspan=
"2"
align=
"center"
>
自然幢号
</td>
...
...
@@ -445,6 +445,8 @@
fwsjytbsm
:
''
,
//房屋实际用途字典标识码
})
}
this
.
fwjgTitleRowspan
=
this
.
form
.
fwjgList
.
length
;
this
.
ytTitleRowspan
=
this
.
form
.
fwytList
.
length
;
if
(
res
.
result
.
qjQlxzListVOS
.
length
>
0
){
if
(
res
.
result
.
qjQlxzListVOS
[
0
].
list
.
length
<
1
){
res
.
result
.
qjQlxzListVOS
[
0
].
list
.
push
({
...
...
@@ -488,12 +490,11 @@
this
.
form
.
zrzbsm
=
this
.
$route
.
query
.
bsm
;
this
.
getZrzDetailByBsm
(
this
.
$route
.
query
.
bsm
)
}
},
mounted
()
{
if
(
this
.
source
!==
1
){
this
.
getZrzDetailByBsm
(
this
.
$route
.
query
.
bsm
)
}
}
},
mounted
()
{}
}
</
script
>
<
style
rel=
"stylesheet/less"
lang=
"less"
scoped
>
...
...
Please
register
or
sign in
to post a comment