Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
f273ca1f
authored
2023-11-14 13:23:35 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
4c44ea81
ae98d341
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
65 additions
and
32 deletions
src/api/ywsq.js
src/views/ywbl/ywsq/components/selectJsydsyqSplitMerge.vue
src/views/ywbl/ywsq/javascript/selectJsydsyqhbfg.js
src/api/ywsq.js
View file @
f273ca1
/*
* @Description: 业务申请
* @Autor: renchao
* @LastEditTime: 2023-
07-19 14:52:03
* @LastEditTime: 2023-
11-14 09:30:08
*/
import
request
from
'@/utils/request'
...
...
@@ -109,6 +109,19 @@ export function selectZdjbxxSplitMergeLast (data) {
})
}
/**
* @description: 土地变化情况
* @param {*} data
* @author: renchao
*/
export
function
selectZdjbxxSplitMerge
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectZdjbxxSplitMerge'
,
method
:
'post'
,
data
})
}
/*
业务办理-选择单元-查询自然幢信息
*/
...
...
src/views/ywbl/ywsq/components/selectJsydsyqSplitMerge.vue
View file @
f273ca1
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-1
0-31 10:49:31
* @LastEditTime: 2023-1
1-14 13:23:26
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -46,7 +46,6 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content loadingtext"
>
分割合并前权利信息
<el-table
:data=
"tableData.data"
height=
"230"
...
...
@@ -125,7 +124,7 @@
</div>
<div
class=
"from-clues-content loadingtext"
>
分割合并后宗地信息
土地变化情况
<lb-table
ref=
"table"
:pagination=
false
:calcHeight=
"500"
:column=
"tableData.columns1"
:data=
"tableData.datastwo"
>
</lb-table>
...
...
@@ -144,7 +143,7 @@
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
import
{
datastwo
,
sendThis
}
from
"../javascript/selectJsydsyqhbfg.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
{
selectJsydQlxxSplitMergeBefore
,
selectZdjbxxSplitMerge
Last
}
from
"@/api/ywsq.js"
;
import
{
selectJsydQlxxSplitMergeBefore
,
selectZdjbxxSplitMerge
}
from
"@/api/ywsq.js"
;
import
{
startBusinessFlow
}
from
"@/api/workFlow.js"
;
export
default
{
mixins
:
[
table
,
jump
],
...
...
@@ -182,15 +181,14 @@
this
.
queryForm
.
bhqkbsm
=
item
.
bhqkbsm
}
})
selectZdjbxxSplitMerge
Last
({
...
this
.
queryForm
}).
then
((
res
)
=>
{
selectZdjbxxSplitMerge
({
...
this
.
queryForm
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
this
.
tableData
.
datastwo
=
res
.
result
this
.
tableData
.
datastwo
.
forEach
(
item
=>
{
item
.
bsm
=
item
.
zdbsm
;
item
.
bglx
=
'2'
})
this
.
bdcdysz
=
[
this
.
bdcdysz
[
0
],
...
this
.
tableData
.
datastwo
]
this
.
bdcdysz
=
this
.
tableData
.
datastwo
}
})
},
...
...
@@ -283,15 +281,14 @@
this
.
queryForm
.
bhqkbsm
=
row
.
bhqkbsm
this
.
radioVal
=
row
.
bdcdyh
row
.
bglx
=
'1'
selectZdjbxxSplitMerge
Last
({
...
this
.
queryForm
}).
then
((
res
)
=>
{
selectZdjbxxSplitMerge
({
...
this
.
queryForm
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
this
.
tableData
.
datastwo
=
res
.
result
this
.
tableData
.
datastwo
.
forEach
(
item
=>
{
item
.
bsm
=
item
.
zdbsm
;
item
.
bglx
=
'2'
})
this
.
bdcdysz
=
[
row
,
...
this
.
tableData
.
datastwo
]
this
.
bdcdysz
=
this
.
tableData
.
datastwo
}
})
}
...
...
src/views/ywbl/ywsq/javascript/selectJsydsyqhbfg.js
View file @
f273ca1
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-1
0-26 15:11:19
* @LastEditTime: 2023-1
1-14 13:10:27
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -141,38 +141,61 @@ class datatwo extends filter {
}
},
{
label
:
"变更类型"
,
width
:
80
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{
scope
.
row
.
bglx
==
'1'
?
<
span
>
变更前
<
/span> : <span>变更后</
span
>
}
<
/div
>
)
}
},
{
prop
:
"qllxmc"
,
label
:
"权利类型"
,
},
{
prop
:
"zddm"
,
label
:
"宗地代码"
,
label
:
"不动产单元号"
,
width
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcdyh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcdyh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
minWidth
:
'110'
label
:
"不动产权证号"
,
width
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"ql
xz
mc"
,
label
:
"
权利性质
"
,
prop
:
"ql
r
mc"
,
label
:
"
使用权人
"
,
},
{
prop
:
"
syqmj
"
,
label
:
"
宗地面积(㎡)
"
,
prop
:
"
qlrzjhm
"
,
label
:
"
证件号
"
,
},
// {
// prop: "qlsdfsmc",
// label: "权利设定方式",
// },
{
prop
:
"qlytmc"
,
label
:
"土地用途"
,
prop
:
"qlxzmc"
,
width
:
'80'
,
label
:
"权利性质"
,
},
{
prop
:
"
zl
"
,
label
:
"坐落"
,
minWidth
:
'110'
prop
:
"
qlmjmc
"
,
width
:
'100'
,
label
:
"使用权面积"
,
},
{
label
:
'操作'
,
...
...
@@ -182,11 +205,11 @@ class datatwo extends filter {
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
openBook
(
scope
.
row
)
}}
>
登记薄
<
/el-button
>
<
el
-
button
v
-
show
=
{
scope
.
row
.
bglx
==
'1'
}
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
openBook
(
scope
.
row
)
}}
>
登记薄
<
/el-button
>
<
/div
>
)
}
}
,
}
]
}
...
...
Please
register
or
sign in
to post a comment