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
45ae0008
authored
2022-11-15 14:41:10 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:家庭房产
1 parent
9db7020f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
22 deletions
src/views/components/personInfoTable.vue
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/jtfc/components/addjtfcdata.js
src/views/sqcx/sqcxjl/components/sqcxjlInfodata.js
src/views/components/personInfoTable.vue
View file @
45ae000
...
...
@@ -3,7 +3,8 @@
作者:calliope
-->
<
template
>
<lb-table
border
:column=
"tableData.columns"
:data=
"tableData.data"
:maxHeight=
"200"
heightNumSetting
:pagination=
"false"
>
<lb-table
border
:column=
"tableData.columns"
:data=
"tableData.data"
:maxHeight=
"200"
heightNumSetting
:pagination=
"false"
>
</lb-table>
</
template
>
<
script
>
...
...
@@ -40,7 +41,7 @@ export default {
}
},
{
width
:
'
20
0'
,
width
:
'
15
0'
,
label
:
'身份证读卡器'
,
render
:
(
h
,
scope
)
=>
{
return
(
...
...
@@ -51,7 +52,7 @@ export default {
}
},
{
width
:
'
20
0'
,
width
:
'
15
0'
,
prop
:
'sqrxm'
,
label
:
'姓名/名称'
,
render
:
(
h
,
scope
)
=>
{
...
...
@@ -66,7 +67,7 @@ export default {
label
:
'证件种类'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
select
value
=
{
scope
.
row
[
scope
.
column
.
property
]}
<
el
-
select
class
=
"width100"
value
=
{
scope
.
row
[
scope
.
column
.
property
]}
onChange
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
}}
>
{
this
.
dictData
[
'A30'
].
map
(
option
=>
{
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
45ae000
<
template
>
<dialogBox
title=
"家庭房产查询"
@
closeDialog=
"closeDialog"
isMain
width=
"
8
0%"
:isButton=
"false"
v-model=
"myValue"
>
<dialogBox
title=
"家庭房产查询"
@
closeDialog=
"closeDialog"
isMain
width=
"
7
0%"
:isButton=
"false"
v-model=
"myValue"
>
<div
class=
"jtfccx-edit"
>
<div
class=
"jtfccx-edit-con"
>
<b
class=
"title"
>
申请信息
</b>
...
...
@@ -26,16 +26,16 @@
<b
class=
"title"
>
权利人
</b>
<personInfoTable
@
getInfoList=
"handleGetQlList"
:dataList=
"qldataList"
/>
<div
class=
"submit-button"
>
<el-button
type=
"primary"
@
click=
"queryChick
()
"
>
查询
</el-button>
<el-button
@
click=
"resetClick
()
"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"queryChick"
>
查询
</el-button>
<el-button
@
click=
"resetClick"
>
重置
</el-button>
</div>
<b
class=
"title"
v-if=
"
searchData.data.length > 0
"
>
查询结果
</b>
<lb-table
:column=
"searchData.columns"
v-if=
"
searchData.data.length > 0"
:data=
"searchData.data"
:
maxHeight=
"200"
heightNumSetting
:
pagination=
"false"
>
<b
class=
"title"
v-if=
"
isSearch
"
>
查询结果
</b>
<lb-table
:column=
"searchData.columns"
v-if=
"
isSearch"
:data=
"searchData.data"
:maxHeight=
"200"
heightNumSetting
:pagination=
"false"
>
</lb-table>
</div>
<div
class=
"submit-button"
v-if=
"
searchData.data.length > 0
"
style=
"padding-bottom:20px"
>
<div
class=
"submit-button"
v-if=
"
isSearch
"
style=
"padding-bottom:20px"
>
<el-button
type=
"primary"
>
无房证明打印(1)
</el-button>
<el-button
type=
"primary"
>
房产结果打印(1)
</el-button>
<el-button
@
click=
"closeDialog"
>
关闭
</el-button>
...
...
@@ -59,7 +59,6 @@ export default {
mounted
()
{
sendThis
(
this
);
},
data
()
{
return
{
myValue
:
this
.
value
,
...
...
@@ -68,6 +67,7 @@ export default {
ycyrgx
:
1
,
cxlx
:
'1'
//查询类型 1:房产查询 2:登记簿查询
},
isSearch
:
false
,
dataList
:
[{
sqrxm
:
''
,
sqrzjlxbm
:
''
,
...
...
@@ -130,14 +130,10 @@ export default {
},
queryChick
()
{
this
.
addJtfc
.
djSqcxDO
=
{
...
this
.
ruleForm
}
// this.$message({
// type: 'success',
// message: '删除成功!'
// });
addJtfcCxjgXx
(
this
.
addJtfc
).
then
(
res
=>
{
this
.
searchData
.
data
=
res
.
result
;
console
.
log
(
res
);
this
.
isSearch
=
true
})
},
resetClick
()
{
...
...
src/views/sqcx/jtfc/components/addjtfcdata.js
View file @
45ae000
...
...
@@ -61,7 +61,6 @@ class data extends filter {
{
label
:
'登记状态'
,
width
:
'150'
,
align
:
'center'
,
fixed
:
'right'
,
render
:
(
h
,
scope
)
=>
{
...
...
src/views/sqcx/sqcxjl/components/sqcxjlInfodata.js
View file @
45ae000
...
...
@@ -8,7 +8,7 @@ class data extends filter {
constructor
()
{
super
()
}
cxjgcolumns
()
{
cxjgcolumns
()
{
return
[
{
prop
:
'qszt'
,
...
...
@@ -73,7 +73,6 @@ class data extends filter {
{
label
:
'登记状态'
,
width
:
'150'
,
align
:
'center'
,
fixed
:
'right'
,
render
:
(
h
,
scope
)
=>
{
...
...
@@ -86,7 +85,7 @@ class data extends filter {
}
]
}
sqrcolumns
()
{
sqrcolumns
()
{
return
[
{
prop
:
'sqrxm'
,
...
...
@@ -107,7 +106,7 @@ class data extends filter {
]
}
qlrcolumns
()
{
qlrcolumns
()
{
return
[
{
prop
:
'sqrxm'
,
...
...
Please
register
or
sign in
to post a comment