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
22dc8f67
authored
2023-11-15 16:34:06 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
3b594f12
bf309e08
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
41 additions
and
160 deletions
src/components/LbTable/lb-table.vue
src/main.js
src/styles/element-ui.scss
src/styles/public.scss
src/styles/slxx/slxx.scss
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
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/ywbl/slsqxx/fdcq1/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/ywbl/slsqxx/fwsyq/slxx.vue
src/views/ywbl/slsqxx/lqslxx/index.vue
src/views/ywbl/slsqxx/sllmslxx/index.vue
src/views/ywbl/slsqxx/ygdj/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx300.vue
src/components/LbTable/lb-table.vue
View file @
22dc8f6
...
...
@@ -10,7 +10,7 @@
<
template
>
<div
:class=
"['lb-table', customClass]"
>
<el-table
v-if=
"!heightNumSetting"
class=
"table-fixed"
:row-style=
"
{ height: '
50
px' }" ref="elTable" :border='border'
<el-table
v-if=
"!heightNumSetting"
class=
"table-fixed"
:row-style=
"
{ height: '
45
px' }" ref="elTable" :border='border'
:row-class-name="tableRowClassName" :show-header='showHeader' @row-click="singleElection" v-bind="$attrs"
:height="tableHeight" v-on="$listeners" :data="data" style="width: 100%"
:span-method="this.merge ? this.mergeMethod : this.spanMethod">
...
...
@@ -24,7 +24,7 @@
</lb-column>
</el-table>
<el-table
v-else
ref=
"elTable"
class=
"table-fixed heightNumSetting"
:row-style=
"{ height: '
50
px' }"
<el-table
v-else
ref=
"elTable"
class=
"table-fixed heightNumSetting"
:row-style=
"{ height: '
45
px' }"
:border=
'border'
:row-class-name=
"tableRowClassName"
:show-header=
'showHeader'
@
row-click=
"singleElection"
v-bind=
"$attrs"
:max-height=
"maxHeight"
:height=
"tableHeight"
v-on=
"$listeners"
:data=
"data"
style=
"width: 100%"
:span-method=
"this.merge ? this.mergeMethod : this.spanMethod"
>
...
...
src/main.js
View file @
22dc8f6
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-15 1
0:03:39
* @LastEditTime: 2023-11-15 1
6:18:58
*/
import
Vue
from
'vue'
import
App
from
'./App'
...
...
@@ -55,7 +55,7 @@ import 'quill/dist/quill.bubble.css'
Vue
.
use
(
VueQuillEditor
)
import
*
as
filters
from
'./filters'
// global filters
Vue
.
use
(
Element
,
{
size
:
'
mini
'
,
zIndex
:
1000
})
Vue
.
use
(
Element
,
{
size
:
'
small
'
,
zIndex
:
1000
})
Vue
.
use
(
Base
)
Object
.
keys
(
filters
).
forEach
(
key
=>
{
Vue
.
filter
(
key
,
filters
[
key
])
...
...
src/styles/element-ui.scss
View file @
22dc8f6
...
...
@@ -271,12 +271,3 @@
.el-form-item--mini.el-form-item
{
margin-bottom
:
10px
;
}
\ No newline at end of file
.vue-treeselect__control
{
height
:
28px
!
important
;
}
.vue-treeselect__placeholder
,
.vue-treeselect__single-value
{
line-height
:
28px
!
important
;
}
\ No newline at end of file
...
...
src/styles/public.scss
View file @
22dc8f6
...
...
@@ -101,7 +101,7 @@
border-bottom
:
1px
solid
$borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10
px
;
margin-bottom
:
5
px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
...
...
src/styles/slxx/slxx.scss
View file @
22dc8f6
...
...
@@ -47,7 +47,7 @@
border-bottom
:
1px
solid
$borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10
px
;
margin-bottom
:
5
px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
View file @
22dc8f6
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-
03 14:48:37
* @LastEditTime: 2023-11-
15 15:47:29
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -749,17 +749,6 @@
height
:
50px
;
}
.slxx_title
{
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4a4a4a
;
}
.btn
{
text-align
:
center
;
padding-top
:
10px
;
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
22dc8f6
<
template
>
<div
class=
"jtfccx-edit"
>
<div
class=
"jtfccx-edit"
style=
"margin-top:-5px"
>
<div
class=
"jtfccx-edit-con"
>
<b
class=
"title"
>
申请信息
</b>
<el-form
:model=
"form"
label-width=
"120px"
>
...
...
@@ -28,7 +28,7 @@
<b
class=
"title"
>
权利人
</b>
<el-table
:data=
"form.qlrList"
height=
"1
6
0"
height=
"1
3
0"
border
:cell-style=
"
{ textAlign: 'center' }"
:header-cell-style="{textAlign: 'center'}"
...
...
@@ -323,7 +323,6 @@
}
},
methods
:
{
// 字典
/**
* @description: 字典
* @param {*} val
...
...
@@ -362,7 +361,6 @@
}
});
},
//查询结果
/**
* @description: 查询结果
* @author: renchao
...
...
@@ -378,7 +376,6 @@
}
});
},
//重置
/**
* @description: 重置
* @author: renchao
...
...
@@ -502,25 +499,24 @@
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
.title
{
padding-bottom
:
10
px
;
margin-bottom
:
10
px
;
padding-bottom
:
5
px
;
margin-bottom
:
5
px
;
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
:
85vh
;
padding
:
0
2px
;
.submit-button
{
text-align
:
center
;
height
:
52px
;
padding-top
:
10px
;
background-color
:
#fff
;
}
}
...
...
src/views/sqcx/jtfc/components/addjtfcdata.js
View file @
22dc8f6
/*
* @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 @
22dc8f6
<!--
* @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 @
3b594f1
File mode changed
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
View file @
22dc8f6
...
...
@@ -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
>
...
...
src/views/ywbl/slsqxx/fdcq1/slxx.vue
View file @
22dc8f6
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-
09-25 15:11:12
* @LastEditTime: 2023-
11-15 15:46:54
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -566,17 +566,6 @@
height
:
50px
;
}
.slxx_title
{
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4a4a4a
;
}
.btn
{
text-align
:
center
;
padding-top
:
10px
;
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
22dc8f6
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-1
0-10 13:42:57
* @LastEditTime: 2023-1
1-15 15:46:58
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -686,17 +686,6 @@
height
:
50px
;
}
.slxx_title
{
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4a4a4a
;
}
.btn
{
text-align
:
center
;
padding-top
:
10px
;
...
...
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
22dc8f6
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-
09-20 13:32:4
7
* @LastEditTime: 2023-
11-15 15:47:3
7
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -593,17 +593,6 @@
height
:
50px
;
}
.slxx_title
{
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4a4a4a
;
}
.btn
{
text-align
:
center
;
padding-top
:
10px
;
...
...
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
22dc8f6
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-
09-20 13:41:15
* @LastEditTime: 2023-
11-15 15:47:02
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -498,17 +498,6 @@
height
:
50px
;
}
.slxx_title
{
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4a4a4a
;
}
.btn
{
text-align
:
center
;
padding-top
:
10px
;
...
...
src/views/ywbl/slsqxx/fwsyq/slxx.vue
View file @
22dc8f6
...
...
@@ -530,17 +530,6 @@
height
:
50px
;
}
.slxx_title
{
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4a4a4a
;
}
.btn
{
text-align
:
center
;
padding-top
:
10px
;
...
...
src/views/ywbl/slsqxx/lqslxx/index.vue
View file @
22dc8f6
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-
09-20 14:25:52
* @LastEditTime: 2023-
11-15 15:47:55
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -557,17 +557,6 @@
height
:
50px
;
}
.slxx_title
{
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4a4a4a
;
}
.btn
{
text-align
:
center
;
padding-top
:
10px
;
...
...
src/views/ywbl/slsqxx/sllmslxx/index.vue
View file @
22dc8f6
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-
09-20 14:23:42
* @LastEditTime: 2023-
11-15 15:48:15
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -575,17 +575,6 @@
height
:
50px
;
}
.slxx_title
{
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4a4a4a
;
}
.btn
{
text-align
:
center
;
padding-top
:
10px
;
...
...
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
22dc8f6
...
...
@@ -517,17 +517,6 @@
height
:
50px
;
}
.slxx_title
{
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4a4a4a
;
}
.btn
{
text-align
:
center
;
padding-top
:
10px
;
...
...
src/views/ywbl/slsqxx/ygdj/slxx300.vue
View file @
22dc8f6
...
...
@@ -455,17 +455,6 @@
height
:
50px
;
}
.slxx_title
{
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
5px
;
margin-bottom
:
10px
;
margin-top
:
5px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4a4a4a
;
}
.btn
{
text-align
:
center
;
padding-top
:
10px
;
...
...
Please
register
or
sign in
to post a comment