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
bf309e08
authored
2023-11-15 16:33:54 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:申请查询记录
1 parent
67454f91
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
21 deletions
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/jtfc/components/addjtfcdata.js
src/views/sqcx/jtfc/jtfc.vue
src/views/sqcx/sqcxjl/components/addjtfc.vue
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
bf309e0
...
...
@@ -323,7 +323,6 @@
}
},
methods
:
{
// 字典
/**
* @description: 字典
* @param {*} val
...
...
@@ -362,7 +361,6 @@
}
});
},
//查询结果
/**
* @description: 查询结果
* @author: renchao
...
...
@@ -378,7 +376,6 @@
}
});
},
//重置
/**
* @description: 重置
* @author: renchao
...
...
@@ -508,12 +505,14 @@
display
:
block
;
border-bottom
:
1px
solid
$
borderColor
;
}
.jtfccx-edit-con
{
max-height
:
80vh
;
overflow-y
:
scroll
;
}
.jtfccx-edit
{
@include
flex;
flex-direction
:
column
;
overflow-y
:
hidden
;
max-height
:
90vh
;
padding
:
0
2px
;
.submit-button
{
...
...
src/views/sqcx/jtfc/components/addjtfcdata.js
View file @
bf309e0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
06-14 14:48:35
* @LastEditTime: 2023-
11-15 16:29:28
*/
import
filter
from
'@/utils/filter.js'
class
data
extends
filter
{
...
...
@@ -16,7 +16,7 @@ class data extends filter {
},
{
prop
:
'bdcqzh'
,
width
:
'110'
,
width
:
150
,
label
:
'不动产权证号'
,
},
{
...
...
@@ -33,7 +33,7 @@ class data extends filter {
},
{
prop
:
'bdcdyh'
,
width
:
'110'
,
width
:
150
,
label
:
'不动产单元号'
,
},
{
...
...
@@ -47,14 +47,16 @@ class data extends filter {
{
prop
:
'zjhm'
,
label
:
'证件号'
,
width
:
120
,
},
{
prop
:
'fdzl'
,
width
:
120
,
label
:
'房地坐落'
,
},
{
prop
:
'fwmj'
,
width
:
'120'
,
width
:
120
,
label
:
'建筑面积(㎡)'
,
},
{
...
...
src/views/sqcx/jtfc/jtfc.vue
View file @
bf309e0
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
07-24 11:27:00
* @LastEditTime: 2023-
11-15 16:28:13
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -106,7 +106,7 @@
handleAdd
()
{
this
.
$popupDialog
(
"家庭房产查询"
,
"sqcx/jtfc/components/addjtfc"
,
{
sqcxBsm
:
''
})
}
,
'80%'
)
},
/**
* @description: handleAdd
...
...
@@ -116,7 +116,7 @@
handleViewClick
(
row
)
{
this
.
$popupDialog
(
"家庭房产查询"
,
"sqcx/jtfc/components/addjtfc"
,
{
sqcxBsm
:
row
.
bsmSqcx
})
}
,
'80%'
)
}
}
}
...
...
src/views/sqcx/sqcxjl/components/addjtfc.vue
deleted
100644 → 0
View file @
67454f9
File mode changed
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
View file @
bf309e0
...
...
@@ -100,20 +100,18 @@
</el-col>
</el-row>
<el-row>
<el-col>
<lb-table
:column=
"dyjlcolumns"
:data=
"form.dyjlList"
:maxHeight=
"200"
heightNumSetting
:pagination=
"false"
>
</lb-table>
</el-col>
</el-row>
</el-form>
</div>
</
template
>
<
script
>
import
{
getJtfcInfo
}
from
"@/api/jtfc.js"
;
import
{
datas
,
sendThis
}
from
"./sqcxjlInfodata"
;
import
{
getJtfcInfo
}
from
"@/api/jtfc.js"
;
import
{
datas
,
sendThis
}
from
"./sqcxjlInfodata"
;
export
default
{
export
default
{
props
:
[
"formData"
],
data
()
{
return
{
...
...
@@ -161,12 +159,16 @@ export default {
});
},
methods
:
{},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/mixin.scss"
;
/
deep
/
.el-form-item
{
/
deep
/
.el-form-item
{
margin-bottom
:
0
!important
;
}
}
.sqcxjlInfo
{
max-height
:
85vh
;
overflow-y
:
scroll
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment