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
26c15cd6
authored
2020-10-27 10:44:27 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
c878305f
d517d898
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
34 deletions
src/views/systemZRZ/zrzxx/index.vue
src/views/systemZRZ/zrzxx/index.vue
View file @
26c15cd
...
...
@@ -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>
...
...
@@ -324,7 +324,6 @@
glbsm
:
''
,
//关联标识码
sx
:
''
,
//顺序
}],
qlxzList
:[]
},
options
:
[{
value
:
'选项1'
,
...
...
@@ -392,35 +391,7 @@
onSave
(){
// this.loading=true;
this
.
form
.
zrzbsm
=
this
.
bsm
;
this
.
form
.
qlxzList
=
[{
"addQjTdytRequestList"
:
[
{
"bz"
:
"string"
,
"mj"
:
0
,
"pzdjbsm"
:
"string"
,
"pzdjmc"
:
"string"
,
"pzytdm"
:
"1"
,
"pzytmc"
:
"string"
,
"pzytmj"
:
0
,
"qlxzbsm"
:
"string"
,
"sjdjbsm"
:
"string"
,
"sjdjmc"
:
"string"
,
"sjytdm"
:
"1234"
,
"sjytmc"
:
"string"
,
"sjytmj"
:
0
,
"syqx"
:
"string"
,
"tdsyjssj"
:
"2020-10-09 03:15:37.730Z"
,
"tdsyqssj"
:
"2020-10-09 03:15:37.730Z"
,
"tdzh"
:
"string"
}
],
"glbsm"
:
"string"
,
"qlxzdm"
:
"string"
,
"qlxzmc"
:
"string"
,
"qlxzzdbsm"
:
"string"
,
"zhqlxzlx"
:
0
}];
this
.
form
.
qlxzList
=
this
.
$refs
.
qlxzModule
.
getQlxzDataList
();
if
(
1
>
0
){
saveZrzInfo
(
this
.
form
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
...
...
@@ -474,6 +445,31 @@
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
({
"pzdjbsm"
:
""
,
"pzdjmc"
:
""
,
"pzytdm"
:
""
,
"pzytmc"
:
""
,
"pzytmj"
:
0
,
"qlxzbsm"
:
""
,
"sjdjbsm"
:
""
,
"sjdjmc"
:
""
,
"sjytdm"
:
""
,
"sjytmc"
:
""
,
"sjytmj"
:
0
,
"syqx"
:
""
,
"tdsyjssj"
:
""
,
"tdsyqssj"
:
""
,
"tdzh"
:
""
})
}
//权利性质数据传给子组件
this
.
$refs
.
qlxzModule
.
countList
=
res
.
result
.
qjQlxzListVOS
}
}
})
},
...
...
@@ -494,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