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
d334a69e
authored
2020-12-23 14:40:40 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
b98171c6
cf9dae12
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
33 deletions
src/api/zrz.js
src/components/cxlxQueryData/cxlzQueryData.vue
src/components/hCxlz/hCxlz.vue
src/components/zdQueryData/zdQueryData.vue
src/views/panel/change/cxlz/index.vue
src/api/zrz.js
View file @
d334a69
...
...
@@ -114,3 +114,15 @@ export function updateZl(data) {
data
:
data
})
}
/**
* 重新落宗选择自然幢列表
*/
export
function
cxlzZrzList
(
data
)
{
return
request
({
url
:
'/fw/qjZrz/cxlz-zrz-list'
,
method
:
'post'
,
data
:
data
})
}
...
...
src/components/cxlxQueryData/cxlzQueryData.vue
View file @
d334a69
<
template
>
<div>
<el-dialog
v-dialogDrag
:close-on-click-modal=
"false"
<el-dialog
v-dialogDrag
:close-on-click-modal=
"false"
title=
"选择宗地"
:visible
.
sync=
"isVisible"
width=
"50%"
...
...
@@ -104,7 +104,6 @@
bdcdyh
:
""
,
bdcqzh
:
""
,
qlrmc
:
""
,
qszt
:
[
"2"
],
xmmc
:
""
,
zddm
:
""
,
zl
:
""
,
...
...
@@ -175,7 +174,6 @@
bdcdyh
:
""
,
bdcqzh
:
""
,
qlrmc
:
""
,
qszt
:
[
"2"
],
xmmc
:
""
,
zddm
:
""
,
zl
:
""
,
...
...
src/components/hCxlz/hCxlz.vue
View file @
d334a69
...
...
@@ -24,8 +24,8 @@
<td
class=
"input"
>
<el-select
v-model=
"hcxlzData.zrzbsm"
filterable
placeholder=
"请选择"
@
change=
"zrzChange"
>
<el-option
v-for=
"
item
in zrzList"
:key=
"i
tem.xmmc
"
v-for=
"
(item,index)
in zrzList"
:key=
"i
ndex
"
:label=
"item.label"
:value=
"item.bsm"
>
</el-option>
...
...
@@ -37,8 +37,8 @@
<td
class=
"input"
>
<el-select
v-model=
"hcxlzData.ljzbsm"
filterable
placeholder=
"请选择"
@
change=
"ljzChange"
>
<el-option
v-for=
"
item
in ljzList"
:key=
"i
tem.bsm
"
v-for=
"
(item,index)
in ljzList"
:key=
"i
ndex
"
:label=
"item.ljzmc"
:value=
"item.bsm"
>
</el-option>
...
...
@@ -50,8 +50,8 @@
<td
class=
"input"
>
<el-select
v-model=
"hcxlzData.zdybsm"
filterable
placeholder=
"请选择"
>
<el-option
v-for=
"
item
in zdyList"
:key=
"i
tem.bsm
"
v-for=
"
(item,index)
in zdyList"
:key=
"i
ndex
"
:label=
"item.zdymc"
:value=
"item.bsm"
>
</el-option>
...
...
@@ -121,9 +121,9 @@
})
},
zrzChange
:
function
()
{
const
item
=
this
.
zrzList
.
find
(
i
=>
i
.
bsm
==
this
.
hcxlzData
.
zrzbsm
);
this
.
hcxlzData
.
ljzbsm
=
''
this
.
hcxlzData
.
zdybsm
=
''
const
item
=
this
.
zrzList
.
find
(
i
=>
i
.
bsm
==
=
this
.
hcxlzData
.
zrzbsm
);
this
.
hcxlzData
.
ljzbsm
=
''
;
this
.
hcxlzData
.
zdybsm
=
''
;
this
.
ljzList
=
item
.
ljzList
;
this
.
ljzList
.
push
({
ljzmc
:
'空'
,
...
...
@@ -139,13 +139,13 @@
zdXlcd
(
bsm
).
then
(
res
=>
{
if
(
res
.
success
){
this
.
zrzList
=
res
.
result
;
this
.
xzzdClose
();
}
else
{
Message
.
error
(
res
.
message
)
}
})
},
getZdxx
:
function
(
val
)
{
console
.
log
(
val
,
"宗地信息"
)
this
.
zd
=
val
this
.
zdxx
=
val
.
xmmc
+
"("
+
val
.
zddm
+
")"
;
},
...
...
@@ -161,13 +161,11 @@
this
.
hcxlzData
.
bsms
=
this
.
bsms
;
},
cancel
()
{
console
.
log
(
"cancel......"
)
this
.
close
();
},
save
()
{
console
.
log
(
"save......."
)
if
(
this
.
hcxlzData
.
zrzbsm
==
''
)
{
Message
.
error
(
"请选择自然幢"
)
if
(
this
.
hcxlzData
.
zrzbsm
===
''
)
{
Message
.
error
(
"请选择自然幢"
);
return
;
}
hzl
(
this
.
hcxlzData
).
then
(
res
=>
{
...
...
@@ -188,9 +186,9 @@
this
.
isVisible
=
val
},
zd
:
function
(
val
)
{
this
.
hcxlzData
.
zrzbsm
=
''
this
.
hcxlzData
.
zdybsm
=
''
this
.
hcxlzData
.
ljzbsm
=
''
this
.
hcxlzData
.
zrzbsm
=
''
;
this
.
hcxlzData
.
zdybsm
=
''
;
this
.
hcxlzData
.
ljzbsm
=
''
;
this
.
getZrz
(
val
.
zdbsm
)
}
}
...
...
src/components/zdQueryData/zdQueryData.vue
View file @
d334a69
...
...
@@ -65,7 +65,7 @@
<td>
权利人
</td>
<td>
坐落
</td>
</tr>
<tr
v-if=
"Data.length==0"
>
<tr
v-if=
"Data.length==
=
0"
>
<td
colspan=
"8"
>
<span
class=
"noData"
>
暂无数据
</span>
</td>
...
...
@@ -168,9 +168,6 @@
},
addData
:
function
(
val
)
{
this
.
$emit
(
"getData"
,
val
)
// if (this.isZdClose) {
// this.close();
// }
},
isClose
(
flag
){
...
...
src/views/panel/change/cxlz/index.vue
View file @
d334a69
...
...
@@ -108,7 +108,7 @@
</template>
<
script
>
import
{
getSearchList
}
from
"@api/search
"
;
import
{
cxlzZrzList
}
from
"@api/zrz
"
;
import
cxlzQueryData
from
"@components/cxlxQueryData/cxlzQueryData"
;
export
default
{
...
...
@@ -123,9 +123,7 @@ export default {
queryData
:
{
bdcdyh
:
""
,
bdcqzh
:
""
,
dylxs
:
[
"zrz"
],
qlrmc
:
""
,
qszt
:
[
"2"
],
xmmc
:
""
,
zddm
:
""
,
zl
:
""
,
...
...
@@ -159,7 +157,6 @@ export default {
},
methods
:
{
currentChange
:
function
(
val
)
{
console
.
log
(
`当前页:
${
val
}
`
);
this
.
queryData
.
pageNo
=
val
;
this
.
getData
(
this
.
queryData
);
},
...
...
@@ -174,20 +171,17 @@ export default {
this
.
queryData
=
{
bdcdyh
:
""
,
bdcqzh
:
""
,
dylxs
:
[
"zrz"
],
qlrmc
:
""
,
qszt
:
[
"2"
],
xmmc
:
""
,
zddm
:
""
,
zl
:
""
,
pageNo
:
1
,
pageSize
:
12
,
type
:
'add'
,
pageSize
:
12
};
this
.
getData
(
this
.
queryData
);
},
getData
:
function
(
data
)
{
getSearch
List
(
data
).
then
((
res
)
=>
{
cxlzZrz
List
(
data
).
then
((
res
)
=>
{
this
.
Data
=
res
.
result
.
records
;
this
.
total
=
res
.
result
.
total
;
});
...
...
Please
register
or
sign in
to post a comment