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
87a3f6ba
authored
2022-08-19 17:09:32 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
b22eeb16
895bb61c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
286 additions
and
4 deletions
src/api/ywbl.js
src/views/ywbl/ywsq/components/choiceDialog.vue
src/views/ywbl/ywsq/ywsq.scss
src/views/ywbl/ywsq/ywsq.vue
src/views/ywbl/ywsq/ywsqdata.js
src/api/ywbl.js
View file @
87a3f6b
...
...
@@ -3,9 +3,9 @@ import request from '@/utils/request'
业务办理-业务申请规则API
*/
// 选择单元-根据条件进行列表查询
export
function
get
SysSqdjywBysearch
(
data
)
{
export
function
get
selectBdcdy
(
data
)
{
return
request
({
url
:
'/
system/sysSqdjyw/getSysSqdjywBysearch
'
,
url
:
'/
ywbl/ywsq/selectBdcdy
'
,
method
:
'post'
,
data
})
...
...
src/views/ywbl/ywsq/components/choiceDialog.vue
0 → 100644
View file @
87a3f6b
<
template
>
<dialogBox
title=
"查询权利信息"
@
submitForm=
"submitForm"
@
closeDialog=
"closeDialog"
v-model=
"value"
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
label-width=
"100px"
>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利类型"
>
<el-select
v-model=
"queryForm.qllx"
filterable
clearable
placeholder=
"请选择权利类型"
>
<el-option
v-for=
"item in qllxs"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
v-model=
"queryForm.dyh"
clearable
class=
"width200px"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"业务号"
>
<el-input
placeholder=
"请输入业务号"
v-model=
"queryForm.ywh"
clearable
class=
"width200px"
>
</el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
placeholder=
"请输入不动产权证号"
v-model=
"queryForm.cqzh"
clearable
class=
"width200px"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"16"
class=
"btnCol"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"queryClick()"
>
查询
</el-button>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total"
@
selection-change=
"handleSelectionChange"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
</div>
</dialogBox>
</
template
>
<
script
>
import
{
datas
}
from
"../ywsqdata.js"
;
export
default
{
components
:
{
},
props
:
{
value
:
{
type
:
Boolean
,
default
:
false
},
},
data
()
{
return
{
queryForm
:
{
qllx
:
""
,
dyh
:
""
,
ywh
:
""
,
cqzh
:
""
,
},
qllxs
:[],
pageData
:
{
current
:
1
,
size
:
10
,
total
:
2
,
},
tableData
:
{
columns
:
datas
.
columns
(),
data
:
[
{
status
:
'已查封'
,
qllx
:
"国有建设用地使用权"
,
zddm
:
"610100008004GB00001"
,
bdcdyh
:
"610100008004GB00001W00000000"
,
qlxz
:
"出让"
,
zdmj
:
'22384.1700'
,
qlsdfs
:
'地表'
,
tdyt
:
"商业、住宅用地"
,
zl
:
"汉台区汉中路街道办事处汉中路居委会太白路北侧"
,
},
{
status
:
'已查封'
,
qllx
:
"国有建设用地使用权"
,
zddm
:
"610100008004GB00001"
,
bdcdyh
:
"610100008004GB00001W00000000"
,
qlxz
:
"出让"
,
zdmj
:
'22384.1700'
,
qlsdfs
:
'地表'
,
tdyt
:
"商业、住宅用地"
,
zl
:
"汉台区汉中路街道办事处汉中路居委会太白路北侧"
,
},
{
status
:
'已查封'
,
qllx
:
"国有建设用地使用权"
,
zddm
:
"610100008004GB00001"
,
bdcdyh
:
"610100008004GB00001W00000000"
,
qlxz
:
"出让"
,
zdmj
:
'22384.1700'
,
qlsdfs
:
'地表'
,
tdyt
:
"商业、住宅用地"
,
zl
:
"汉台区汉中路街道办事处汉中路居委会太白路北侧"
,
},
],
},
}
},
methods
:
{
submitForm
()
{
this
.
$emit
(
'input'
,
false
)
},
closeDialog
()
{
this
.
$emit
(
'input'
,
false
)
},
handleSelectionChange
(){},
handleSizeChange
(){},
handleCurrentChange
(){},
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
.qtjfjmb-edit-title
{
padding-bottom
:
10px
;
border-bottom
:
1px
solid
$
borderColor
;
margin-bottom
:
10px
;
}
/
deep
/
.el-input
{
width
:
187px
;
}
ul
{
@include
flex;
border-radius
:
5px
;
overflow
:
hidden
;
margin-bottom
:
20px
;
.active
{
background
:
$
light-blue
;
color
:
#fff
;
}
li
{
flex
:
1
;
line-height
:
36px
;
@include
flex-center;
border
:
1px
solid
$
borderColor
;
margin-left
:
-1px
;
cursor
:
pointer
;
transition
:
all
0.3s
;
&:hover
{
@extend
.active;
}
}
}
</
style
>
src/views/ywbl/ywsq/ywsq.scss
View file @
87a3f6b
...
...
@@ -177,4 +177,8 @@
background-color
:
#fff
;
}
}
.right-btn
{
text-align
:
center
;
margin-top
:
20px
;
}
}
\ No newline at end of file
...
...
src/views/ywbl/ywsq/ywsq.vue
View file @
87a3f6b
...
...
@@ -53,10 +53,15 @@
<div
class=
"submit-button"
>
<el-button
type=
"primary"
>
选择不动产信息
</el-button>
</div>
<div
class=
"right-btn"
>
<el-button
type=
"primary"
@
click=
"btnClick()"
>
选择不动产信息
</el-button>
</div>
</div>
<choiceDialog
v-model=
"isDialog"
/>
</div>
</
template
>
<
script
>
import
choiceDialog
from
"./components/choiceDialog.vue"
export
default
{
data
()
{
return
{
...
...
@@ -129,9 +134,13 @@ export default {
name
:
'国有建设用地使用权 || 首次登记+ 以出让方式取得'
,
select
:
false
}
]
],
isDialog
:
false
,
}
},
components
:
{
choiceDialog
},
methods
:
{
handleleftTitle
(
index
)
{
this
.
n
=
index
...
...
@@ -154,7 +163,11 @@ export default {
if
(
item
.
select
)
item
.
select
=
false
})
this
.
$set
(
item
,
'select'
,
true
)
}
},
// 选择不动产信息
btnClick
(){
this
.
isDialog
=
true
},
}
}
</
script
>
...
...
src/views/ywbl/ywsq/ywsqdata.js
0 → 100644
View file @
87a3f6b
import
filter
from
'@/utils/filter.js'
let
vm
=
null
const
sendThis
=
(
_this
)
=>
{
vm
=
_this
}
class
data
extends
filter
{
constructor
()
{
super
()
}
columns
()
{
return
[
{
type
:
'selection'
,
label
:
'全选'
},
{
label
:
'序号'
,
type
:
'index'
,
width
:
'50'
},
{
prop
:
"state"
,
label
:
"状态"
,
},
{
prop
:
"qllx"
,
label
:
"权利类型"
,
},
{
prop
:
"zddm"
,
label
:
"宗地代码"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
},
{
prop
:
"qlxz"
,
label
:
"权利性质"
,
},
{
prop
:
"zdmj"
,
label
:
"宗地面积"
,
},
{
prop
:
"qlsdfs"
,
label
:
"权利设定方式"
,
},
{
prop
:
"tdyt"
,
label
:
"土地用途"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
},
]
}
}
let
datas
=
new
data
()
export
{
datas
,
}
Please
register
or
sign in
to post a comment