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
bbdbc312
authored
2023-09-01 09:19:44 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:楼盘表单元列表样式修改
1 parent
5544c2bf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
16 deletions
src/views/lpb/index.vue
src/views/sqcx/sqcxjl/components/sqcxjlInfodata.js
src/views/ywbl/ywsq/components/selectZrzH.vue
src/views/zhcx/zslqcx/zslqcx.vue
src/views/lpb/index.vue
View file @
bbdbc31
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
7-21 11:23:22
* @LastEditTime: 2023-0
9-01 09:18:29
-->
<
template
>
<div
class=
"edit"
>
...
...
@@ -460,7 +460,6 @@
}
.edit
{
height
:
100%
;
background-color
:
#f4f9ff
;
.tab-content
{
border
:
1px
solid
#dedede
;
border-left
:
0
;
...
...
src/views/sqcx/sqcxjl/components/sqcxjlInfodata.js
View file @
bbdbc31
...
...
@@ -73,8 +73,15 @@ class data extends filter {
label
:
'证件号'
,
},
{
prop
:
'zl'
,
label
:
'房地坐落'
,
width
:
'100'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
'fwmj'
,
...
...
src/views/ywbl/ywsq/components/selectZrzH.vue
View file @
bbdbc31
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-02 09:59:58
* @LastEditTime: 2023-0
9-01 09:18:46
-->
<
template
>
<!-- 主体权利信息查询 -->
<div
class=
"from-clues"
>
<div>
<!-- 表单部分 -->
<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-input
placeholder=
"请输入自然幢号"
maxlength=
"24"
v-model=
"queryForm.zrzh"
clearable
class=
"width
200px
"
>
<el-input
placeholder=
"请输入自然幢号"
maxlength=
"24"
v-model=
"queryForm.zrzh"
clearable
class=
"width
100
"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
maxlength=
"28"
v-model=
"queryForm.bdcdyh"
clearable
class=
"width
200px
"
>
<el-input
placeholder=
"请输入不动产单元号"
maxlength=
"28"
v-model=
"queryForm.bdcdyh"
clearable
class=
"width
100
"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"项目名称"
>
<el-input
placeholder=
""
v-model=
"queryForm.xmmc"
clearable
class=
"width
200px
"
>
<el-input
placeholder=
""
v-model=
"queryForm.xmmc"
clearable
class=
"width
100
"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"2"
class=
"btnColRight"
>
<el-form-item>
<!--
<el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button>
-->
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
</el-form-item>
</el-col>
...
...
@@ -38,14 +37,14 @@
</el-form>
</div>
<!-- 表格 -->
<div
class=
"
from-clues-content
loadingtext"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"
30
0"
<div
class=
"loadingtext"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"
21
0"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
select=
"select"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<div
class=
"submit_button"
>
<div
class=
"submit_button"
style=
"text-align:center"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
</div>
...
...
@@ -89,7 +88,7 @@
*/
queryClick
()
{
this
.
$startLoading
();
this
.
queryForm
.
zrzbsm
=
this
.
sqywInfo
.
bsm
;
this
.
queryForm
.
zrzbsm
=
this
.
sqywInfo
.
bsm
;
// this.queryForm.zrzbsm = this.sqywInfo.zrzbsm;
selectHQjdc
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
...
...
src/views/zhcx/zslqcx/zslqcx.vue
View file @
bbdbc31
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-31 09:35:53
* @LastEditTime: 2023-0
9-01 09:04:48
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -104,9 +104,7 @@
* @author: renchao
*/
openDialog
(
item
)
{
this
.
$startLoading
()
bdcqzPreview
(
item
).
then
(
res
=>
{
this
.
$endLoading
()
this
.
$popupDialog
(
"证书证明预览"
,
"workflow/components/dialog/zsyl"
,
{
bsmSlsq
:
item
.
bsmSlsq
,
bsmBdcqz
:
item
.
bsmBdcqz
...
...
Please
register
or
sign in
to post a comment